[pypy-commit] pypy testing-cleanup: Kill IntTestFunction.runtest() since it doesn't seem to do anything ever

2016-06-06 Thread rlamy
Author: Ronan Lamy Branch: testing-cleanup Changeset: r84988:29830f8f8a68 Date: 2016-06-07 01:34 +0100 http://bitbucket.org/pypy/pypy/changeset/29830f8f8a68/ Log:Kill IntTestFunction.runtest() since it doesn't seem to do anything ever diff --git

[pypy-commit] pypy testing-cleanup: Kill PyPyClassCollector.setup()

2016-06-06 Thread rlamy
Author: Ronan Lamy Branch: testing-cleanup Changeset: r84986:775591186dfd Date: 2016-06-07 00:39 +0100 http://bitbucket.org/pypy/pypy/changeset/775591186dfd/ Log:Kill PyPyClassCollector.setup() diff --git a/pypy/conftest.py b/pypy/conftest.py --- a/pypy/conftest.py +++

[pypy-commit] pypy testing-cleanup: Remove obsolete check

2016-06-06 Thread rlamy
Author: Ronan Lamy Branch: testing-cleanup Changeset: r84987:0b983b71075f Date: 2016-06-07 00:55 +0100 http://bitbucket.org/pypy/pypy/changeset/0b983b71075f/ Log:Remove obsolete check diff --git a/pypy/tool/pytest/inttest.py b/pypy/tool/pytest/inttest.py ---

[pypy-commit] pypy py3k: seems to work now

2016-06-06 Thread pjenvey
Author: Philip Jenvey Branch: py3k Changeset: r84985:a02677ec50cc Date: 2016-06-06 15:35 -0700 http://bitbucket.org/pypy/pypy/changeset/a02677ec50cc/ Log:seems to work now diff --git a/pypy/module/cpyext/test/test_structseq.py

[pypy-commit] pypy py3.5: prepare vars for build_map_unpack_with_call

2016-06-06 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r84984:86822511a36a Date: 2016-06-07 00:22 +0200 http://bitbucket.org/pypy/pypy/changeset/86822511a36a/ Log:prepare vars for build_map_unpack_with_call diff --git a/pypy/interpreter/pyopcode.py

[pypy-commit] pypy s390x-5.3-catchup: (s390x) impl uint_mul_high, removed uint_floordiv, int_floordiv and int_mod

2016-06-06 Thread plan_rich
Author: Richard Plangger Branch: s390x-5.3-catchup Changeset: r84982:9a37908f3ad1 Date: 2016-06-06 23:06 +0200 http://bitbucket.org/pypy/pypy/changeset/9a37908f3ad1/ Log:(s390x) impl uint_mul_high, removed uint_floordiv, int_floordiv and int_mod diff --git

[pypy-commit] cffi default: Rewrite the code more clearly, and fix the wrong comment

2016-06-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r2716:2acec12a75bb Date: 2016-06-06 21:02 +0200 http://bitbucket.org/cffi/cffi/changeset/2acec12a75bb/ Log:Rewrite the code more clearly, and fix the wrong comment diff --git a/doc/source/ref.rst b/doc/source/ref.rst ---

[pypy-commit] pypy release-5.x: Backed out changeset: 4b396d7cbc4c

2016-06-06 Thread mattip
Author: Matti Picus Branch: release-5.x Changeset: r84981:b47d7a38b9c2 Date: 2016-06-06 21:28 +0300 http://bitbucket.org/pypy/pypy/changeset/b47d7a38b9c2/ Log:Backed out changeset: 4b396d7cbc4c diff --git a/pypy/module/cpyext/test/conftest.py

[pypy-commit] pypy default: Remove useless check

2016-06-06 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r84980:d3a2481ebbdf Date: 2016-06-06 19:23 +0100 http://bitbucket.org/pypy/pypy/changeset/d3a2481ebbdf/ Log:Remove useless check diff --git a/pypy/conftest.py b/pypy/conftest.py --- a/pypy/conftest.py +++ b/pypy/conftest.py @@

[pypy-commit] pypy default: Backout bd58f90

2016-06-06 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r84979:b9e345296b3c Date: 2016-06-06 19:10 +0100 http://bitbucket.org/pypy/pypy/changeset/b9e345296b3c/ Log:Backout bd58f90 diff --git a/pypy/conftest.py b/pypy/conftest.py --- a/pypy/conftest.py +++ b/pypy/conftest.py @@ -23,10

[pypy-commit] pypy default: Backout 9f49da4855da

2016-06-06 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r84977:4c08a181c86a Date: 2016-06-06 19:05 +0100 http://bitbucket.org/pypy/pypy/changeset/4c08a181c86a/ Log:Backout 9f49da4855da diff --git a/pypy/interpreter/test/test_pyframe.py b/pypy/interpreter/test/test_pyframe.py ---

[pypy-commit] pypy applevel-unroll-safe: experimental hack: implement @unroll_safe at app-level

2016-06-06 Thread cfbolz
Author: Carl Friedrich Bolz Branch: applevel-unroll-safe Changeset: r84976:b2124aa81410 Date: 2016-06-06 17:17 +0200 http://bitbucket.org/pypy/pypy/changeset/b2124aa81410/ Log:experimental hack: implement @unroll_safe at app-level diff --git a/lib-python/2.7/opcode.py

[pypy-commit] pypy release-5.x: Backed out changeset: 9f49da4855da

2016-06-06 Thread mattip
Author: Matti Picus Branch: release-5.x Changeset: r84975:ef4abbf7419d Date: 2016-06-06 20:55 +0300 http://bitbucket.org/pypy/pypy/changeset/ef4abbf7419d/ Log:Backed out changeset: 9f49da4855da diff --git a/pypy/interpreter/test/test_pyframe.py

[pypy-commit] pypy reverse-debugger: Handle partial write()

2016-06-06 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r84974:58ec0aa13c9b Date: 2016-06-06 19:02 +0200 http://bitbucket.org/pypy/pypy/changeset/58ec0aa13c9b/ Log:Handle partial write() diff --git a/rpython/translator/revdb/rdb-src/revdb.c

[pypy-commit] pypy default: Don't use leakfinder when running with -A

2016-06-06 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r84973:bd58f903f506 Date: 2016-06-06 16:24 +0100 http://bitbucket.org/pypy/pypy/changeset/bd58f903f506/ Log:Don't use leakfinder when running with -A diff --git a/pypy/conftest.py b/pypy/conftest.py --- a/pypy/conftest.py +++

[pypy-commit] pypy default: fix for 9f49da4855da

2016-06-06 Thread mattip
Author: Matti Picus Branch: Changeset: r84970:4b396d7cbc4c Date: 2016-06-06 19:16 +0300 http://bitbucket.org/pypy/pypy/changeset/4b396d7cbc4c/ Log:fix for 9f49da4855da diff --git a/pypy/module/cpyext/test/conftest.py b/pypy/module/cpyext/test/conftest.py ---

[pypy-commit] pypy default: fix signature

2016-06-06 Thread mattip
Author: Matti Picus Branch: Changeset: r84971:f4d726d1a010 Date: 2016-06-06 19:20 +0300 http://bitbucket.org/pypy/pypy/changeset/f4d726d1a010/ Log:fix signature diff --git a/pypy/module/cpyext/object.py b/pypy/module/cpyext/object.py ---

[pypy-commit] pypy py3.5: fix keyword not iterable bug, call walkabout methods instead of visit_sequence, emit ops on call

2016-06-06 Thread raffael_t
Author: Raffael Tfirst Branch: py3.5 Changeset: r84969:3cebb79b83a9 Date: 2016-06-06 18:08 +0200 http://bitbucket.org/pypy/pypy/changeset/3cebb79b83a9/ Log:fix keyword not iterable bug, call walkabout methods instead of visit_sequence, emit ops on call diff

[pypy-commit] pypy default: update to cffi/0a5f59abb0e0

2016-06-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r84968:d1760e27726c Date: 2016-06-06 18:03 +0200 http://bitbucket.org/pypy/pypy/changeset/d1760e27726c/ Log:update to cffi/0a5f59abb0e0 diff --git a/pypy/module/_cffi_backend/cdataobj.py b/pypy/module/_cffi_backend/cdataobj.py ---

[pypy-commit] pypy default: tweaks

2016-06-06 Thread mattip
Author: Matti Picus Branch: Changeset: r84967:901a05dec70d Date: 2016-06-06 18:16 +0300 http://bitbucket.org/pypy/pypy/changeset/901a05dec70d/ Log:tweaks diff --git a/pypy/doc/release-pypy2.7-v5.3.0.rst b/pypy/doc/release-pypy2.7-v5.3.0.rst ---

[pypy-commit] pypy default: Remove unnecessary conftest imports

2016-06-06 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r84966:9f49da4855da Date: 2016-06-06 15:47 +0100 http://bitbucket.org/pypy/pypy/changeset/9f49da4855da/ Log:Remove unnecessary conftest imports diff --git a/pypy/interpreter/test/test_pyframe.py

[pypy-commit] pypy default: Kill this other mention of cffi

2016-06-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r84965:5acb6054c9c5 Date: 2016-06-06 16:27 +0200 http://bitbucket.org/pypy/pypy/changeset/5acb6054c9c5/ Log:Kill this other mention of cffi diff --git a/pypy/doc/release-pypy2.7-v5.3.0.rst b/pypy/doc/release-pypy2.7-v5.3.0.rst ---

[pypy-commit] cffi default: Update

2016-06-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r2713:d02a2bd8752d Date: 2016-06-06 16:25 +0200 http://bitbucket.org/cffi/cffi/changeset/d02a2bd8752d/ Log:Update diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++

[pypy-commit] pypy default: link to the whatsnew of cffi 1.7

2016-06-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r84964:503409ea9765 Date: 2016-06-06 16:20 +0200 http://bitbucket.org/pypy/pypy/changeset/503409ea9765/ Log:link to the whatsnew of cffi 1.7 diff --git a/pypy/doc/release-pypy2.7-v5.3.0.rst b/pypy/doc/release-pypy2.7-v5.3.0.rst ---

[pypy-commit] cffi default: Write down a typical ffi.new_handle() usage example

2016-06-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r2712:e2f143d0e9b4 Date: 2016-06-06 14:53 +0200 http://bitbucket.org/cffi/cffi/changeset/e2f143d0e9b4/ Log:Write down a typical ffi.new_handle() usage example diff --git a/doc/source/ref.rst b/doc/source/ref.rst ---

[pypy-commit] pypy release-5.x: merge default into release

2016-06-06 Thread mattip
Author: Matti Picus Branch: release-5.x Changeset: r84962:581a2c8a00c5 Date: 2016-06-06 10:35 +0300 http://bitbucket.org/pypy/pypy/changeset/581a2c8a00c5/ Log:merge default into release diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -43,17 +43,17 @@

[pypy-commit] pypy default: oops

2016-06-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r84961:251a2846d850 Date: 2016-06-06 08:58 +0200 http://bitbucket.org/pypy/pypy/changeset/251a2846d850/ Log:oops diff --git a/rpython/jit/backend/arm/regalloc.py b/rpython/jit/backend/arm/regalloc.py ---

[pypy-commit] pypy reverse-debugger: External function calls

2016-06-06 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r84960:f7fe5ea0f6d4 Date: 2016-06-06 08:55 +0200 http://bitbucket.org/pypy/pypy/changeset/f7fe5ea0f6d4/ Log:External function calls diff --git a/rpython/translator/c/funcgen.py b/rpython/translator/c/funcgen.py ---

[pypy-commit] pypy reverse-debugger: Renames

2016-06-06 Thread arigo
Author: Armin Rigo Branch: reverse-debugger Changeset: r84959:76bf391f9e87 Date: 2016-06-06 08:32 +0200 http://bitbucket.org/pypy/pypy/changeset/76bf391f9e87/ Log:Renames diff --git a/rpython/config/translationoption.py b/rpython/config/translationoption.py ---