[pypy-commit] pypy py3k: Fix appdirect test_compiler.py on CPython

2016-10-07 Thread rlamy
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

[pypy-commit] pypy py3k: fix last failing cpyext -A tests

2016-10-07 Thread rlamy
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

[pypy-commit] pypy py3k: fix test on CPython

2016-10-06 Thread rlamy
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

[pypy-commit] pypy py3k: fix translation

2016-10-06 Thread rlamy
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

[pypy-commit] pypy py3k: Fix 2 tests on CPython

2016-10-06 Thread rlamy
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

[pypy-commit] pypy py3k: 'Fix' test_merge_compiler_flags() to pass on CPython (and fail on pypy3)

2016-10-05 Thread rlamy
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

[pypy-commit] pypy py3k: fix test to pass on CPython

2016-10-05 Thread rlamy
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

[pypy-commit] pypy py3k: fix some tests to pass on CPython

2016-10-04 Thread rlamy
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/

[pypy-commit] pypy py3k: Fix NullImporter test and revert unnecessary stdlib change

2016-09-27 Thread rlamy
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 +

[pypy-commit] pypy py3k: Fix translation

2016-09-24 Thread rlamy
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

[pypy-commit] pypy py3k: Fix test_load_dynamic() to match CPython behaviour

2016-09-23 Thread rlamy
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

[pypy-commit] pypy py3k: Fix for test_hash

2016-09-22 Thread arigo
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

[pypy-commit] pypy py3k: Fix skipping of AppTestApi

2016-09-11 Thread rlamy
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

[pypy-commit] pypy py3k: Fix: _utf8 cannot be a quasi-immutable. Will document why and do a

2016-09-07 Thread arigo
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

[pypy-commit] pypy py3k: fix bytebuffer test

2016-09-07 Thread rlamy
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

[pypy-commit] pypy py3k: fix translation

2016-09-07 Thread rlamy
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 +

[pypy-commit] pypy py3k: fix memoryview()

2016-08-31 Thread rlamy
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

[pypy-commit] pypy py3k: Fix shape of array buffers

2016-08-31 Thread rlamy
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

[pypy-commit] pypy py3k: fix translation

2016-08-31 Thread rlamy
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

[pypy-commit] pypy py3k: Fix test on -A

2016-08-30 Thread rlamy
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/__

[pypy-commit] pypy py3k: Fix translation (sorry)

2016-08-30 Thread arigo
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

[pypy-commit] pypy py3k: fix: save the handles for CloseHandle

2016-08-28 Thread pjenvey
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

[pypy-commit] pypy py3k: fix translation (win32)

2016-08-28 Thread pjenvey
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

[pypy-commit] pypy py3k: Fix memoryview.__setitem__

2016-08-26 Thread rlamy
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

[pypy-commit] pypy py3k: Fix constant-folding for '**'

2016-08-18 Thread rlamy
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

[pypy-commit] pypy py3k: Fix bad change in b053ff5c2d6d

2016-08-12 Thread rlamy
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

[pypy-commit] pypy py3k: Fix translation

2016-08-12 Thread rlamy
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

[pypy-commit] pypy py3k: fix test_obj.py

2016-08-02 Thread rlamy
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

[pypy-commit] pypy py3k: Fix bad merge in test_number.py

2016-08-01 Thread rlamy
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

[pypy-commit] pypy py3k: fix test_intlike() and more_init case in import_extension()

2016-08-01 Thread rlamy
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

[pypy-commit] pypy py3k: fix tests for py3k (old-style classes)

2016-07-29 Thread rlamy
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 --

[pypy-commit] pypy py3k: fix issue #2346

2016-07-28 Thread rlamy
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

[pypy-commit] pypy py3k: Fix translation in _handle_capital_sigma()

2016-07-28 Thread rlamy
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

[pypy-commit] pypy py3k: Fix _thread module

2016-07-28 Thread rlamy
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

[pypy-commit] pypy py3k: Fix int("\ud800") and float("\ud800")

2016-07-27 Thread arigo
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

[pypy-commit] pypy py3k: Fix test_identity_vs_id_primitives for Python 3

2016-07-23 Thread rguillebert
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

[pypy-commit] pypy py3k: Fix faulty indentation.

2016-07-22 Thread marky1991
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

[pypy-commit] pypy py3k: Fix a few silly typos.

2016-07-22 Thread marky1991
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 +

[pypy-commit] pypy py3k: fix translation

2016-06-29 Thread rlamy
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

[pypy-commit] pypy py3k: fix, enable tests

2016-06-27 Thread mattip
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/

[pypy-commit] pypy py3k: fix bad merge (yet again)

2016-06-23 Thread rlamy
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

[pypy-commit] pypy py3k: fix missing imports

2016-06-21 Thread rlamy
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.

[pypy-commit] pypy py3k: fix after the merge

2016-06-08 Thread rlamy
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

[pypy-commit] pypy py3k: fix certain bootstrap issues w/ fsdecoding (refs #2300): bootstrap check for

2016-05-29 Thread pjenvey
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

[pypy-commit] pypy py3k: fix platform detection

2016-05-28 Thread pjenvey
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

[pypy-commit] pypy py3k: fix

2016-05-27 Thread pjenvey
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

[pypy-commit] pypy py3k: fix the error message

2016-05-27 Thread pjenvey
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

[pypy-commit] pypy py3k: fix, we can't use **kwargs in this case

2016-05-26 Thread pjenvey
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

[pypy-commit] pypy py3k: fix

2016-05-26 Thread pjenvey
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

[pypy-commit] pypy py3k: fix

2016-05-26 Thread pjenvey
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 @@

[pypy-commit] pypy py3k: fix

2016-05-26 Thread pjenvey
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

[pypy-commit] pypy py3k: fix

2016-05-24 Thread pjenvey
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

[pypy-commit] pypy py3k: fix

2016-05-24 Thread pjenvey
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 +++

[pypy-commit] pypy py3k: fix l/utimes args

2016-05-24 Thread pjenvey
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

[pypy-commit] pypy py3k: fix on python3 -A

2016-05-23 Thread pjenvey
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 +++

[pypy-commit] pypy py3k: fix _DirFD_Unavailable handling of None/not specified

2016-05-23 Thread pjenvey
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

[pypy-commit] pypy py3k: fix from probably a bad merge: the default branch removed this check

2016-05-22 Thread pjenvey
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

[pypy-commit] pypy py3k: fix test_qualname

2016-05-22 Thread pjenvey
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 +++

[pypy-commit] pypy py3k: Fix test_gendfa with correct whitespaces

2016-05-22 Thread raffael_t
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

[pypy-commit] pypy py3k: Fix whitespaces printed in gendfa

2016-05-22 Thread raffael_t
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

[pypy-commit] pypy py3k: fix test_context_with_suppressed, always reset the last exception after

2016-05-21 Thread pjenvey
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/

[pypy-commit] pypy py3k: fix _finalize_ (register it)

2016-05-20 Thread pjenvey
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/_

[pypy-commit] pypy py3k: fix translation maybe

2016-05-20 Thread pjenvey
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

[pypy-commit] pypy py3k: Fix test after argument error messages are closer to CPython now.

2016-05-20 Thread mjacob
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

[pypy-commit] pypy py3k: fix translation

2016-05-18 Thread pjenvey
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

[pypy-commit] pypy py3k: Fix test_inspect.

2016-05-15 Thread marky1991
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

[pypy-commit] pypy py3k: fix translation

2016-05-14 Thread rlamy
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 +

[pypy-commit] pypy py3k: fix another compiler warning

2016-05-13 Thread rlamy
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

[pypy-commit] pypy py3k: Fix bad merge and compilation warnings in test_typeobject.py

2016-05-13 Thread rlamy
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

[pypy-commit] pypy py3k: Fix some cpyext compilation warnings

2016-05-13 Thread rlamy
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

[pypy-commit] pypy py3k: fix translation maybe

2016-05-12 Thread rlamy
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

[pypy-commit] pypy py3k: fix after merge

2016-05-08 Thread pjenvey
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

[pypy-commit] pypy py3k: fix

2016-05-07 Thread pjenvey
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

[pypy-commit] pypy py3k: Fix deque as I meant to do before. Added tests specifically testing pickleability of deque iterators.

2016-05-06 Thread marky1991
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

[pypy-commit] pypy py3k: Fix the message to report the type correctly.

2016-05-06 Thread marky1991
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.

[pypy-commit] pypy py3k: Fix test_stressdict

2016-05-05 Thread rlamy
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

[pypy-commit] pypy py3k: fix unicode handling

2016-05-04 Thread pjenvey
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

[pypy-commit] pypy py3k: Fix pep 8 issue.

2016-05-03 Thread marky1991
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/

[pypy-commit] pypy py3k: fix reraise in hidden functions

2016-04-26 Thread pjenvey
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

[pypy-commit] pypy py3k: fix exec from @hidden_applevel functions

2016-04-26 Thread pjenvey
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

[pypy-commit] pypy py3k: fix

2016-04-26 Thread pjenvey
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 +

[pypy-commit] pypy py3k: fix translation on osx, specialize utime when called w/ None

2016-04-25 Thread pjenvey
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

[pypy-commit] pypy py3k: fix for win32

2016-04-18 Thread mattip
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

[pypy-commit] pypy py3k: fix for py3k's new convert scheme

2016-04-15 Thread pjenvey
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

[pypy-commit] pypy py3k: fix range check thinko; calculate w/ bits not bytes

2016-04-14 Thread pjenvey
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

[pypy-commit] pypy py3k: fix code formatting

2016-04-12 Thread rlamy
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

[pypy-commit] pypy py3k: Fix test by using another file.

2016-03-18 Thread mjacob
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

[pypy-commit] pypy py3k: Fix error messages when unicode and bytes are mixed in the re module usage.

2016-03-07 Thread mjacob
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

[pypy-commit] pypy py3k: Fix C API test. See comment for details.

2016-02-28 Thread mjacob
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.

[pypy-commit] pypy py3k: fix merge

2016-02-01 Thread rlamy
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

[pypy-commit] pypy py3k: fix

2016-02-01 Thread rlamy
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

[pypy-commit] pypy py3k: Fix import for renamed module rposix -> rposix_stat.

2016-01-28 Thread mjacob
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

[pypy-commit] pypy py3k: Fix syntax error. However this test still crashes for another reason.

2015-11-23 Thread mjacob
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

[pypy-commit] pypy py3k: Fix test.

2015-10-01 Thread mjacob
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

[pypy-commit] pypy py3k: Fix an error at interpreter shutdown in case stdout or stderr is missing.

2015-08-26 Thread mjacob
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

[pypy-commit] pypy py3k: Fix three cases where space.wrap() was called with a potentially non-ASCII string.

2015-08-25 Thread mjacob
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

[pypy-commit] pypy py3k: Fix merge.

2015-08-17 Thread mjacob
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 +++

[pypy-commit] pypy py3k: Fix merge.

2015-08-17 Thread mjacob
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 +++

[pypy-commit] pypy py3k: fix complilation error

2015-07-31 Thread mattip
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

[pypy-commit] pypy py3k: fix locale_codec.c for MSVC

2015-07-31 Thread mattip
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   2   3   4   5   6   >