Author: Armin Rigo
Branch: py3k
Changeset: r87267:0ac14db93823
Date: 2016-09-21 14:28 +0200
http://bitbucket.org/pypy/pypy/changeset/0ac14db93823/
Log:fixes
diff --git a/pypy/module/posix/interp_posix.py
b/pypy/module/posix/interp_posix.py
--- a/pypy/module/posix/interp_posix.py
+++ b/pypy/
Author: Ronan Lamy
Branch: py3k
Changeset: r85870:33a339e87938
Date: 2016-07-27 04:18 +0100
http://bitbucket.org/pypy/pypy/changeset/33a339e87938/
Log:fixes, 2to3
diff --git a/pypy/module/cpyext/test/array.c b/pypy/module/cpyext/test/array.c
--- a/pypy/module/cpyext/test/array.c
+++ b/pypy/m
Author: Ronan Lamy
Branch: py3k
Changeset: r85353:bb7d9f0e7453
Date: 2016-06-23 15:41 +0100
http://bitbucket.org/pypy/pypy/changeset/bb7d9f0e7453/
Log:fixes
diff --git a/pypy/module/cpyext/test/test_bytesobject.py
b/pypy/module/cpyext/test/test_bytesobject.py
--- a/pypy/module/cpyext/test/t
Author: Mark Young
Branch: py3k
Changeset: r85270:0dcaec29c001
Date: 2016-05-22 18:43 -0400
http://bitbucket.org/pypy/pypy/changeset/0dcaec29c001/
Log:Fixes and useless logs. Will remove useles logs later.
diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py
--- a/p
Author: Matti Picus
Branch: py3k
Changeset: r84677:38c238251a5d
Date: 2016-05-25 07:42 +0300
http://bitbucket.org/pypy/pypy/changeset/38c238251a5d/
Log:fixes for cpyext tests
diff --git a/pypy/module/cpyext/src/unicodeobject.c
b/pypy/module/cpyext/src/unicodeobject.c
--- a/pypy/module/cpyex
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r63254:24d0665f1432
Date: 2013-04-12 00:20 +0200
http://bitbucket.org/pypy/pypy/changeset/24d0665f1432/
Log:Fixes applevel tests to pass with -A.
diff --git a/pypy/objspace/std/test/test_index.py
b/pypy/objspace/std/test/test_index.py
---
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r61507:89fa26e89071
Date: 2013-02-21 00:33 +0100
http://bitbucket.org/pypy/pypy/changeset/89fa26e89071/
Log:Fixes for applevel tests in sys modules: put test code in a function
with a the same name.
Also add the traceback t
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r61506:eed851e3809b
Date: 2013-02-21 00:19 +0100
http://bitbucket.org/pypy/pypy/changeset/eed851e3809b/
Log:Fixes for _rawffi tests
diff --git a/pypy/tool/pytest/apptest.py b/pypy/tool/pytest/apptest.py
--- a/pypy/tool/pytest/apptest.py
++
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r58985:5e8ec66b5218
Date: 2012-11-18 18:43 +0100
http://bitbucket.org/pypy/pypy/changeset/5e8ec66b5218/
Log:Fixes in _posixsubprocess module.
diff --git a/pypy/module/_posixsubprocess/interp_subprocess.py
b/pypy/module/_posixsubprocess/in
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r58759:b0e1b5721cf7
Date: 2012-11-05 22:47 +0100
http://bitbucket.org/pypy/pypy/changeset/b0e1b5721cf7/
Log:Fixes in _ctypes module
diff --git a/lib_pypy/_ctypes/array.py b/lib_pypy/_ctypes/array.py
--- a/lib_pypy/_ctypes/array.py
+++ b/li
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r57537:609300b6c30f
Date: 2012-09-24 23:55 +0200
http://bitbucket.org/pypy/pypy/changeset/609300b6c30f/
Log:Fixes after merge.
diff --git a/pypy/objspace/std/ropeunicodeobject.py
b/pypy/objspace/std/ropeunicodeobject.py
--- a/pypy/objspac
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r57239:665ddfc5d708
Date: 2012-09-07 23:56 +0200
http://bitbucket.org/pypy/pypy/changeset/665ddfc5d708/
Log:Fixes in the ast module, after branch merge.
diff --git a/pypy/interpreter/astcompiler/ast.py
b/pypy/interpreter/astcompiler/ast.p
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r55212:b1a7b2e73d80
Date: 2012-05-30 23:10 +0200
http://bitbucket.org/pypy/pypy/changeset/b1a7b2e73d80/
Log:Fixes after merge
diff --git a/pypy/module/__builtin__/test/test_functional.py
b/pypy/module/__builtin__/test/test_functional.py
-
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r52039:ab6e952d3c52
Date: 2012-01-30 21:54 +0100
http://bitbucket.org/pypy/pypy/changeset/ab6e952d3c52/
Log:Fixes for test_exec
diff --git a/pypy/interpreter/pyopcode.py b/pypy/interpreter/pyopcode.py
--- a/pypy/interpreter/pyopcode.py
+++
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r51920:f665d2b4c34d
Date: 2012-01-28 14:22 +0100
http://bitbucket.org/pypy/pypy/changeset/f665d2b4c34d/
Log:Fixes in test_sysmodule
diff --git a/pypy/module/sys/test/test_sysmodule.py
b/pypy/module/sys/test/test_sysmodule.py
--- a/pypy/mo
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r51640:4ce0e0c33cd2
Date: 2012-01-22 12:04 +0100
http://bitbucket.org/pypy/pypy/changeset/4ce0e0c33cd2/
Log:Fixes in test_interpreter
diff --git a/pypy/interpreter/test/test_interpreter.py
b/pypy/interpreter/test/test_interpreter.py
--- a
Author: Romain Guillebert
Branch: py3k
Changeset: r51628:99083d2bfef1
Date: 2012-01-22 10:57 +0100
http://bitbucket.org/pypy/pypy/changeset/99083d2bfef1/
Log:Fixes the combined use of kwonly arguments and default parameters
diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argumen
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r51469:8b47ef4c3162
Date: 2012-01-18 22:09 +0100
http://bitbucket.org/pypy/pypy/changeset/8b47ef4c3162/
Log:Fixes for the struct module: the builtin part is now named _struct.
diff --git a/lib_pypy/struct.py b/lib_pypy/_struct.py
rename fr
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r51371:4a6fb1817feb
Date: 2012-01-16 23:53 +0100
http://bitbucket.org/pypy/pypy/changeset/4a6fb1817feb/
Log:Fixes in termios module
diff --git a/pypy/module/termios/interp_termios.py
b/pypy/module/termios/interp_termios.py
--- a/pypy/modu
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r51319:5f39f911a130
Date: 2011-12-22 11:06 +0100
http://bitbucket.org/pypy/pypy/changeset/5f39f911a130/
Log:fixes in pure-Python implementation of sha1 and md5: they accept
bytes, not strings
diff --git a/lib_pypy/_md5.py b/lib_pyp
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r50665:924692e049ba
Date: 2011-12-18 16:14 +0100
http://bitbucket.org/pypy/pypy/changeset/924692e049ba/
Log:Fixes in pyexpat module
diff --git a/pypy/module/pyexpat/interp_pyexpat.py
b/pypy/module/pyexpat/interp_pyexpat.py
--- a/pypy/modu
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r50238:c0288af60001
Date: 2011-12-06 01:35 +0100
http://bitbucket.org/pypy/pypy/changeset/c0288af60001/
Log:Fixes in _ssl module
diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py
--- a/pypy/module/_ssl/interp_ssl
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r50150:015df90d2965
Date: 2011-12-04 17:17 +0100
http://bitbucket.org/pypy/pypy/changeset/015df90d2965/
Log:Fixes after merge
diff --git a/pypy/objspace/std/stringobject.py
b/pypy/objspace/std/stringobject.py
--- a/pypy/objspace/std/strin
Author: Alex Gaynor
Branch: py3k
Changeset: r48884:2a365dee5e98
Date: 2011-11-07 15:32 -0500
http://bitbucket.org/pypy/pypy/changeset/2a365dee5e98/
Log:fixes for app_main
diff --git a/pypy/translator/goal/app_main.py b/pypy/translator/goal/app_main.py
--- a/pypy/translator/goal/app_main.py
+
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r48334:7ab59b0b6fc2
Date: 2011-10-22 00:24 +0200
http://bitbucket.org/pypy/pypy/changeset/7ab59b0b6fc2/
Log:Fixes for the hashlib module
diff --git a/lib_pypy/_sha.py b/lib_pypy/_sha.py
deleted file mode 100644
--- a/lib_pypy/_sha.py
+++ /
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r48234:e2fc88ce5b9c
Date: 2011-10-19 22:31 +0200
http://bitbucket.org/pypy/pypy/changeset/e2fc88ce5b9c/
Log:Fixes for the select module. _socket._accept() must return the raw
fd.
diff --git a/pypy/module/_socket/interp_socket.py
b
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r48223:3ca3586ad5f2
Date: 2011-10-19 01:25 +0200
http://bitbucket.org/pypy/pypy/changeset/3ca3586ad5f2/
Log:Fixes for the socket module.
diff --git a/lib_pypy/array.py b/lib_pypy/array.py
--- a/lib_pypy/array.py
+++ b/lib_pypy/array.py
@@
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r48221:3b27b16f499d
Date: 2011-10-18 23:58 +0200
http://bitbucket.org/pypy/pypy/changeset/3b27b16f499d/
Log:Fixes for the struct module
diff --git a/lib_pypy/struct.py b/lib_pypy/struct.py
--- a/lib_pypy/struct.py
+++ b/lib_pypy/struct.py
Author: Amaury Forgeot d'Arc
Branch: py3k
Changeset: r48215:6b5837b87cdf
Date: 2011-10-18 12:01 +0200
http://bitbucket.org/pypy/pypy/changeset/6b5837b87cdf/
Log:Fixes for applevel interactive code
diff --git a/lib_pypy/_pypy_interact.py b/lib_pypy/_pypy_interact.py
--- a/lib_pypy/_pypy_inter
29 matches
Mail list logo