Author: Ronan Lamy
Branch: py3k
Changeset: r87619:319be639f269
Date: 2016-10-07 18:48 +0100
http://bitbucket.org/pypy/pypy/changeset/319be639f269/
Log:Fix appdirect test_compiler.py on CPython
diff --git a/pypy/interpreter/test/test_compiler.py
b/pypy/interpreter/test/test_compiler.py
--- a
Author: Ronan Lamy
Branch: py3k
Changeset: r87618:89af22d0c623
Date: 2016-10-07 17:57 +0100
http://bitbucket.org/pypy/pypy/changeset/89af22d0c623/
Log:fix last failing cpyext -A tests
diff --git a/pypy/module/cpyext/test/array.c b/pypy/module/cpyext/test/array.c
--- a/pypy/module/cpyext/test
Author: Ronan Lamy
Branch: py3k
Changeset: r87616:51af7033c330
Date: 2016-10-06 17:23 +0100
http://bitbucket.org/pypy/pypy/changeset/51af7033c330/
Log:fix test on CPython
diff --git a/pypy/module/cpyext/test/test_bytearrayobject.py
b/pypy/module/cpyext/test/test_bytearrayobject.py
--- a/pyp
Author: Ronan Lamy
Branch: py3k
Changeset: r87612:b10a577458e6
Date: 2016-10-06 16:20 +0100
http://bitbucket.org/pypy/pypy/changeset/b10a577458e6/
Log:fix translation
diff --git a/pypy/module/cpyext/state.py b/pypy/module/cpyext/state.py
--- a/pypy/module/cpyext/state.py
+++ b/pypy/module/cp
Author: Ronan Lamy
Branch: py3k
Changeset: r87611:e26fef29f49c
Date: 2016-10-06 16:13 +0100
http://bitbucket.org/pypy/pypy/changeset/e26fef29f49c/
Log:Fix 2 tests on CPython
diff --git a/pypy/module/cpyext/test/test_cpyext.py
b/pypy/module/cpyext/test/test_cpyext.py
--- a/pypy/module/cpyext
Author: Ronan Lamy
Branch: py3k
Changeset: r87603:3ab16226e73d
Date: 2016-10-05 20:29 +0100
http://bitbucket.org/pypy/pypy/changeset/3ab16226e73d/
Log:'Fix' test_merge_compiler_flags() to pass on CPython (and fail on
pypy3)
diff --git a/pypy/module/cpyext/test/test_eval.py
b/pypy/mo
Author: Ronan Lamy
Branch: py3k
Changeset: r87597:907be97a82d0
Date: 2016-10-05 17:02 +0100
http://bitbucket.org/pypy/pypy/changeset/907be97a82d0/
Log:fix test to pass on CPython
diff --git a/pypy/module/cpyext/test/test_memoryobject.py
b/pypy/module/cpyext/test/test_memoryobject.py
--- a/p
Author: Ronan Lamy
Branch: py3k
Changeset: r87575:570001fa5784
Date: 2016-10-04 19:00 +0100
http://bitbucket.org/pypy/pypy/changeset/570001fa5784/
Log:fix some tests to pass on CPython
diff --git a/pypy/module/cpyext/test/foo3.c b/pypy/module/cpyext/test/foo3.c
--- a/pypy/module/cpyext/test/
Author: Ronan Lamy
Branch: py3k
Changeset: r87422:ea9cd722574d
Date: 2016-09-27 20:32 +0100
http://bitbucket.org/pypy/pypy/changeset/ea9cd722574d/
Log:Fix NullImporter test and revert unnecessary stdlib change
diff --git a/lib-python/3/imp.py b/lib-python/3/imp.py
--- a/lib-python/3/imp.py
+
Author: Ronan Lamy
Branch: py3k
Changeset: r87369:51fce56a2bf1
Date: 2016-09-25 00:41 +0100
http://bitbucket.org/pypy/pypy/changeset/51fce56a2bf1/
Log:Fix translation
diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py
--- a/pypy/module/cpyext/api.py
+++ b/pypy/module/cpyext/a
Author: Ronan Lamy
Branch: py3k
Changeset: r87344:6ff2d69f043f
Date: 2016-09-23 17:19 +0100
http://bitbucket.org/pypy/pypy/changeset/6ff2d69f043f/
Log:Fix test_load_dynamic() to match CPython behaviour
diff --git a/pypy/module/imp/test/test_app.py b/pypy/module/imp/test/test_app.py
--- a/pyp
Author: Armin Rigo
Branch: py3k
Changeset: r87326:c15a7ecf51e6
Date: 2016-09-22 15:59 +0200
http://bitbucket.org/pypy/pypy/changeset/c15a7ecf51e6/
Log:Fix for test_hash
diff --git a/pypy/objspace/std/test/test_smalllongobject.py
b/pypy/objspace/std/test/test_smalllongobject.py
--- a/pypy/ob
Author: Ronan Lamy
Branch: py3k
Changeset: r87009:038cf89fd5e2
Date: 2016-09-11 20:56 +0100
http://bitbucket.org/pypy/pypy/changeset/038cf89fd5e2/
Log:Fix skipping of AppTestApi
diff --git a/pypy/module/cpyext/test/test_cpyext.py
b/pypy/module/cpyext/test/test_cpyext.py
--- a/pypy/module/cp
Author: Armin Rigo
Branch: py3k
Changeset: r86943:628ba5d9a6f8
Date: 2016-09-07 16:44 +0100
http://bitbucket.org/pypy/pypy/changeset/628ba5d9a6f8/
Log:Fix: _utf8 cannot be a quasi-immutable. Will document why and do a
proper fix
diff --git a/pypy/objspace/std/unicodeobject.py
b/pypy
Author: Ronan Lamy
Branch: py3k
Changeset: r86939:c68432b5be9f
Date: 2016-09-07 15:29 +0100
http://bitbucket.org/pypy/pypy/changeset/c68432b5be9f/
Log:fix bytebuffer test
diff --git a/pypy/module/__pypy__/test/test_bytebuffer.py
b/pypy/module/__pypy__/test/test_bytebuffer.py
--- a/pypy/modu
Author: Ronan Lamy
Branch: py3k
Changeset: r86935:812903497ffc
Date: 2016-09-07 15:11 +0100
http://bitbucket.org/pypy/pypy/changeset/812903497ffc/
Log:fix translation
diff --git a/pypy/objspace/std/memoryobject.py
b/pypy/objspace/std/memoryobject.py
--- a/pypy/objspace/std/memoryobject.py
+
Author: Ronan Lamy
Branch: py3k
Changeset: r86792:76de024304d4
Date: 2016-08-31 20:10 +0100
http://bitbucket.org/pypy/pypy/changeset/76de024304d4/
Log:fix memoryview()
diff --git a/lib_pypy/_ctypes/basics.py b/lib_pypy/_ctypes/basics.py
--- a/lib_pypy/_ctypes/basics.py
+++ b/lib_pypy/_ctypes
Author: Ronan Lamy
Branch: py3k
Changeset: r86784:00ac4fb4c63b
Date: 2016-08-31 16:21 +0100
http://bitbucket.org/pypy/pypy/changeset/00ac4fb4c63b/
Log:Fix shape of array buffers
diff --git a/pypy/module/array/interp_array.py
b/pypy/module/array/interp_array.py
--- a/pypy/module/array/interp
Author: Ronan Lamy
Branch: py3k
Changeset: r86778:eb9659774e72
Date: 2016-08-31 15:34 +0100
http://bitbucket.org/pypy/pypy/changeset/eb9659774e72/
Log:fix translation
diff --git a/pypy/module/__builtin__/descriptor.py
b/pypy/module/__builtin__/descriptor.py
--- a/pypy/module/__builtin__/des
Author: Ronan Lamy
Branch: py3k
Changeset: r86751:b1dd05564a1c
Date: 2016-08-30 19:32 +0100
http://bitbucket.org/pypy/pypy/changeset/b1dd05564a1c/
Log:Fix test on -A
diff --git a/pypy/module/__builtin__/test/test_builtin.py
b/pypy/module/__builtin__/test/test_builtin.py
--- a/pypy/module/__
Author: Armin Rigo
Branch: py3k
Changeset: r86727:cc6433b66e6f
Date: 2016-08-30 12:29 +0200
http://bitbucket.org/pypy/pypy/changeset/cc6433b66e6f/
Log:Fix translation (sorry)
diff --git a/pypy/objspace/std/bytearrayobject.py
b/pypy/objspace/std/bytearrayobject.py
--- a/pypy/objspace/std/byt
Author: Philip Jenvey
Branch: py3k
Changeset: r86669:16f19728001a
Date: 2016-08-28 16:59 -0700
http://bitbucket.org/pypy/pypy/changeset/16f19728001a/
Log:fix: save the handles for CloseHandle
diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py
--- a/rpython/rlib/rposix.py
+++ b/rpyt
Author: Philip Jenvey
Branch: py3k
Changeset: r86647:bfdd07da8ed7
Date: 2016-08-28 11:00 -0700
http://bitbucket.org/pypy/pypy/changeset/bfdd07da8ed7/
Log:fix translation (win32)
diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py
--- a/rpython/rlib/rposix.py
+++ b/rpython/rlib/rposi
Author: Ronan Lamy
Branch: py3k
Changeset: r86586:bc8331369e2d
Date: 2016-08-27 05:48 +0100
http://bitbucket.org/pypy/pypy/changeset/bc8331369e2d/
Log:Fix memoryview.__setitem__
diff --git a/pypy/objspace/std/memoryobject.py
b/pypy/objspace/std/memoryobject.py
--- a/pypy/objspace/std/memory
Author: Ronan Lamy
Branch: py3k
Changeset: r86283:9e01cc8cdef4
Date: 2016-08-18 16:36 +0100
http://bitbucket.org/pypy/pypy/changeset/9e01cc8cdef4/
Log:Fix constant-folding for '**'
diff --git a/pypy/interpreter/astcompiler/optimize.py
b/pypy/interpreter/astcompiler/optimize.py
--- a/pypy/in
Author: Ronan Lamy
Branch: py3k
Changeset: r86177:3a81057901f3
Date: 2016-08-12 18:48 +0100
http://bitbucket.org/pypy/pypy/changeset/3a81057901f3/
Log:Fix bad change in b053ff5c2d6d
diff --git a/pypy/objspace/std/typeobject.py b/pypy/objspace/std/typeobject.py
--- a/pypy/objspace/std/typeobj
Author: Ronan Lamy
Branch: py3k
Changeset: r86176:b1def8b63787
Date: 2016-08-12 17:58 +0100
http://bitbucket.org/pypy/pypy/changeset/b1def8b63787/
Log:Fix translation
diff --git a/pypy/module/_cffi_backend/ctypeptr.py
b/pypy/module/_cffi_backend/ctypeptr.py
--- a/pypy/module/_cffi_backend/c
Author: Ronan Lamy
Branch: py3k
Changeset: r85988:381e9e66fcc3
Date: 2016-08-02 14:48 +0100
http://bitbucket.org/pypy/pypy/changeset/381e9e66fcc3/
Log:fix test_obj.py
diff --git a/pypy/objspace/std/test/test_obj.py
b/pypy/objspace/std/test/test_obj.py
--- a/pypy/objspace/std/test/test_obj.p
Author: Ronan Lamy
Branch: py3k
Changeset: r85976:12a7377be119
Date: 2016-08-02 02:18 +0100
http://bitbucket.org/pypy/pypy/changeset/12a7377be119/
Log:Fix bad merge in test_number.py
diff --git a/pypy/module/cpyext/test/test_number.py
b/pypy/module/cpyext/test/test_number.py
--- a/pypy/modu
Author: Ronan Lamy
Branch: py3k
Changeset: r85975:1b2752361da5
Date: 2016-08-02 01:59 +0100
http://bitbucket.org/pypy/pypy/changeset/1b2752361da5/
Log:fix test_intlike() and more_init case in import_extension()
diff --git a/pypy/module/cpyext/test/test_cpyext.py
b/pypy/module/cpyext/test/te
Author: Ronan Lamy
Branch: py3k
Changeset: r85910:c2c54266b66d
Date: 2016-07-29 16:51 +0100
http://bitbucket.org/pypy/pypy/changeset/c2c54266b66d/
Log:fix tests for py3k (old-style classes)
diff --git a/pypy/objspace/std/test/test_typeobject.py
b/pypy/objspace/std/test/test_typeobject.py
--
Author: Ronan Lamy
Branch: py3k
Changeset: r85899:aa48e9ae7fe2
Date: 2016-07-28 20:02 +0100
http://bitbucket.org/pypy/pypy/changeset/aa48e9ae7fe2/
Log:fix issue #2346
diff --git a/pypy/objspace/descroperation.py b/pypy/objspace/descroperation.py
--- a/pypy/objspace/descroperation.py
+++ b/py
Author: Ronan Lamy
Branch: py3k
Changeset: r85896:88235ae54092
Date: 2016-07-28 19:17 +0100
http://bitbucket.org/pypy/pypy/changeset/88235ae54092/
Log:Fix translation in _handle_capital_sigma()
diff --git a/pypy/objspace/std/unicodeobject.py
b/pypy/objspace/std/unicodeobject.py
--- a/pypy/o
Author: Ronan Lamy
Branch: py3k
Changeset: r85895:4984ab3961af
Date: 2016-07-28 16:49 +0100
http://bitbucket.org/pypy/pypy/changeset/4984ab3961af/
Log:Fix _thread module
diff --git a/pypy/module/thread/__init__.py b/pypy/module/thread/__init__.py
--- a/pypy/module/thread/__init__.py
+++ b/py
Author: Armin Rigo
Branch: py3k
Changeset: r85883:f1508f8d4bf6
Date: 2016-07-27 20:36 +0200
http://bitbucket.org/pypy/pypy/changeset/f1508f8d4bf6/
Log:Fix int("\ud800") and float("\ud800")
diff --git a/pypy/interpreter/unicodehelper.py
b/pypy/interpreter/unicodehelper.py
--- a/pypy/interpre
Author: Romain Guillebert
Branch: py3k
Changeset: r85818:e7eb47c7e7d7
Date: 2016-07-23 11:41 +0200
http://bitbucket.org/pypy/pypy/changeset/e7eb47c7e7d7/
Log:Fix test_identity_vs_id_primitives for Python 3
diff --git a/pypy/objspace/std/test/test_obj.py
b/pypy/objspace/std/test/test_obj.py
Author: Mark Young
Branch: py3k
Changeset: r85807:4d44b721a5e9
Date: 2016-07-16 23:07 -0400
http://bitbucket.org/pypy/pypy/changeset/4d44b721a5e9/
Log:Fix faulty indentation.
diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py
--- a/pypy/module/time/interp_time.py
Author: Mark Young
Branch: py3k
Changeset: r85802:c67f0979fc8a
Date: 2016-07-07 23:11 -0400
http://bitbucket.org/pypy/pypy/changeset/c67f0979fc8a/
Log:Fix a few silly typos.
diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py
--- a/pypy/module/time/interp_time.py
+
Author: Ronan Lamy
Branch: py3k
Changeset: r85462:306f1a7ca98e
Date: 2016-06-29 21:00 +0100
http://bitbucket.org/pypy/pypy/changeset/306f1a7ca98e/
Log:fix translation
diff --git a/pypy/objspace/std/stringmethods.py
b/pypy/objspace/std/stringmethods.py
--- a/pypy/objspace/std/stringmethods.p
Author: Matti Picus
Branch: py3k
Changeset: r85413:f9fa8c5ea722
Date: 2016-06-27 21:05 +0300
http://bitbucket.org/pypy/pypy/changeset/f9fa8c5ea722/
Log:fix, enable tests
diff --git a/pypy/module/cpyext/test/test_bytesobject.py
b/pypy/module/cpyext/test/test_bytesobject.py
--- a/pypy/module/
Author: Ronan Lamy
Branch: py3k
Changeset: r85363:425c51ee5fb7
Date: 2016-06-23 19:21 +0100
http://bitbucket.org/pypy/pypy/changeset/425c51ee5fb7/
Log:fix bad merge (yet again)
diff --git a/pypy/module/cpyext/bytesobject.py
b/pypy/module/cpyext/bytesobject.py
--- a/pypy/module/cpyext/byteso
Author: Ronan Lamy
Branch: py3k
Changeset: r85318:d5533cd7171d
Date: 2016-06-21 19:26 +0100
http://bitbucket.org/pypy/pypy/changeset/d5533cd7171d/
Log:fix missing imports
diff --git a/pypy/module/cpyext/bytesobject.py
b/pypy/module/cpyext/bytesobject.py
--- a/pypy/module/cpyext/bytesobject.
Author: Ronan Lamy
Branch: py3k
Changeset: r85042:3ef853b2c167
Date: 2016-06-08 20:54 +0100
http://bitbucket.org/pypy/pypy/changeset/3ef853b2c167/
Log:fix after the merge
diff --git a/pypy/module/posix/test/test_interp_posix.py
b/pypy/module/posix/test/test_interp_posix.py
--- a/pypy/module
Author: Philip Jenvey
Branch: py3k
Changeset: r84817:a74ce6610195
Date: 2016-05-29 09:38 -0700
http://bitbucket.org/pypy/pypy/changeset/a74ce6610195/
Log:fix certain bootstrap issues w/ fsdecoding (refs #2300): bootstrap
check for delayed filesystemencoding initialization after
Author: Philip Jenvey
Branch: py3k
Changeset: r84800:e90d6c443b01
Date: 2016-05-28 13:57 -0700
http://bitbucket.org/pypy/pypy/changeset/e90d6c443b01/
Log:fix platform detection
diff --git a/pypy/module/time/test/test_time.py
b/pypy/module/time/test/test_time.py
--- a/pypy/module/time/test/t
Author: Philip Jenvey
Branch: py3k
Changeset: r84750:7a1859214339
Date: 2016-05-27 15:29 -0700
http://bitbucket.org/pypy/pypy/changeset/7a1859214339/
Log:fix
diff --git a/pypy/module/zipimport/interp_zipimport.py
b/pypy/module/zipimport/interp_zipimport.py
--- a/pypy/module/zipimport/interp
Author: Philip Jenvey
Branch: py3k
Changeset: r84737:d48c62452f34
Date: 2016-05-27 12:27 -0700
http://bitbucket.org/pypy/pypy/changeset/d48c62452f34/
Log:fix the error message
diff --git a/pypy/module/zipimport/interp_zipimport.py
b/pypy/module/zipimport/interp_zipimport.py
--- a/pypy/modul
Author: Philip Jenvey
Branch: py3k
Changeset: r84722:97ed514d4cf8
Date: 2016-05-26 18:19 -0700
http://bitbucket.org/pypy/pypy/changeset/97ed514d4cf8/
Log:fix, we can't use **kwargs in this case
diff --git a/pypy/module/posix/interp_posix.py
b/pypy/module/posix/interp_posix.py
--- a/pypy/mod
Author: Philip Jenvey
Branch: py3k
Changeset: r84721:e082349023a2
Date: 2016-05-26 18:10 -0700
http://bitbucket.org/pypy/pypy/changeset/e082349023a2/
Log:fix
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: Philip Jenvey
Branch: py3k
Changeset: r84719:2ef97efcddf2
Date: 2016-05-26 16:37 -0700
http://bitbucket.org/pypy/pypy/changeset/2ef97efcddf2/
Log:fix
diff --git a/lib_pypy/_decimal.py b/lib_pypy/_decimal.py
--- a/lib_pypy/_decimal.py
+++ b/lib_pypy/_decimal.py
@@ -1514,15 +1514,15 @@
Author: Philip Jenvey
Branch: py3k
Changeset: r84718:ad97f2acb02f
Date: 2016-05-26 15:48 -0700
http://bitbucket.org/pypy/pypy/changeset/ad97f2acb02f/
Log:fix
diff --git a/lib_pypy/_winapi.py b/lib_pypy/_winapi.py
--- a/lib_pypy/_winapi.py
+++ b/lib_pypy/_winapi.py
@@ -53,7 +53,7 @@
_GetStdH
Author: Philip Jenvey
Branch: py3k
Changeset: r84683:284f491f2192
Date: 2016-05-24 23:33 -0700
http://bitbucket.org/pypy/pypy/changeset/284f491f2192/
Log:fix
diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py
--- a/pypy/module/time/interp_time.py
+++ b/pypy/module
Author: Philip Jenvey
Branch: py3k
Changeset: r84678:768e0680a729
Date: 2016-05-24 21:47 -0700
http://bitbucket.org/pypy/pypy/changeset/768e0680a729/
Log:fix
diff --git a/pypy/module/imp/test/test_import.py
b/pypy/module/imp/test/test_import.py
--- a/pypy/module/imp/test/test_import.py
+++
Author: Philip Jenvey
Branch: py3k
Changeset: r84671:45c79e88347b
Date: 2016-05-24 17:12 -0700
http://bitbucket.org/pypy/pypy/changeset/45c79e88347b/
Log:fix l/utimes args
diff --git a/pypy/module/posix/interp_posix.py
b/pypy/module/posix/interp_posix.py
--- a/pypy/module/posix/interp_posix
Author: Philip Jenvey
Branch: py3k
Changeset: r84653:58ec8080e84c
Date: 2016-05-23 21:27 -0700
http://bitbucket.org/pypy/pypy/changeset/58ec8080e84c/
Log:fix on python3 -A
diff --git a/pypy/module/imp/test/support.py b/pypy/module/imp/test/support.py
--- a/pypy/module/imp/test/support.py
+++
Author: Philip Jenvey
Branch: py3k
Changeset: r84636:ece422823370
Date: 2016-05-23 12:25 -0700
http://bitbucket.org/pypy/pypy/changeset/ece422823370/
Log:fix _DirFD_Unavailable handling of None/not specified
diff --git a/pypy/module/posix/interp_posix.py
b/pypy/module/posix/interp_posix.py
Author: Philip Jenvey
Branch: py3k
Changeset: r84612:1de1aad3990e
Date: 2016-05-22 17:52 -0700
http://bitbucket.org/pypy/pypy/changeset/1de1aad3990e/
Log:fix from probably a bad merge: the default branch removed this check
diff --git a/pypy/interpreter/executioncontext.py
b/pypy/interpreter
Author: Philip Jenvey
Branch: py3k
Changeset: r84606:9a7ec898d577
Date: 2016-05-22 16:24 -0700
http://bitbucket.org/pypy/pypy/changeset/9a7ec898d577/
Log:fix test_qualname
diff --git a/lib-python/3/test/test_descr.py b/lib-python/3/test/test_descr.py
--- a/lib-python/3/test/test_descr.py
+++
Author: Raffael Tfirst
Branch: py3k
Changeset: r84593:3dd3cbeb6e54
Date: 2016-05-22 22:07 +0200
http://bitbucket.org/pypy/pypy/changeset/3dd3cbeb6e54/
Log:Fix test_gendfa with correct whitespaces
diff --git a/pypy/interpreter/pyparser/test/test_gendfa.py
b/pypy/interpreter/pyparser/test/tes
Author: Raffael Tfirst
Branch: py3k
Changeset: r84584:d6417229021c
Date: 2016-05-22 20:54 +0200
http://bitbucket.org/pypy/pypy/changeset/d6417229021c/
Log:Fix whitespaces printed in gendfa
diff --git a/pypy/interpreter/pyparser/gendfa.py
b/pypy/interpreter/pyparser/gendfa.py
--- a/pypy/inte
Author: Philip Jenvey
Branch: py3k
Changeset: r84555:7737b9ffdd0b
Date: 2016-05-21 15:01 -0700
http://bitbucket.org/pypy/pypy/changeset/7737b9ffdd0b/
Log:fix test_context_with_suppressed, always reset the last exception
after __exit__, even if it raises
diff --git a/pypy/interpreter/
Author: Philip Jenvey
Branch: py3k
Changeset: r84545:cbe8138d93e1
Date: 2016-05-20 16:50 -0700
http://bitbucket.org/pypy/pypy/changeset/cbe8138d93e1/
Log:fix _finalize_ (register it)
diff --git a/pypy/module/_socket/interp_socket.py
b/pypy/module/_socket/interp_socket.py
--- a/pypy/module/_
Author: Philip Jenvey
Branch: py3k
Changeset: r84544:e69098761bed
Date: 2016-05-20 16:41 -0700
http://bitbucket.org/pypy/pypy/changeset/e69098761bed/
Log:fix translation maybe
diff --git a/pypy/module/cpyext/unicodeobject.py
b/pypy/module/cpyext/unicodeobject.py
--- a/pypy/module/cpyext/uni
Author: Manuel Jacob
Branch: py3k
Changeset: r84537:75413b52ce60
Date: 2016-05-20 16:40 +0200
http://bitbucket.org/pypy/pypy/changeset/75413b52ce60/
Log:Fix test after argument error messages are closer to CPython now.
diff --git a/pypy/interpreter/test/test_argument.py
b/pypy/interpreter/t
Author: Philip Jenvey
Branch: py3k
Changeset: r84517:e824f622dcf4
Date: 2016-05-18 19:51 -0700
http://bitbucket.org/pypy/pypy/changeset/e824f622dcf4/
Log:fix translation
diff --git a/pypy/objspace/std/typeobject.py b/pypy/objspace/std/typeobject.py
--- a/pypy/objspace/std/typeobject.py
+++ b
Author: Mark Young
Branch: py3k
Changeset: r84462:d9251d36a77d
Date: 2016-05-14 01:47 -0400
http://bitbucket.org/pypy/pypy/changeset/d9251d36a77d/
Log:Fix test_inspect.
diff --git a/lib-python/3/inspect.py b/lib-python/3/inspect.py
--- a/lib-python/3/inspect.py
+++ b/lib-python/3/inspect.py
Author: Ronan Lamy
Branch: py3k
Changeset: r84431:fa4870975abc
Date: 2016-05-14 18:32 +0100
http://bitbucket.org/pypy/pypy/changeset/fa4870975abc/
Log:fix translation
diff --git a/pypy/module/cpyext/floatobject.py
b/pypy/module/cpyext/floatobject.py
--- a/pypy/module/cpyext/floatobject.py
+
Author: Ronan Lamy
Branch: py3k
Changeset: r84429:6792b05f6078
Date: 2016-05-13 21:33 +0100
http://bitbucket.org/pypy/pypy/changeset/6792b05f6078/
Log:fix another compiler warning
diff --git a/pypy/module/cpyext/test/test_bytesobject.py
b/pypy/module/cpyext/test/test_bytesobject.py
--- a/py
Author: Ronan Lamy
Branch: py3k
Changeset: r84428:eb3b8177ee3f
Date: 2016-05-13 21:14 +0100
http://bitbucket.org/pypy/pypy/changeset/eb3b8177ee3f/
Log:Fix bad merge and compilation warnings in test_typeobject.py
diff --git a/pypy/module/cpyext/test/test_typeobject.py
b/pypy/module/cpyext/te
Author: Ronan Lamy
Branch: py3k
Changeset: r84427:6f241f23a344
Date: 2016-05-13 20:54 +0100
http://bitbucket.org/pypy/pypy/changeset/6f241f23a344/
Log:Fix some cpyext compilation warnings
diff --git a/pypy/module/cpyext/floatobject.py
b/pypy/module/cpyext/floatobject.py
--- a/pypy/module/cp
Author: Ronan Lamy
Branch: py3k
Changeset: r84411:947758cd5ea4
Date: 2016-05-13 05:03 +0100
http://bitbucket.org/pypy/pypy/changeset/947758cd5ea4/
Log:fix translation maybe
diff --git a/pypy/module/_socket/interp_socket.py
b/pypy/module/_socket/interp_socket.py
--- a/pypy/module/_socket/int
Author: Philip Jenvey
Branch: py3k
Changeset: r84306:7832fcede2fc
Date: 2016-05-08 11:32 -0700
http://bitbucket.org/pypy/pypy/changeset/7832fcede2fc/
Log:fix after merge
diff --git a/pypy/module/cpyext/test/test_version.py
b/pypy/module/cpyext/test/test_version.py
--- a/pypy/module/cpyext/t
Author: Philip Jenvey
Branch: py3k
Changeset: r84278:0e4c7a2b1e39
Date: 2016-05-07 11:49 -0700
http://bitbucket.org/pypy/pypy/changeset/0e4c7a2b1e39/
Log:fix
diff --git a/pypy/interpreter/test/test_compiler.py
b/pypy/interpreter/test/test_compiler.py
--- a/pypy/interpreter/test/test_compile
Author: Mark Young
Branch: py3k
Changeset: r84266:e31a3547aa90
Date: 2016-05-06 01:13 -0400
http://bitbucket.org/pypy/pypy/changeset/e31a3547aa90/
Log:Fix deque as I meant to do before. Added tests specifically testing
pickleability of deque iterators.
diff --git a/lib-python/conftes
Author: Mark Young
Branch: py3k
Changeset: r84267:1248da245a30
Date: 2016-05-06 10:04 -0400
http://bitbucket.org/pypy/pypy/changeset/1248da245a30/
Log:Fix the message to report the type correctly.
diff --git a/pypy/module/_collections/interp_deque.py
b/pypy/module/_collections/interp_deque.
Author: Ronan Lamy
Branch: py3k
Changeset: r84227:abe796ff4415
Date: 2016-05-05 19:14 +0100
http://bitbucket.org/pypy/pypy/changeset/abe796ff4415/
Log:Fix test_stressdict
diff --git a/pypy/objspace/std/dictmultiobject.py
b/pypy/objspace/std/dictmultiobject.py
--- a/pypy/objspace/std/dictmul
Author: Philip Jenvey
Branch: py3k
Changeset: r84201:d5f860dfb191
Date: 2016-05-04 16:23 -0700
http://bitbucket.org/pypy/pypy/changeset/d5f860dfb191/
Log:fix unicode handling
diff --git a/pypy/objspace/std/formatting.py b/pypy/objspace/std/formatting.py
--- a/pypy/objspace/std/formatting.py
Author: Mark Young
Branch: py3k
Changeset: r84171:6db07c7d7059
Date: 2016-05-02 06:53 -0400
http://bitbucket.org/pypy/pypy/changeset/6db07c7d7059/
Log:Fix pep 8 issue.
diff --git a/pypy/module/itertools/test/test_itertools.py
b/pypy/module/itertools/test/test_itertools.py
--- a/pypy/module/
Author: Philip Jenvey
Branch: py3k
Changeset: r83957:b1242e337f6c
Date: 2016-04-26 21:47 -0700
http://bitbucket.org/pypy/pypy/changeset/b1242e337f6c/
Log:fix reraise in hidden functions (grafted from
c4d7b8fef89a557df8cc1c926471c0c4d04b9bb3)
diff --git a/pypy/interpreter/pyopcode.py
Author: Philip Jenvey
Branch: py3k
Changeset: r83950:1921e21b5b4b
Date: 2016-04-26 20:08 -0700
http://bitbucket.org/pypy/pypy/changeset/1921e21b5b4b/
Log:fix exec from @hidden_applevel functions
diff --git a/pypy/module/__builtin__/compiling.py
b/pypy/module/__builtin__/compiling.py
--- a/p
Author: Philip Jenvey
Branch: py3k
Changeset: r83930:16d67272ece0
Date: 2016-04-25 18:23 -0700
http://bitbucket.org/pypy/pypy/changeset/16d67272ece0/
Log:fix
diff --git a/pypy/interpreter/executioncontext.py
b/pypy/interpreter/executioncontext.py
--- a/pypy/interpreter/executioncontext.py
+
Author: Philip Jenvey
Branch: py3k
Changeset: r83889:597f649edbb9
Date: 2016-04-25 17:55 -0700
http://bitbucket.org/pypy/pypy/changeset/597f649edbb9/
Log:fix translation on osx, specialize utime when called w/ None
diff --git a/pypy/module/posix/interp_posix.py
b/pypy/module/posix/interp_po
Author: mattip
Branch: py3k
Changeset: r83748:86309434696e
Date: 2016-04-18 20:11 +0300
http://bitbucket.org/pypy/pypy/changeset/86309434696e/
Log:fix for win32
diff --git a/pypy/module/posix/interp_nt.py b/pypy/module/posix/interp_nt.py
--- a/pypy/module/posix/interp_nt.py
+++ b/pypy/module
Author: Philip Jenvey
Branch: py3k
Changeset: r83694:fc05d7cc3776
Date: 2016-04-15 14:06 -0700
http://bitbucket.org/pypy/pypy/changeset/fc05d7cc3776/
Log:fix for py3k's new convert scheme
diff --git a/pypy/module/array/interp_array.py
b/pypy/module/array/interp_array.py
--- a/pypy/module/ar
Author: Philip Jenvey
Branch: py3k
Changeset: r83674:8c9c137475bb
Date: 2016-04-14 17:16 -0700
http://bitbucket.org/pypy/pypy/changeset/8c9c137475bb/
Log:fix range check thinko; calculate w/ bits not bytes (grafted from
3d517af7182117c996f1ddb710c5b34386465d30)
diff --git a/pypy/modu
Author: Ronan Lamy
Branch: py3k
Changeset: r83635:2a3d41ab2ead
Date: 2016-04-12 20:25 +0100
http://bitbucket.org/pypy/pypy/changeset/2a3d41ab2ead/
Log:fix code formatting
diff --git a/pypy/module/itertools/interp_itertools.py
b/pypy/module/itertools/interp_itertools.py
--- a/pypy/module/ite
Author: Manuel Jacob
Branch: py3k
Changeset: r83153:dfc55771338b
Date: 2016-03-19 01:01 +0100
http://bitbucket.org/pypy/pypy/changeset/dfc55771338b/
Log:Fix test by using another file.
The tests are not as independent as they probably should be and
test_chmod / test_fchmod ch
Author: Manuel Jacob
Branch: py3k
Changeset: r82855:528d213af6e5
Date: 2016-03-07 18:52 +0100
http://bitbucket.org/pypy/pypy/changeset/528d213af6e5/
Log:Fix error messages when unicode and bytes are mixed in the re module
usage.
1) Tests were failing after the last merge from
Author: Manuel Jacob
Branch: py3k
Changeset: r82607:088e4a9efe72
Date: 2016-02-29 02:24 +0100
http://bitbucket.org/pypy/pypy/changeset/088e4a9efe72/
Log:Fix C API test. See comment for details.
Thanks to Ronan and Armin for discussion and the suggestion to mask
out bits.
Author: Ronan Lamy
Branch: py3k
Changeset: r82037:fbbd055f16fa
Date: 2016-02-01 17:03 +
http://bitbucket.org/pypy/pypy/changeset/fbbd055f16fa/
Log:fix merge
diff --git a/pypy/objspace/std/dictmultiobject.py
b/pypy/objspace/std/dictmultiobject.py
--- a/pypy/objspace/std/dictmultiobject.p
Author: Ronan Lamy
Branch: py3k
Changeset: r82035:2f9a601ed994
Date: 2016-02-01 16:29 +
http://bitbucket.org/pypy/pypy/changeset/2f9a601ed994/
Log:fix
diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py
--- a/pypy/module/cpyext/api.py
+++ b/pypy/module/cpyext/api.py
@@ -44
Author: Manuel Jacob
Branch: py3k
Changeset: r82001:ae38513dafd2
Date: 2016-01-28 23:32 +0100
http://bitbucket.org/pypy/pypy/changeset/ae38513dafd2/
Log:Fix import for renamed module rposix -> rposix_stat.
diff --git a/pypy/module/imp/importing.py b/pypy/module/imp/importing.py
--- a/pypy/mo
Author: Manuel Jacob
Branch: py3k
Changeset: r80863:3f769149a919
Date: 2015-11-23 18:17 +0100
http://bitbucket.org/pypy/pypy/changeset/3f769149a919/
Log:Fix syntax error. However this test still crashes for another
reason.
diff --git a/pypy/module/array/test/test_array.py
b/pypy/mod
Author: Manuel Jacob
Branch: py3k
Changeset: r79917:fff65eb52236
Date: 2015-10-01 13:21 +0200
http://bitbucket.org/pypy/pypy/changeset/fff65eb52236/
Log:Fix test.
diff --git a/pypy/module/thread/test/test_lock.py
b/pypy/module/thread/test/test_lock.py
--- a/pypy/module/thread/test/test_lock
Author: Manuel Jacob
Branch: py3k
Changeset: r79231:07bfad12ceb6
Date: 2015-08-26 01:57 +0200
http://bitbucket.org/pypy/pypy/changeset/07bfad12ceb6/
Log:Fix an error at interpreter shutdown in case stdout or stderr is
missing.
diff --git a/pypy/module/sys/__init__.py b/pypy/module/sy
Author: Manuel Jacob
Branch: py3k
Changeset: r79228:aeafe30eac60
Date: 2015-08-25 12:35 +0200
http://bitbucket.org/pypy/pypy/changeset/aeafe30eac60/
Log:Fix three cases where space.wrap() was called with a potentially
non-ASCII string.
diff --git a/pypy/bin/pyinteractive.py b/pypy/bi
Author: Manuel Jacob
Branch: py3k
Changeset: r79012:aea1e4e8b77f
Date: 2015-08-17 02:50 +0200
http://bitbucket.org/pypy/pypy/changeset/aea1e4e8b77f/
Log:Fix merge.
diff --git a/pypy/goal/targetpypystandalone.py
b/pypy/goal/targetpypystandalone.py
--- a/pypy/goal/targetpypystandalone.py
+++
Author: Manuel Jacob
Branch: py3k
Changeset: r79014:3703d41b2c96
Date: 2015-08-17 03:02 +0200
http://bitbucket.org/pypy/pypy/changeset/3703d41b2c96/
Log:Fix merge.
diff --git a/pypy/goal/targetpypystandalone.py
b/pypy/goal/targetpypystandalone.py
--- a/pypy/goal/targetpypystandalone.py
+++
Author: mattip
Branch: py3k
Changeset: r78724:4ece5080fa0f
Date: 2015-07-31 12:37 +0300
http://bitbucket.org/pypy/pypy/changeset/4ece5080fa0f/
Log:fix complilation error
diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py
--- a/pypy/module/time/interp_time.py
+++ b
Author: mattip
Branch: py3k
Changeset: r78722:5ffd586cbbf4
Date: 2015-07-31 09:10 +0300
http://bitbucket.org/pypy/pypy/changeset/5ffd586cbbf4/
Log:fix locale_codec.c for MSVC
diff --git a/pypy/module/_codecs/locale_codec.c
b/pypy/module/_codecs/locale_codec.c
--- a/pypy/module/_codecs/local
1 - 100 of 503 matches
Mail list logo