[pypy-commit] pypy exctrans: Do sandboxing of register_external() stuff at the rtyper level

2016-01-17 Thread rlamy
Author: Ronan Lamy Branch: exctrans Changeset: r81826:7a2c1c67667b Date: 2016-01-17 15:44 + http://bitbucket.org/pypy/pypy/changeset/7a2c1c67667b/ Log:Do sandboxing of register_external() stuff at the rtyper level diff --git a/rpython/rtyper/extfunc.py b/rpython/rtyper/extfunc.py --- a/r

[pypy-commit] cffi default: Missing .c and .h files

2016-01-17 Thread stefanor
Author: Stefano Rivera Branch: Changeset: r2606:5d2a59af1b06 Date: 2016-01-17 07:46 -0800 http://bitbucket.org/cffi/cffi/changeset/5d2a59af1b06/ Log:Missing .c and .h files Required for the new embedding test suite. diff --git a/MANIFEST.in b/MANIFEST.in --- a/MANIFEST.in +++ b/MAN

[pypy-commit] cffi default: Don't blow away PYTHONPATH

2016-01-17 Thread stefanor
Author: Stefano Rivera Branch: Changeset: r2607:b1196289cab3 Date: 2016-01-17 07:47 -0800 http://bitbucket.org/cffi/cffi/changeset/b1196289cab3/ Log:Don't blow away PYTHONPATH Rather parse it, and prefix our base directory, if necessary. diff --git a/testing/embedding/test_basic.py

[pypy-commit] cffi default: Use os.pathsep instead of directly ':'

2016-01-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r2608:5e4c30fb3a24 Date: 2016-01-17 17:00 +0100 http://bitbucket.org/cffi/cffi/changeset/5e4c30fb3a24/ Log:Use os.pathsep instead of directly ':' diff --git a/testing/embedding/test_basic.py b/testing/embedding/test_basic.py --- a/testing/embedding/test

[pypy-commit] cffi default: Allow testing against installed package (which has egg_info already)

2016-01-17 Thread stefanor
Author: Stefano Rivera Branch: Changeset: r2609:2eb9c68c1515 Date: 2016-01-17 10:42 -0800 http://bitbucket.org/cffi/cffi/changeset/2eb9c68c1515/ Log:Allow testing against installed package (which has egg_info already) diff --git a/testing/cffi1/test_zdist.py b/testing/cffi1/test_zdist.py --

[pypy-commit] cffi default: Support extensions for pydebug cpythons

2016-01-17 Thread stefanor
Author: Stefano Rivera Branch: Changeset: r2610:b848a2fed6c7 Date: 2016-01-17 12:16 -0800 http://bitbucket.org/cffi/cffi/changeset/b848a2fed6c7/ Log:Support extensions for pydebug cpythons diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py @@ -565,6 +565,8 @@

[pypy-commit] cffi default: Don't hardcode _d. If that is the extension, it'll be in sysconfig

2016-01-17 Thread stefanor
Author: Stefano Rivera Branch: Changeset: r2611:a3f2aad89ff0 Date: 2016-01-17 12:52 -0800 http://bitbucket.org/cffi/cffi/changeset/a3f2aad89ff0/ Log:Don't hardcode _d. If that is the extension, it'll be in sysconfig diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.py +++ b/cffi/api.py

[pypy-commit] cffi default: Windows uses '_d' even though I'm pretty sure DEBUG_EXT is a Debian-only

2016-01-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r2612:ab31f1f18faf Date: 2016-01-17 22:01 +0100 http://bitbucket.org/cffi/cffi/changeset/ab31f1f18faf/ Log:Windows uses '_d' even though I'm pretty sure DEBUG_EXT is a Debian- only extension diff --git a/cffi/api.py b/cffi/api.py --- a/cffi/api.

[pypy-commit] pypy remove-getfield-pure: Test case for a large number of immutable field references

2016-01-17 Thread sbauman
Author: Spenser Bauman Branch: remove-getfield-pure Changeset: r81827:5efe5243ae95 Date: 2016-01-18 02:16 -0500 http://bitbucket.org/pypy/pypy/changeset/5efe5243ae95/ Log:Test case for a large number of immutable field references diff --git a/rpython/jit/metainterp/optimizeopt/test/test_opti

[pypy-commit] pypy s390x-backend: fixed syntax error

2016-01-17 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r81828:12cb71eb84d2 Date: 2016-01-18 08:50 +0100 http://bitbucket.org/pypy/pypy/changeset/12cb71eb84d2/ Log:fixed syntax error diff --git a/rpython/jit/backend/test/zll_stress.py b/rpython/jit/backend/test/zll_stress.py --- a/rpython