[pypy-commit] pypy improve-docs: Add another label.

2014-10-24 Thread mjacob
Author: Manuel Jacob Branch: improve-docs Changeset: r74164:a286928f Date: 2014-10-24 14:16 +0200 http://bitbucket.org/pypy/pypy/changeset/a286928f/ Log:Add another label. diff --git a/rpython/doc/rffi.rst b/rpython/doc/rffi.rst --- a/rpython/doc/rffi.rst +++ b/rpython/doc/rffi.rst @

[pypy-commit] pypy improve-docs: Remove point from TODO.

2014-10-24 Thread mjacob
Author: Manuel Jacob Branch: improve-docs Changeset: r74167:6405918b2695 Date: 2014-10-24 15:09 +0200 http://bitbucket.org/pypy/pypy/changeset/6405918b2695/ Log:Remove point from TODO. diff --git a/pypy/doc/TODO b/pypy/doc/TODO --- a/pypy/doc/TODO +++ b/pypy/doc/TODO @@ -20,7 +20,6 @@ Meta

[pypy-commit] pypy improve-docs: Remove ref to translation document from documentation targetted at users.

2014-10-24 Thread mjacob
Author: Manuel Jacob Branch: improve-docs Changeset: r74168:203021600b76 Date: 2014-10-24 15:24 +0200 http://bitbucket.org/pypy/pypy/changeset/203021600b76/ Log:Remove ref to translation document from documentation targetted at users. diff --git a/rpython/doc/windows.rst b/rpython/do

[pypy-commit] pypy improve-docs: Move windows document back to pypy/doc because it's very PyPy-specific.

2014-10-24 Thread mjacob
Author: Manuel Jacob Branch: improve-docs Changeset: r74169:1432e73f38f8 Date: 2014-10-24 15:33 +0200 http://bitbucket.org/pypy/pypy/changeset/1432e73f38f8/ Log:Move windows document back to pypy/doc because it's very PyPy- specific. diff --git a/pypy/doc/TODO b/pypy/doc/TODO --- a/p

[pypy-commit] pypy py3k: hg merge

2016-05-20 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r84539:b906865b650f Date: 2016-05-20 18:56 +0200 http://bitbucket.org/pypy/pypy/changeset/b906865b650f/ Log:hg merge diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++ b/rpython/rlib/rposix.py @@ -1045,15

[pypy-commit] pypy py3k: hg merge default (+ fixes)

2016-05-20 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r84538:df5facd61ba8 Date: 2016-05-20 18:54 +0200 http://bitbucket.org/pypy/pypy/changeset/df5facd61ba8/ Log:hg merge default (+ fixes) Some tests still fail. E.g. test_verbose_flag_* in pypy/module/imp/test/test_import.py and test_

[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: 2to3

2016-05-29 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r84814:342ade5f1037 Date: 2016-05-29 17:54 +0200 http://bitbucket.org/pypy/pypy/changeset/342ade5f1037/ Log:2to3 diff --git a/pypy/module/__builtin__/test/test_functional.py b/pypy/module/__builtin__/test/test_functional.py --- a/pypy/module/__bu

[pypy-commit] pypy default: (mjacob, arigo) Remove dead code chain: RPyString_FromString, RPyString_New, predeclare_utility_functions.

2016-06-05 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r84957:b8761aab407c Date: 2016-06-06 00:09 +0200 http://bitbucket.org/pypy/pypy/changeset/b8761aab407c/ Log:(mjacob, arigo) Remove dead code chain: RPyString_FromString, RPyString_New, predeclare_utility_functions. Fix in rtyper.py by

[pypy-commit] pypy py3.3: Replace tabs by spaces in lib_pypy/_lzma.py.

2015-05-20 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r77430:86688eae7c22 Date: 2015-05-20 15:36 +0200 http://bitbucket.org/pypy/pypy/changeset/86688eae7c22/ Log:Replace tabs by spaces in lib_pypy/_lzma.py. diff --git a/lib_pypy/_lzma.py b/lib_pypy/_lzma.py --- a/lib_pypy/_lzma.py +++ b/lib_pypy/_lz

[pypy-commit] pypy py3k: Remove test which doesn't make sense on py3k.

2015-05-20 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77442:49893516c855 Date: 2015-05-21 00:54 +0200 http://bitbucket.org/pypy/pypy/changeset/49893516c855/ Log:Remove test which doesn't make sense on py3k. diff --git a/pypy/objspace/std/test/test_typeobject.py b/pypy/objspace/std/test/test_typeobj

[pypy-commit] pypy py3k: hg merge da90c30dc0dd

2015-05-20 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77441:39257ac07aac Date: 2015-05-21 00:05 +0200 http://bitbucket.org/pypy/pypy/changeset/39257ac07aac/ Log:hg merge da90c30dc0dd This is part of a series of commits to merge default into the py3k branch. The merge is very large, s

[pypy-commit] pypy py3k: hg merge 8cb5c941efb4

2015-05-20 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77443:d9182d927ee4 Date: 2015-05-21 03:25 +0200 http://bitbucket.org/pypy/pypy/changeset/d9182d927ee4/ Log:hg merge 8cb5c941efb4 This is part of a series of commits to merge default into the py3k branch. The merge is very large, s

[pypy-commit] pypy py3k: hg merge

2015-05-20 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77444:085e5d83e18f Date: 2015-05-21 03:25 +0200 http://bitbucket.org/pypy/pypy/changeset/085e5d83e18f/ Log:hg merge diff --git a/pypy/objspace/std/test/test_typeobject.py b/pypy/objspace/std/test/test_typeobject.py --- a/pypy/objspace/std/test/t

[pypy-commit] pypy py3k: Fix stack depth computation.

2015-05-28 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77663:0deda0f5a850 Date: 2015-05-28 20:21 +0200 http://bitbucket.org/pypy/pypy/changeset/0deda0f5a850/ Log:Fix stack depth computation. diff --git a/pypy/interpreter/astcompiler/assemble.py b/pypy/interpreter/astcompiler/assemble.py --- a/pypy/i

[pypy-commit] pypy py3k: hg merge 5acade5a80c5

2015-05-28 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77667:7cf68865e552 Date: 2015-05-29 01:59 +0200 http://bitbucket.org/pypy/pypy/changeset/7cf68865e552/ Log:hg merge 5acade5a80c5 This is part of a series of commits to merge default into the py3k branch. The merge is very large, s

[pypy-commit] pypy py3k: Remove unnecessary import (which also breaks translation on py3k).

2015-05-28 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77668:26d17c7cc5f0 Date: 2015-05-29 03:38 +0200 http://bitbucket.org/pypy/pypy/changeset/26d17c7cc5f0/ Log:Remove unnecessary import (which also breaks translation on py3k). diff --git a/pypy/module/micronumpy/strides.py b/pypy/module/micronumpy

[pypy-commit] pypy py3k: 2to3: There is no space.w_long / space.w_memoryview in Py3k.

2015-05-28 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77669:fd4c68713a10 Date: 2015-05-29 03:51 +0200 http://bitbucket.org/pypy/pypy/changeset/fd4c68713a10/ Log:2to3: There is no space.w_long / space.w_memoryview in Py3k. diff --git a/pypy/module/cpyext/longobject.py b/pypy/module/cpyext/longobject.

[pypy-commit] pypy py3k: Use Py3k-compatible syntax here.

2015-05-30 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77716:3bc5c1f9a58b Date: 2015-05-30 22:08 +0200 http://bitbucket.org/pypy/pypy/changeset/3bc5c1f9a58b/ Log:Use Py3k-compatible syntax here. diff --git a/lib_pypy/_ctypes/function.py b/lib_pypy/_ctypes/function.py --- a/lib_pypy/_ctypes/function.p

[pypy-commit] pypy default: Use Py3k-compatible syntax here.

2015-05-30 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r77715:0975d089db78 Date: 2015-05-30 22:08 +0200 http://bitbucket.org/pypy/pypy/changeset/0975d089db78/ Log:Use Py3k-compatible syntax here. diff --git a/lib_pypy/_ctypes/function.py b/lib_pypy/_ctypes/function.py --- a/lib_pypy/_ctypes/function.py ++

[pypy-commit] pypy py3k: Add a failing test for a stack depth computation bug.

2015-05-31 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77725:202b8993ee96 Date: 2015-05-31 18:45 +0200 http://bitbucket.org/pypy/pypy/changeset/202b8993ee96/ Log:Add a failing test for a stack depth computation bug. diff --git a/pypy/interpreter/astcompiler/test/test_compiler.py b/pypy/interpreter/a

[pypy-commit] pypy py3k: (arigo, mjacob) Disable the StackDepthComputationError for now on this branch.

2015-05-31 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77727:867d6f301a03 Date: 2015-05-31 20:36 +0200 http://bitbucket.org/pypy/pypy/changeset/867d6f301a03/ Log:(arigo, mjacob) Disable the StackDepthComputationError for now on this branch. diff --git a/pypy/interpreter/astcompiler

[pypy-commit] pypy py3k: Add a test for another stack depth computation error.

2015-05-31 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77728:65968087ea43 Date: 2015-05-31 20:43 +0200 http://bitbucket.org/pypy/pypy/changeset/65968087ea43/ Log:Add a test for another stack depth computation error. diff --git a/pypy/interpreter/astcompiler/test/test_compiler.py b/pypy/interpreter/a

[pypy-commit] pypy py3k: Fix two previously added tests by making the stack depth computation more conservative (but still slightly incorrect).

2015-05-31 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77729:6e13803a221c Date: 2015-05-31 20:48 +0200 http://bitbucket.org/pypy/pypy/changeset/6e13803a221c/ Log:Fix two previously added tests by making the stack depth computation more conservative (but still slightly incorrect). diff --git a

[pypy-commit] pypy py3k: Remove test that doesn't apply to py3k.

2015-05-31 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77730:9b3b3a3aaffb Date: 2015-05-31 21:08 +0200 http://bitbucket.org/pypy/pypy/changeset/9b3b3a3aaffb/ Log:Remove test that doesn't apply to py3k. diff --git a/pypy/interpreter/test/test_exec.py b/pypy/interpreter/test/test_exec.py --- a/pypy/in

[pypy-commit] pypy py3k: 2to3

2015-05-31 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77731:89467232f906 Date: 2015-05-31 21:19 +0200 http://bitbucket.org/pypy/pypy/changeset/89467232f906/ Log:2to3 diff --git a/pypy/module/_vmprof/test/test__vmprof.py b/pypy/module/_vmprof/test/test__vmprof.py --- a/pypy/module/_vmprof/test/test_

[pypy-commit] pypy py3k: 2to3

2015-05-31 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77732:8a80d24662e3 Date: 2015-05-31 21:24 +0200 http://bitbucket.org/pypy/pypy/changeset/8a80d24662e3/ Log:2to3 diff --git a/pypy/module/sys/test/test_sysmodule.py b/pypy/module/sys/test/test_sysmodule.py --- a/pypy/module/sys/test/test_sysmodul

[pypy-commit] pypy py3k: Adapt test to check that type.__eq__(a, b) returns the same as object.__eq__(a, b).

2015-05-31 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77735:1e99d60c6c5b Date: 2015-06-01 07:13 +0200 http://bitbucket.org/pypy/pypy/changeset/1e99d60c6c5b/ Log:Adapt test to check that type.__eq__(a, b) returns the same as object.__eq__(a, b). diff --git a/pypy/objspace/std/test/test_typeob

[pypy-commit] pypy py3k: hg merge default

2015-06-02 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r5:0b31f311ef2f Date: 2015-06-02 17:02 +0200 http://bitbucket.org/pypy/pypy/changeset/0b31f311ef2f/ Log:hg merge default diff too long, truncating to 2000 out of 34800 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -10,3

[pypy-commit] pypy py3k: Use threading.Lock() instead of thread.allocate_lock().

2015-06-02 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r7:dbda865fd16e Date: 2015-06-02 17:36 +0200 http://bitbucket.org/pypy/pypy/changeset/dbda865fd16e/ Log:Use threading.Lock() instead of thread.allocate_lock(). diff --git a/lib_pypy/_gdbm.py b/lib_pypy/_gdbm.py --- a/lib_pypy/_gdbm.py +++ b/li

[pypy-commit] pypy py3k: 2to3

2015-06-02 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77780:94efbc9c28df Date: 2015-06-02 18:06 +0200 http://bitbucket.org/pypy/pypy/changeset/94efbc9c28df/ Log:2to3 diff --git a/pypy/module/__pypy__/test/test_magic.py b/pypy/module/__pypy__/test/test_magic.py --- a/pypy/module/__pypy__/test/test_m

[pypy-commit] pypy py3k: 2to3

2015-06-02 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77781:a13d93cc5971 Date: 2015-06-02 18:20 +0200 http://bitbucket.org/pypy/pypy/changeset/a13d93cc5971/ Log:2to3 diff --git a/pypy/module/_cffi_backend/ffi_obj.py b/pypy/module/_cffi_backend/ffi_obj.py --- a/pypy/module/_cffi_backend/ffi_obj.py +

[pypy-commit] pypy py3k: 2to3

2015-06-02 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77783:a4114a083024 Date: 2015-06-02 19:03 +0200 http://bitbucket.org/pypy/pypy/changeset/a4114a083024/ Log:2to3 diff --git a/pypy/module/_cffi_backend/test/test_ffi_obj.py b/pypy/module/_cffi_backend/test/test_ffi_obj.py --- a/pypy/module/_cffi_

[pypy-commit] pypy py3k: 2to3

2015-06-02 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77784:56eddd4b5785 Date: 2015-06-02 19:03 +0200 http://bitbucket.org/pypy/pypy/changeset/56eddd4b5785/ Log:2to3 diff --git a/pypy/module/_cffi_backend/test/test_recompiler.py b/pypy/module/_cffi_backend/test/test_recompiler.py --- a/pypy/module/

[pypy-commit] pypy py3k: Remove merge conflict marker which was accidently left.

2015-06-02 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77785:baaee72e978a Date: 2015-06-02 19:17 +0200 http://bitbucket.org/pypy/pypy/changeset/baaee72e978a/ Log:Remove merge conflict marker which was accidently left. diff --git a/rpython/translator/driver.py b/rpython/translator/driver.py --- a/rpyt

[pypy-commit] pypy py3k: 2to3

2015-06-02 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77789:b0fb0320e5d9 Date: 2015-06-02 20:49 +0200 http://bitbucket.org/pypy/pypy/changeset/b0fb0320e5d9/ Log:2to3 diff --git a/pypy/module/micronumpy/casting.py b/pypy/module/micronumpy/casting.py --- a/pypy/module/micronumpy/casting.py +++ b/pypy

[pypy-commit] pypy py3k: Fix.

2015-06-02 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77791:fbba4b4c3b08 Date: 2015-06-02 22:18 +0200 http://bitbucket.org/pypy/pypy/changeset/fbba4b4c3b08/ 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 @@

[pypy-commit] pypy py3k: Fix.

2015-06-02 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77794:c759743c891a Date: 2015-06-02 22:37 +0200 http://bitbucket.org/pypy/pypy/changeset/c759743c891a/ 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 @@

[pypy-commit] pypy py3k: 2to3

2015-06-02 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77798:9cbfdd1c8b6b Date: 2015-06-03 01:32 +0200 http://bitbucket.org/pypy/pypy/changeset/9cbfdd1c8b6b/ Log:2to3 diff --git a/pypy/module/_cffi_backend/test/test_re_python.py b/pypy/module/_cffi_backend/test/test_re_python.py --- a/pypy/module/_c

[pypy-commit] pypy py3k: Remove lib_pypy/_struct.py which doesn't work on py3k and is redundant anyway.

2015-06-03 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77815:a7c8ec8466c0 Date: 2015-06-03 13:53 +0200 http://bitbucket.org/pypy/pypy/changeset/a7c8ec8466c0/ Log:Remove lib_pypy/_struct.py which doesn't work on py3k and is redundant anyway. diff --git a/lib_pypy/_struct.py b/lib_pypy/_struct.

[pypy-commit] pypy py3k: 2to3

2015-06-03 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77818:b75b97b522c4 Date: 2015-06-03 15:01 +0200 http://bitbucket.org/pypy/pypy/changeset/b75b97b522c4/ Log:2to3 diff --git a/pypy/module/test_lib_pypy/test_grp_extra.py b/pypy/module/test_lib_pypy/test_grp_extra.py --- a/pypy/module/test_lib_pyp

[pypy-commit] pypy py3k: Add missing import.

2015-06-03 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77819:cd5d41f4974d Date: 2015-06-03 15:10 +0200 http://bitbucket.org/pypy/pypy/changeset/cd5d41f4974d/ Log:Add missing import. diff --git a/lib_pypy/_gdbm.py b/lib_pypy/_gdbm.py --- a/lib_pypy/_gdbm.py +++ b/lib_pypy/_gdbm.py @@ -1,5 +1,5 @@ fro

[pypy-commit] pypy py3k: Add a workaround for Python 2.7.6 raising a SyntaxError when importing a file that contains Py3k-compatible exec(code, d) calls in certain contexts.

2015-06-03 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77825:b29711ae7758 Date: 2015-06-03 16:10 +0200 http://bitbucket.org/pypy/pypy/changeset/b29711ae7758/ Log:Add a workaround for Python 2.7.6 raising a SyntaxError when importing a file that contains Py3k-compatible exec(code, d) calls

[pypy-commit] pypy py3k: 2to3

2015-06-03 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77829:e1465507097e Date: 2015-06-03 17:38 +0200 http://bitbucket.org/pypy/pypy/changeset/e1465507097e/ Log:2to3 diff --git a/pypy/module/_random/test/test_random.py b/pypy/module/_random/test/test_random.py --- a/pypy/module/_random/test/test_ra

[pypy-commit] pypy py3k: Correct indentation to be a multiple of four.

2015-06-03 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77843:d4d74edf6a05 Date: 2015-06-03 19:38 +0200 http://bitbucket.org/pypy/pypy/changeset/d4d74edf6a05/ Log:Correct indentation to be a multiple of four. diff --git a/pypy/objspace/std/test/test_methodcache.py b/pypy/objspace/std/test/test_method

[pypy-commit] pypy py3k: Call dict.copy() instead of dict.items() here because dict.items() does not copy the contents on Py3k.

2015-06-03 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77844:6133e40a4002 Date: 2015-06-03 23:23 +0200 http://bitbucket.org/pypy/pypy/changeset/6133e40a4002/ Log:Call dict.copy() instead of dict.items() here because dict.items() does not copy the contents on Py3k. diff --git a/pypy/interprete

[pypy-commit] pypy py3k: Add the struct module to this test's spaceconfig because the pure Python version of it was removed on this branch.

2015-06-03 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77845:439c34e6ed3d Date: 2015-06-03 23:30 +0200 http://bitbucket.org/pypy/pypy/changeset/439c34e6ed3d/ Log:Add the struct module to this test's spaceconfig because the pure Python version of it was removed on this branch. diff --git a/pyp

[pypy-commit] pypy py3k: Make these tests, which rely on the GIL being released, more reliable.

2015-06-03 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77846:f64ff1e27a9b Date: 2015-06-03 23:57 +0200 http://bitbucket.org/pypy/pypy/changeset/f64ff1e27a9b/ Log:Make these tests, which rely on the GIL being released, more reliable. This is necessary on this branch because the GIL sem

[pypy-commit] pypy py3k: Let the trace module ignore some modules which get freezed at translation-time.

2015-06-03 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77847:f1f064b3faf1 Date: 2015-06-04 01:59 +0200 http://bitbucket.org/pypy/pypy/changeset/f1f064b3faf1/ Log:Let the trace module ignore some modules which get freezed at translation-time. See comment for details. diff --git a/lib-

[pypy-commit] pypy py3k: Fix.

2015-06-04 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77859:0b2fa08966dd Date: 2015-06-04 14:09 +0200 http://bitbucket.org/pypy/pypy/changeset/0b2fa08966dd/ Log:Fix. diff --git a/lib_pypy/grp.py b/lib_pypy/grp.py --- a/lib_pypy/grp.py +++ b/lib_pypy/grp.py @@ -43,8 +43,7 @@ def getgrnam(name):

[pypy-commit] pypy py3k: Add the struct module to more tests' spaceconfig (the pure Python version was removed on this branch).

2015-06-04 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77860:a96f6fcb20fd Date: 2015-06-04 14:21 +0200 http://bitbucket.org/pypy/pypy/changeset/a96f6fcb20fd/ Log:Add the struct module to more tests' spaceconfig (the pure Python version was removed on this branch). diff --git a/pypy/module/_po

[pypy-commit] pypy py3k: Try to make tests with threads and signals more reliable.

2015-06-04 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77866:906fd02db149 Date: 2015-06-04 17:27 +0200 http://bitbucket.org/pypy/pypy/changeset/906fd02db149/ Log:Try to make tests with threads and signals more reliable. diff --git a/pypy/module/thread/test/test_lock.py b/pypy/module/thread/test/test

[pypy-commit] pypy py3k: Add workaround for when host interpreter has slightly different errnos than interpreter under test.

2015-06-04 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77867:e6c53e141773 Date: 2015-06-04 18:26 +0200 http://bitbucket.org/pypy/pypy/changeset/e6c53e141773/ Log:Add workaround for when host interpreter has slightly different errnos than interpreter under test. See comment for details

[pypy-commit] pypy py3k: Fix test.

2015-06-04 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77875:8655efcabf66 Date: 2015-06-05 05:55 +0200 http://bitbucket.org/pypy/pypy/changeset/8655efcabf66/ Log:Fix test. diff --git a/pypy/module/test_lib_pypy/test_grp_extra.py b/pypy/module/test_lib_pypy/test_grp_extra.py --- a/pypy/module/test_li

[pypy-commit] pypy py3k: Make this test, which involves threads and signals, more likely to pass.

2015-06-05 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77916:585e0e6ae1c2 Date: 2015-06-05 17:45 +0200 http://bitbucket.org/pypy/pypy/changeset/585e0e6ae1c2/ Log:Make this test, which involves threads and signals, more likely to pass. diff --git a/pypy/module/thread/test/test_thread.py b/pyp

[pypy-commit] pypy py3k: Expose the __class__ cell to Python code.

2015-06-05 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77917:070a2053d3fe Date: 2015-06-05 18:42 +0200 http://bitbucket.org/pypy/pypy/changeset/070a2053d3fe/ Log:Expose the __class__ cell to Python code. This fixes issue #1930. diff --git a/pypy/interpreter/astcompiler/codegen.py b/pypy/int

[pypy-commit] pypy py3k: bytes(obj) should call obj.__index__() instead of obj.__int__().

2015-06-05 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77922:b84f64795e2b Date: 2015-06-05 19:38 +0200 http://bitbucket.org/pypy/pypy/changeset/b84f64795e2b/ Log:bytes(obj) should call obj.__index__() instead of obj.__int__(). Fixes #1957. diff --git a/pypy/objspace/std/bytesobject.py b/pypy

[pypy-commit] pypy py3k: Back out changeset b84f64795e2b because I referred the wrong issue in the commit message.

2015-06-05 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77923:5ddb9db14d38 Date: 2015-06-05 20:29 +0200 http://bitbucket.org/pypy/pypy/changeset/5ddb9db14d38/ Log:Back out changeset b84f64795e2b because I referred the wrong issue in the commit message. diff --git a/pypy/objspace/std/bytesobjec

[pypy-commit] pypy py3k: bytes(obj) should call obj.__index__() instead of obj.__int__().

2015-06-05 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77924:6caeb8d4c376 Date: 2015-06-05 20:32 +0200 http://bitbucket.org/pypy/pypy/changeset/6caeb8d4c376/ Log:bytes(obj) should call obj.__index__() instead of obj.__int__(). Fixes #1964 diff --git a/pypy/objspace/std/bytesobject.py b/pypy/

[pypy-commit] pypy py3k: Remove 'utf-8' argument from calls to str.encode() in this file because it's already the default argument.

2015-06-09 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r77998:55d423041e00 Date: 2015-06-09 19:06 +0200 http://bitbucket.org/pypy/pypy/changeset/55d423041e00/ Log:Remove 'utf-8' argument from calls to str.encode() in this file because it's already the default argument. diff --git a/lib_pypy/_c

[pypy-commit] pypy py3k: Add a fallback to the ncurses library if ncursesw is not available.

2015-06-10 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r78022:2705fe4f9105 Date: 2015-06-11 01:47 +0200 http://bitbucket.org/pypy/pypy/changeset/2705fe4f9105/ Log:Add a fallback to the ncurses library if ncursesw is not available. diff --git a/lib_pypy/_curses_build.py b/lib_pypy/_curses_build.py ---

[pypy-commit] pypy py3k: Fix a bug that caused e.g. None.__eq__ to evaluate to an unbound function.

2015-06-11 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r78038:36f6f45e781a Date: 2015-06-12 05:39 +0200 http://bitbucket.org/pypy/pypy/changeset/36f6f45e781a/ Log:Fix a bug that caused e.g. None.__eq__ to evaluate to an unbound function. diff --git a/pypy/module/__builtin__/test/test_builtin.p

[pypy-commit] pypy py3k: Merged in yuyichao/pypy/py3k (pull request #326)

2015-06-13 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r78083:c99fbaf556ce Date: 2015-06-13 12:44 +0200 http://bitbucket.org/pypy/pypy/changeset/c99fbaf556ce/ Log:Merged in yuyichao/pypy/py3k (pull request #326) fix strerror encoding diff --git a/pypy/interpreter/error.py b/pypy/interpreter/e

[pypy-commit] pypy py3k: Port virtualenv workaround for shared builds from the 2.7 stdlib to the 3.2 stdlib.

2015-06-13 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r78087:a8e964090e6c Date: 2015-06-14 02:25 +0200 http://bitbucket.org/pypy/pypy/changeset/a8e964090e6c/ Log:Port virtualenv workaround for shared builds from the 2.7 stdlib to the 3.2 stdlib. diff --git a/lib-python/3/subprocess.py b/lib-p

[pypy-commit] pypy py3.3: Port _lzma to CFFI 1.0.

2015-06-23 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78192:09b408b01eab Date: 2015-06-18 22:25 +0200 http://bitbucket.org/pypy/pypy/changeset/09b408b01eab/ Log:Port _lzma to CFFI 1.0. diff --git a/lib_pypy/_lzma.py b/lib_pypy/_lzma.py --- a/lib_pypy/_lzma.py +++ b/lib_pypy/_lzma.py @@ -1,11 +1,9 @

[pypy-commit] pypy py3.3: Port _decimal to CFFI 1.0.

2015-06-23 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78193:3c835daef6cc Date: 2015-06-18 23:05 +0200 http://bitbucket.org/pypy/pypy/changeset/3c835daef6cc/ Log:Port _decimal to CFFI 1.0. diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -75,6 +75,7 @@ ^lib_pypy/__pycache__$ ^

[pypy-commit] pypy py3k: Fix translation.

2015-06-23 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r78182:ae79f5787d65 Date: 2015-06-18 16:18 +0200 http://bitbucket.org/pypy/pypy/changeset/ae79f5787d65/ Log:Fix translation. diff --git a/pypy/module/micronumpy/ctors.py b/pypy/module/micronumpy/ctors.py --- a/pypy/module/micronumpy/ctors.py +++ b

[pypy-commit] pypy py3.3: Re-add has_so_extension() to module/imp/importing.py (it was removed during the last merge because I thought it's dead code).

2015-06-23 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78191:f02eca6ea2cb Date: 2015-06-18 20:25 +0200 http://bitbucket.org/pypy/pypy/changeset/f02eca6ea2cb/ Log:Re-add has_so_extension() to module/imp/importing.py (it was removed during the last merge because I thought it's dead code). diff

[pypy-commit] pypy py3k: Fix CFFI test.

2015-06-23 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r78181:961d5a41abc1 Date: 2015-06-18 14:17 +0200 http://bitbucket.org/pypy/pypy/changeset/961d5a41abc1/ Log:Fix CFFI test. diff --git a/pypy/module/_cffi_backend/test/test_ffi_obj.py b/pypy/module/_cffi_backend/test/test_ffi_obj.py --- a/pypy/mod

[pypy-commit] pypy py3.3: hg merge py3k

2015-06-23 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78190:d55a565a0496 Date: 2015-06-18 18:57 +0200 http://bitbucket.org/pypy/pypy/changeset/d55a565a0496/ Log:hg merge py3k diff too long, truncating to 2000 out of 74512 lines diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -3,11 +3

[pypy-commit] pypy py3k: hg merge default

2015-06-26 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r78323:85bc12fb4725 Date: 2015-06-26 16:26 +0200 http://bitbucket.org/pypy/pypy/changeset/85bc12fb4725/ Log:hg merge default diff --git a/lib_pypy/_tkinter/tclobj.py b/lib_pypy/_tkinter/tclobj.py --- a/lib_pypy/_tkinter/tclobj.py +++ b/lib_pypy/_t

[pypy-commit] pypy py3k: Fix syntax error.

2015-07-01 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r78396:378aaa60e293 Date: 2015-07-02 01:46 +0200 http://bitbucket.org/pypy/pypy/changeset/378aaa60e293/ Log:Fix syntax error. diff --git a/pypy/module/_io/test/test_io.py b/pypy/module/_io/test/test_io.py --- a/pypy/module/_io/test/test_io.py +++

[pypy-commit] pypy py3k: hg merge default

2015-07-01 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r78397:2ac10a3a0884 Date: 2015-07-02 01:54 +0200 http://bitbucket.org/pypy/pypy/changeset/2ac10a3a0884/ Log:hg merge default diff --git a/lib-python/2.7/test/test_urllib2.py b/lib-python/2.7/test/test_urllib2.py --- a/lib-python/2.7/test/test_url

[pypy-commit] pypy py3k: 2to3

2015-07-02 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r78412:3cb6a7ae2fb7 Date: 2015-07-02 12:40 +0200 http://bitbucket.org/pypy/pypy/changeset/3cb6a7ae2fb7/ Log:2to3 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 py3.3: hg merge py3k

2015-07-04 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78426:d9dca9ea01f3 Date: 2015-07-04 16:05 +0200 http://bitbucket.org/pypy/pypy/changeset/d9dca9ea01f3/ Log:hg merge py3k diff too long, truncating to 2000 out of 2155 lines diff --git a/lib-python/2.7/test/test_urllib2.py b/lib-python/2.7/test

[pypy-commit] pypy py3.3: Try __bytes__ before __index__ when converting an object to bytes.

2015-07-08 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78497:db201c02e7fc Date: 2015-07-05 08:40 +0200 http://bitbucket.org/pypy/pypy/changeset/db201c02e7fc/ Log:Try __bytes__ before __index__ when converting an object to bytes. diff --git a/pypy/objspace/std/bytesobject.py b/pypy/objspace/std/bytes

[pypy-commit] pypy py3.3: Fix __qualname__ of built-in class methods.

2015-07-08 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78498:1c0541a5be95 Date: 2015-07-08 16:50 +0200 http://bitbucket.org/pypy/pypy/changeset/1c0541a5be95/ Log:Fix __qualname__ of built-in class methods. diff --git a/pypy/objspace/std/typeobject.py b/pypy/objspace/std/typeobject.py --- a/pypy/objs

[pypy-commit] pypy py3k: hg merge default

2015-07-16 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r78561:05c251509e69 Date: 2015-07-17 01:58 +0200 http://bitbucket.org/pypy/pypy/changeset/05c251509e69/ Log:hg merge default diff too long, truncating to 2000 out of 4707 lines diff --git a/lib_pypy/cffi.egg-info/PKG-INFO b/lib_pypy/cffi.egg-info

[pypy-commit] pypy py3k: Mark this as an implementation detail.

2015-07-16 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r78565:b8ef0188e57e Date: 2015-07-17 04:45 +0200 http://bitbucket.org/pypy/pypy/changeset/b8ef0188e57e/ Log:Mark this as an implementation detail. diff --git a/lib-python/3/test/test_dis.py b/lib-python/3/test/test_dis.py --- a/lib-python/3/test/t

[pypy-commit] pypy py3k: 2to3

2015-07-16 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r78563:e3d0cafafa1a Date: 2015-07-17 04:21 +0200 http://bitbucket.org/pypy/pypy/changeset/e3d0cafafa1a/ Log:2to3 diff --git a/pypy/interpreter/test/test_zzpickle_and_slow.py b/pypy/interpreter/test/test_zzpickle_and_slow.py --- a/pypy/interpreter

[pypy-commit] pypy py3k: 2to3

2015-07-16 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r78564:6da82c1b733b Date: 2015-07-17 04:23 +0200 http://bitbucket.org/pypy/pypy/changeset/6da82c1b733b/ Log:2to3 diff --git a/pypy/module/_cffi_backend/test/test_ffi_obj.py b/pypy/module/_cffi_backend/test/test_ffi_obj.py --- a/pypy/module/_cffi_

[pypy-commit] pypy py3k: Remove forgotten merge conflict marker and fix failing tests.

2015-07-16 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r78562:34a546ca0da4 Date: 2015-07-17 04:20 +0200 http://bitbucket.org/pypy/pypy/changeset/34a546ca0da4/ Log:Remove forgotten merge conflict marker and fix failing tests. diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test

[pypy-commit] pypy py3.3: hg merge py3k

2015-07-17 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78577:95c0538a5119 Date: 2015-07-17 11:51 +0200 http://bitbucket.org/pypy/pypy/changeset/95c0538a5119/ Log:hg merge py3k diff too long, truncating to 2000 out of 4669 lines diff --git a/lib-python/3/test/test_dis.py b/lib-python/3/test/test_dis

[pypy-commit] pypy py3.3: Fix test because repr of a class defined inside a function changed.

2015-07-17 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78586:7305d753afde Date: 2015-07-17 12:37 +0200 http://bitbucket.org/pypy/pypy/changeset/7305d753afde/ Log:Fix test because repr of a class defined inside a function changed. diff --git a/pypy/objspace/std/test/test_typeobject.py b/pypy/objspac

[pypy-commit] pypy py3.3: Implement improved function call exception messages.

2015-07-17 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78587:cb29adb88801 Date: 2015-07-17 18:10 +0200 http://bitbucket.org/pypy/pypy/changeset/cb29adb88801/ Log:Implement improved function call exception messages. diff --git a/lib-python/3/test/test_extcall.py b/lib-python/3/test/test_extcall.py -

[pypy-commit] pypy py3.3: Back out changeset 78b221682191.

2015-07-17 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78591:b8d4cf2a1100 Date: 2015-07-17 20:52 +0200 http://bitbucket.org/pypy/pypy/changeset/b8d4cf2a1100/ Log:Back out changeset 78b221682191. diff --git a/pypy/interpreter/mixedmodule.py b/pypy/interpreter/mixedmodule.py --- a/pypy/interpreter/mix

[pypy-commit] pypy py3.3: Remove outdated comment.

2015-07-17 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78592:9f276b11158d Date: 2015-07-17 20:54 +0200 http://bitbucket.org/pypy/pypy/changeset/9f276b11158d/ Log:Remove outdated comment. diff --git a/pypy/module/sys/system.py b/pypy/module/sys/system.py --- a/pypy/module/sys/system.py +++ b/pypy/mod

[pypy-commit] pypy py3.3: Properly implement sys.thread_info.

2015-07-17 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78593:75dcac9caa42 Date: 2015-07-17 21:05 +0200 http://bitbucket.org/pypy/pypy/changeset/75dcac9caa42/ Log:Properly implement sys.thread_info. diff --git a/pypy/module/sys/__init__.py b/pypy/module/sys/__init__.py --- a/pypy/module/sys/__init__.

[pypy-commit] pypy py3.3: Fix test.

2015-07-17 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78589:5d8ec598c9cd Date: 2015-07-17 18:39 +0200 http://bitbucket.org/pypy/pypy/changeset/5d8ec598c9cd/ Log:Fix test. diff --git a/pypy/objspace/std/test/test_typeobject.py b/pypy/objspace/std/test/test_typeobject.py --- a/pypy/objspace/std/test

[pypy-commit] pypy py3.3: Add _struct module to spaceconfig.

2015-07-17 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78594:0eb1db3dec84 Date: 2015-07-17 21:09 +0200 http://bitbucket.org/pypy/pypy/changeset/0eb1db3dec84/ Log:Add _struct module to spaceconfig. diff --git a/pypy/module/__builtin__/test/test_filter_pickle.py b/pypy/module/__builtin__/test/test_fi

[pypy-commit] pypy py3.3: Fix test to check for DeprecationWarning instead of PendingDeprecationWarning.

2015-07-17 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78590:2293d8db2159 Date: 2015-07-17 20:48 +0200 http://bitbucket.org/pypy/pypy/changeset/2293d8db2159/ Log:Fix test to check for DeprecationWarning instead of PendingDeprecationWarning. diff --git a/pypy/objspace/std/test/test_newformat.

[pypy-commit] pypy py3.3: Add frozenset to fake objspace's BUILTIN_TYPES.

2015-07-17 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78595:06468b42f6a5 Date: 2015-07-17 21:20 +0200 http://bitbucket.org/pypy/pypy/changeset/06468b42f6a5/ Log:Add frozenset to fake objspace's BUILTIN_TYPES. diff --git a/pypy/objspace/fake/objspace.py b/pypy/objspace/fake/objspace.py --- a/pypy/ob

[pypy-commit] pypy py3.3: Add _posixsubprocess to various test classes' spaceconfig.

2015-07-17 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78596:23225d87521e Date: 2015-07-17 21:35 +0200 http://bitbucket.org/pypy/pypy/changeset/23225d87521e/ Log:Add _posixsubprocess to various test classes' spaceconfig. diff --git a/pypy/module/_multiprocessing/test/test_connection.py b/pypy/modul

[pypy-commit] pypy py3k: Fix this test to work on Python 2.7.6.

2015-07-19 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r78603:3861ef3a5b57 Date: 2015-07-19 16:55 +0200 http://bitbucket.org/pypy/pypy/changeset/3861ef3a5b57/ Log:Fix this test to work on Python 2.7.6. diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_import.py --- a/pypy/m

[pypy-commit] pypy py3.3: Add _struct module to spaceconfig.

2015-07-19 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78602:afbe7361ae01 Date: 2015-07-18 01:50 +0200 http://bitbucket.org/pypy/pypy/changeset/afbe7361ae01/ Log:Add _struct module to spaceconfig. diff --git a/pypy/module/_ssl/test/test_ssl.py b/pypy/module/_ssl/test/test_ssl.py --- a/pypy/module/_

[pypy-commit] pypy py3.3: Add struct module to bz2 test classes' spaceconfig.

2015-07-20 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78617:53daf5e5b539 Date: 2015-07-20 19:55 +0200 http://bitbucket.org/pypy/pypy/changeset/53daf5e5b539/ Log:Add struct module to bz2 test classes' spaceconfig. diff --git a/pypy/module/bz2/test/test_bz2_compdecomp.py b/pypy/module/bz2/test/test_

[pypy-commit] pypy py3.3: Add 'n' and 'N' struct conversion codes.

2015-07-21 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78627:a6a689eac5da Date: 2015-07-21 18:19 +0200 http://bitbucket.org/pypy/pypy/changeset/a6a689eac5da/ Log:Add 'n' and 'N' struct conversion codes. diff --git a/pypy/module/struct/test/test_struct.py b/pypy/module/struct/test/test_struct.py ---

[pypy-commit] pypy py3.3: Implement time.clock_gettime(), time.clock_settime(), time.clock_getres() and time.CLOCK_xxx constants.

2015-08-13 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78979:0387064aa761 Date: 2015-08-14 01:49 +0200 http://bitbucket.org/pypy/pypy/changeset/0387064aa761/ Log:Implement time.clock_gettime(), time.clock_settime(), time.clock_getres() and time.CLOCK_xxx constants. diff --git a/pypy/module/t

[pypy-commit] pypy py3.3: Implement time.monotonic(). Windows and Darwin support untested.

2015-08-16 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78996:10ea3f73852a Date: 2015-08-16 16:03 +0200 http://bitbucket.org/pypy/pypy/changeset/10ea3f73852a/ Log:Implement time.monotonic(). Windows and Darwin support untested. diff --git a/pypy/module/time/__init__.py b/pypy/module/time/__init__.py

[pypy-commit] pypy py3.3: Implement time.perf_counter().

2015-08-16 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r78997:4d2cde9414b9 Date: 2015-08-16 20:07 +0200 http://bitbucket.org/pypy/pypy/changeset/4d2cde9414b9/ Log:Implement time.perf_counter(). diff --git a/pypy/module/time/__init__.py b/pypy/module/time/__init__.py --- a/pypy/module/time/__init__.py

<    1   2   3   4   5   6   >