[pypy-commit] pypy cpyext-null-slots: add a test that shows incompatibility in method lookup() resolution

2016-09-22 Thread mattip
Author: Matti Picus Branch: cpyext-null-slots Changeset: r87335:e42723277e23 Date: 2016-09-23 00:39 +0300 http://bitbucket.org/pypy/pypy/changeset/e42723277e23/ Log:add a test that shows incompatibility in method lookup() resolution diff --git

[pypy-commit] pypy py3k: outdated comment

2016-09-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r87339:5d8577e6413d Date: 2016-09-22 20:03 -0700 http://bitbucket.org/pypy/pypy/changeset/5d8577e6413d/ Log:outdated comment diff --git a/lib_pypy/_winapi.py b/lib_pypy/_winapi.py --- a/lib_pypy/_winapi.py +++

[pypy-commit] pypy py3k: kill _handle, subprocess.Handle basically replaces it

2016-09-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r87338:df634d483569 Date: 2016-09-22 20:02 -0700 http://bitbucket.org/pypy/pypy/changeset/df634d483569/ Log:kill _handle, subprocess.Handle basically replaces it diff --git a/lib_pypy/_winapi.py b/lib_pypy/_winapi.py ---

[pypy-commit] pypy default: refactor for py3k

2016-09-22 Thread pjenvey
Author: Philip Jenvey Branch: Changeset: r87336:9f43cc50b128 Date: 2016-09-22 19:57 -0700 http://bitbucket.org/pypy/pypy/changeset/9f43cc50b128/ Log:refactor for py3k diff --git a/lib_pypy/_subprocess.py b/lib_pypy/_subprocess.py --- a/lib_pypy/_subprocess.py +++

[pypy-commit] pypy py3k: merge default

2016-09-22 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r87337:2bac03f27a04 Date: 2016-09-22 19:57 -0700 http://bitbucket.org/pypy/pypy/changeset/2bac03f27a04/ Log:merge default diff --git a/lib_pypy/_winapi.py b/lib_pypy/_winapi.py --- a/lib_pypy/_winapi.py +++

[pypy-commit] pypy py3.5: sys.hash_info.algorithm = 'rpython'

2016-09-22 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.5 Changeset: r87334:4d4125dd1c84 Date: 2016-09-22 23:31 +0200 http://bitbucket.org/pypy/pypy/changeset/4d4125dd1c84/ Log:sys.hash_info.algorithm = 'rpython' The algorithm looks like CPython's 'fnv' function, but does not

[pypy-commit] pypy py3k: Test and fix

2016-09-22 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r87327:4b761da6ef73 Date: 2016-09-22 16:42 +0200 http://bitbucket.org/pypy/pypy/changeset/4b761da6ef73/ Log:Test and fix diff --git a/pypy/objspace/std/memoryobject.py b/pypy/objspace/std/memoryobject.py ---

[pypy-commit] pypy py3k: Try to blindly fix some casting issues inside interp_time, showing up

2016-09-22 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r87303:e6d9f404e80c Date: 2016-09-22 08:55 +0200 http://bitbucket.org/pypy/pypy/changeset/e6d9f404e80c/ Log:Try to blindly fix some casting issues inside interp_time, showing up e.g. on OS/X translations. diff --git

[pypy-commit] pypy py3.5: Fix translation

2016-09-22 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.5 Changeset: r87306:827ca1cc3dfb Date: 2016-09-22 09:56 +0200 http://bitbucket.org/pypy/pypy/changeset/827ca1cc3dfb/ Log:Fix translation diff --git a/pypy/module/_ssl/interp_ssl.py b/pypy/module/_ssl/interp_ssl.py ---

[pypy-commit] pypy ppc-vsx-support: translation issues

2016-09-22 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r87304:2b045fa07844 Date: 2016-09-22 09:06 +0200 http://bitbucket.org/pypy/pypy/changeset/2b045fa07844/ Log:translation issues diff --git a/rpython/doc/jit/vectorization.rst b/rpython/doc/jit/vectorization.rst

[pypy-commit] pypy py3k: next attempt

2016-09-22 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r87305:5fe4864fbac4 Date: 2016-09-22 09:43 +0200 http://bitbucket.org/pypy/pypy/changeset/5fe4864fbac4/ Log:next attempt diff --git a/pypy/module/time/interp_time.py b/pypy/module/time/interp_time.py ---

[pypy-commit] pypy py3k: Duplicate

2016-09-22 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r87302:1fec3502fdc3 Date: 2016-09-22 08:30 +0200 http://bitbucket.org/pypy/pypy/changeset/1fec3502fdc3/ Log:Duplicate diff --git a/pypy/objspace/std/bytearrayobject.py b/pypy/objspace/std/bytearrayobject.py ---

[pypy-commit] pypy py3k: Skip this import test which I don't understand at all, and don't really

2016-09-22 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r87312:dbbc9b12af87 Date: 2016-09-22 11:43 +0200 http://bitbucket.org/pypy/pypy/changeset/dbbc9b12af87/ Log:Skip this import test which I don't understand at all, and don't really want to: it works fine on a translated

[pypy-commit] pypy py3k: Aaaargh

2016-09-22 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r87308:39f6d2a2c675 Date: 2016-09-22 11:15 +0200 http://bitbucket.org/pypy/pypy/changeset/39f6d2a2c675/ Log:Aaaargh diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py ---

[pypy-commit] pypy py3k: backport 146f531d6c86

2016-09-22 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r87310:29e007fd6daa Date: 2016-09-22 11:29 +0200 http://bitbucket.org/pypy/pypy/changeset/29e007fd6daa/ Log:backport 146f531d6c86 diff --git a/pypy/objspace/std/test/test_typeobject.py b/pypy/objspace/std/test/test_typeobject.py

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

2016-09-22 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r87311:0ac497474106 Date: 2016-09-22 11:29 +0200 http://bitbucket.org/pypy/pypy/changeset/0ac497474106/ Log:hg merge py3k ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy py3k: memoryview indexing returns integers, not bytes

2016-09-22 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r87307:01fa23342efc Date: 2016-09-22 11:11 +0200 http://bitbucket.org/pypy/pypy/changeset/01fa23342efc/ Log:memoryview indexing returns integers, not bytes diff --git a/pypy/module/_rawffi/test/test__rawffi.py

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

2016-09-22 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r87309:7f7862ca4a74 Date: 2016-09-22 11:29 +0200 http://bitbucket.org/pypy/pypy/changeset/7f7862ca4a74/ Log:hg merge py3k diff too long, truncating to 2000 out of 3083 lines diff --git a/lib-python/2.7/distutils/sysconfig_pypy.py

[pypy-commit] pypy default: Fix for sandbox tests

2016-09-22 Thread arigo
Author: Armin Rigo Branch: Changeset: r87313:89527d477337 Date: 2016-09-22 12:06 +0200 http://bitbucket.org/pypy/pypy/changeset/89527d477337/ Log:Fix for sandbox tests diff --git a/rpython/rlib/rposix_stat.py b/rpython/rlib/rposix_stat.py --- a/rpython/rlib/rposix_stat.py

[pypy-commit] pypy py3k: hg merge default

2016-09-22 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r87314:03f142546f64 Date: 2016-09-22 12:07 +0200 http://bitbucket.org/pypy/pypy/changeset/03f142546f64/ Log:hg merge default diff --git a/rpython/jit/backend/test/zll_stress.py b/rpython/jit/backend/test/zll_stress.py ---

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

2016-09-22 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r87315:9d7f27e06a5c Date: 2016-09-22 12:08 +0200 http://bitbucket.org/pypy/pypy/changeset/9d7f27e06a5c/ Log:hg merge py3k diff --git a/pypy/module/imp/test/test_import.py b/pypy/module/imp/test/test_import.py ---

[pypy-commit] pypy value-classes: Clean up for virtualstate.py

2016-09-22 Thread sbauman
Author: Spenser Bauman Branch: value-classes Changeset: r87331:770b5b1dda6b Date: 2016-09-22 14:40 -0400 http://bitbucket.org/pypy/pypy/changeset/770b5b1dda6b/ Log:Clean up for virtualstate.py diff --git a/rpython/jit/metainterp/optimizeopt/test/test_virtualstate.py

[pypy-commit] pypy ppc-vsx-support: test used old vec_raw_store/load

2016-09-22 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r87316:eb0230392430 Date: 2016-09-22 09:21 +0200 http://bitbucket.org/pypy/pypy/changeset/eb0230392430/ Log:test used old vec_raw_store/load diff --git a/rpython/jit/metainterp/test/test_resoperation.py

[pypy-commit] pypy ppc-vsx-support: try to align the loop (should improve ppc and s390x load/store performance

2016-09-22 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r87318:07a0b3bdccbe Date: 2016-09-22 14:38 +0200 http://bitbucket.org/pypy/pypy/changeset/07a0b3bdccbe/ Log:try to align the loop (should improve ppc and s390x load/store performance diff --git

[pypy-commit] pypy ppc-vsx-support: merge default

2016-09-22 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r87317:ce0e1fb75fc8 Date: 2016-09-22 09:23 +0200 http://bitbucket.org/pypy/pypy/changeset/ce0e1fb75fc8/ Log:merge default diff --git a/pypy/module/_cffi_backend/test/test_ffi_obj.py

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

2016-09-22 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r87330:a48793436b6d Date: 2016-09-22 17:49 +0200 http://bitbucket.org/pypy/pypy/changeset/a48793436b6d/ Log:hg merge py3k diff --git a/pypy/interpreter/argument.py b/pypy/interpreter/argument.py --- a/pypy/interpreter/argument.py

[pypy-commit] pypy py3k: Test and fix: correctly count the number of kwonly argument given, for

2016-09-22 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r87329:37ab7781ce67 Date: 2016-09-22 17:48 +0200 http://bitbucket.org/pypy/pypy/changeset/37ab7781ce67/ Log:Test and fix: correctly count the number of kwonly argument given, for the error message diff --git

[pypy-commit] pypy py3k: Remove obsolete code

2016-09-22 Thread rlamy
Author: Ronan Lamy Branch: py3k Changeset: r87328:651c97ef2d46 Date: 2016-09-22 16:15 +0100 http://bitbucket.org/pypy/pypy/changeset/651c97ef2d46/ Log:Remove obsolete code diff --git a/pypy/module/posix/interp_posix.py b/pypy/module/posix/interp_posix.py ---

[pypy-commit] pypy py3k: Functions and methods that are actually "built-in" on CPython might end

2016-09-22 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r87332:e00dbe634410 Date: 2016-09-22 18:11 +0200 http://bitbucket.org/pypy/pypy/changeset/e00dbe634410/ Log:Functions and methods that are actually "built-in" on CPython might end up with FunctionType or MethodType. We need

[pypy-commit] pypy value-classes: Fix some translation errors

2016-09-22 Thread sbauman
Author: Spenser Bauman Branch: value-classes Changeset: r87333:36ea15125469 Date: 2016-09-22 16:54 -0400 http://bitbucket.org/pypy/pypy/changeset/36ea15125469/ Log:Fix some translation errors diff --git a/rpython/jit/metainterp/optimizeopt/virtualstate.py

[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

[pypy-commit] pypy py3k: Likely fix

2016-09-22 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r87321:2152d4ea184d Date: 2016-09-22 15:16 +0200 http://bitbucket.org/pypy/pypy/changeset/2152d4ea184d/ Log:Likely fix diff --git a/lib_pypy/grp.py b/lib_pypy/grp.py --- a/lib_pypy/grp.py +++ b/lib_pypy/grp.py @@ -23,7 +23,7 @@

[pypy-commit] pypy py3k: In the py3k branch, use 'python3.3' to run -A tests, not 'python3'.

2016-09-22 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r87323:1953c9927f3b Date: 2016-09-22 15:29 +0200 http://bitbucket.org/pypy/pypy/changeset/1953c9927f3b/ Log:In the py3k branch, use 'python3.3' to run -A tests, not 'python3'. Some tests fail if the latter is a more recent

[pypy-commit] pypy ppc-vsx-support: one parameter too much

2016-09-22 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r87319:10f3d3387862 Date: 2016-09-22 14:39 +0200 http://bitbucket.org/pypy/pypy/changeset/10f3d3387862/ Log:one parameter too much diff --git a/rpython/jit/metainterp/optimizeopt/vector.py

[pypy-commit] pypy ppc-vsx-support: removed issue that modified list. if the vectorization was bailed this left behind modifications that should not have happened

2016-09-22 Thread plan_rich
Author: Richard Plangger Branch: ppc-vsx-support Changeset: r87320:cff9faab2e49 Date: 2016-09-22 15:09 +0200 http://bitbucket.org/pypy/pypy/changeset/cff9faab2e49/ Log:removed issue that modified list. if the vectorization was bailed this left behind

[pypy-commit] pypy py3k: Add merged branches

2016-09-22 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r87322:0b5c7849917a Date: 2016-09-22 15:19 +0200 http://bitbucket.org/pypy/pypy/changeset/0b5c7849917a/ Log:Add merged branches diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst

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

2016-09-22 Thread arigo
Author: Armin Rigo Branch: py3.5 Changeset: r87324:b15a35fba9da Date: 2016-09-22 15:29 +0200 http://bitbucket.org/pypy/pypy/changeset/b15a35fba9da/ Log:hg merge py3k diff --git a/lib_pypy/grp.py b/lib_pypy/grp.py --- a/lib_pypy/grp.py +++ b/lib_pypy/grp.py @@ -23,7 +23,7 @@

[pypy-commit] pypy py3k: Test and fix

2016-09-22 Thread arigo
Author: Armin Rigo Branch: py3k Changeset: r87325:6208459577ec Date: 2016-09-22 15:51 +0200 http://bitbucket.org/pypy/pypy/changeset/6208459577ec/ Log:Test and fix diff --git a/pypy/objspace/std/memoryobject.py b/pypy/objspace/std/memoryobject.py ---