[pypy-commit] pypy default: test, fix indexing ndarray with scalar, single boolean array

2016-02-19 Thread mattip
Author: mattip Branch: Changeset: r82336:d77888929462 Date: 2016-02-19 16:29 +0200 http://bitbucket.org/pypy/pypy/changeset/d77888929462/ Log:test, fix indexing ndarray with scalar, single boolean array diff --git a/pypy/module/micronumpy/concrete.py

[pypy-commit] pypy default: remove debug cruft

2016-02-19 Thread mattip
Author: mattip Branch: Changeset: r82337:39fb9fc4c967 Date: 2016-02-19 16:31 +0200 http://bitbucket.org/pypy/pypy/changeset/39fb9fc4c967/ Log:remove debug cruft diff --git a/pypy/module/micronumpy/concrete.py b/pypy/module/micronumpy/concrete.py ---

[pypy-commit] pypy py3.3: Fix test by pleasing sanity check.

2016-02-19 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82335:99af7e9c0c5f Date: 2016-02-19 23:36 +0100 http://bitbucket.org/pypy/pypy/changeset/99af7e9c0c5f/ Log:Fix test by pleasing sanity check. diff --git a/pypy/module/imp/test/test_import.py

[pypy-commit] pypy py3.3: Check for SystemError instead of ValueError.

2016-02-19 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82334:8ed10a343cd5 Date: 2016-02-19 23:11 +0100 http://bitbucket.org/pypy/pypy/changeset/8ed10a343cd5/ Log:Check for SystemError instead of ValueError. SystemError is raised here on CPython as well, although this is

[pypy-commit] pypy py3.3: Backport patch from CPython Issue 26367.

2016-02-19 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82333:01b8a2d215a6 Date: 2016-02-19 22:40 +0100 http://bitbucket.org/pypy/pypy/changeset/01b8a2d215a6/ Log:Backport patch from CPython Issue 26367. diff --git a/lib-python/3/importlib/_bootstrap.py

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

2016-02-19 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82332:58f595f70a58 Date: 2016-02-19 22:26 +0100 http://bitbucket.org/pypy/pypy/changeset/58f595f70a58/ Log:hg merge py3k diff --git a/lib-python/2.7/distutils/command/build_ext.py

[pypy-commit] pypy py3k: Add exec() workaround for running on top of old CPython 2.7 versions.

2016-02-19 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82330:1bf2ad223b9c Date: 2016-02-19 20:58 +0100 http://bitbucket.org/pypy/pypy/changeset/1bf2ad223b9c/ Log:Add exec() workaround for running on top of old CPython 2.7 versions. diff --git

[pypy-commit] pypy py3.3: Fix _imp module direct app tests.

2016-02-19 Thread mjacob
Author: Manuel Jacob Branch: py3.3 Changeset: r82331:7aac73fa16ed Date: 2016-02-19 21:52 +0100 http://bitbucket.org/pypy/pypy/changeset/7aac73fa16ed/ Log:Fix _imp module direct app tests. diff --git a/pypy/module/imp/test/test_app.py b/pypy/module/imp/test/test_app.py

[pypy-commit] pypy py3k: hg merge default

2016-02-19 Thread mjacob
Author: Manuel Jacob Branch: py3k Changeset: r82329:4634d8e8bf6e Date: 2016-02-19 19:04 +0100 http://bitbucket.org/pypy/pypy/changeset/4634d8e8bf6e/ Log:hg merge default diff --git a/lib-python/2.7/distutils/command/build_ext.py

[pypy-commit] pypy llvm-translation-backend: Use GCTransformer's get_prebuilt_hash() method.

2016-02-19 Thread mjacob
Author: Manuel Jacob Branch: llvm-translation-backend Changeset: r82328:ee28a2e5145b Date: 2016-02-17 00:56 +0100 http://bitbucket.org/pypy/pypy/changeset/ee28a2e5145b/ Log:Use GCTransformer's get_prebuilt_hash() method. diff --git a/rpython/translator/llvm/genllvm.py

[pypy-commit] pypy desc-specialize: Extract method init_specializer()

2016-02-19 Thread rlamy
Author: Ronan Lamy Branch: desc-specialize Changeset: r82326:0b89e9760cd8 Date: 2016-02-18 05:23 + http://bitbucket.org/pypy/pypy/changeset/0b89e9760cd8/ Log:Extract method init_specializer() diff --git a/rpython/annotator/description.py

[pypy-commit] pypy desc-specialize: Create annotator.using_policy() context manager

2016-02-19 Thread rlamy
Author: Ronan Lamy Branch: desc-specialize Changeset: r82327:f979a9068595 Date: 2016-02-19 17:16 + http://bitbucket.org/pypy/pypy/changeset/f979a9068595/ Log:Create annotator.using_policy() context manager diff --git a/rpython/annotator/annrpython.py

[pypy-commit] pypy.org extradoc: update the values

2016-02-19 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r703:61c91eaec11c Date: 2016-02-19 18:11 +0100 http://bitbucket.org/pypy/pypy.org/changeset/61c91eaec11c/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ -

[pypy-commit] pypy cpyext-gc-support-2: Test and fix for immortal objects on which we attach a pyobj

2016-02-19 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r82325:1f5a3c24e736 Date: 2016-02-19 18:08 +0100 http://bitbucket.org/pypy/pypy/changeset/1f5a3c24e736/ Log:Test and fix for immortal objects on which we attach a pyobj diff --git a/rpython/memory/gc/incminimark.py

[pypy-commit] cffi default: update

2016-02-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r2644:5d4960993342 Date: 2016-02-19 16:27 +0100 http://bitbucket.org/cffi/cffi/changeset/5d4960993342/ Log:update diff --git a/doc/source/embedding.rst b/doc/source/embedding.rst --- a/doc/source/embedding.rst +++

[pypy-commit] cffi default: A dump of my experiences with rpaths and $ORIGIN messes

2016-02-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r2643:96df07b3e9ba Date: 2016-02-19 16:22 +0100 http://bitbucket.org/cffi/cffi/changeset/96df07b3e9ba/ Log:A dump of my experiences with rpaths and $ORIGIN messes diff --git a/doc/source/embedding.rst b/doc/source/embedding.rst ---

[pypy-commit] cffi default: merge heads

2016-02-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r2642:d2a90d323791 Date: 2016-02-19 10:38 +0100 http://bitbucket.org/cffi/cffi/changeset/d2a90d323791/ Log:merge heads diff --git a/testing/cffi0/test_zintegration.py b/testing/cffi0/test_zintegration.py ---

[pypy-commit] cffi default: more pypy tweaks

2016-02-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r2641:b4991ae7ce3a Date: 2016-02-19 10:37 +0100 http://bitbucket.org/cffi/cffi/changeset/b4991ae7ce3a/ Log:more pypy tweaks diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -550,6 +550,7 @@

[pypy-commit] pypy default: import cffi/b4991ae7ce3a

2016-02-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r82324:e79f457ab18f Date: 2016-02-19 10:37 +0100 http://bitbucket.org/pypy/pypy/changeset/e79f457ab18f/ Log:import cffi/b4991ae7ce3a diff --git a/lib_pypy/cffi/api.py b/lib_pypy/cffi/api.py --- a/lib_pypy/cffi/api.py +++

[pypy-commit] pypy default: Document branches

2016-02-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r82323:fa47de37ef9b Date: 2016-02-19 09:56 +0100 http://bitbucket.org/pypy/pypy/changeset/fa47de37ef9b/ Log:Document branches diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy default: issue #2241: oops

2016-02-19 Thread arigo
Author: Armin Rigo Branch: Changeset: r82322:eb4764c87513 Date: 2016-02-19 09:39 +0100 http://bitbucket.org/pypy/pypy/changeset/eb4764c87513/ Log:issue #2241: oops diff --git a/pypy/module/_cffi_backend/embedding.py b/pypy/module/_cffi_backend/embedding.py ---