[pypy-commit] cffi default: distribute folded back into setuptools a while ago. This option has no effect any more

2016-02-17 Thread stefanor
Author: Stefano Rivera Branch: Changeset: r2639:d7cbf9223795 Date: 2016-02-17 16:28 -0800 http://bitbucket.org/cffi/cffi/changeset/d7cbf9223795/ Log:distribute folded back into setuptools a while ago. This option has no effect any more diff --git a/testing/cffi0/test_zintegration.py

[pypy-commit] cffi default: Recent releases of virtualenv default to downloading new pip, etc. We don't need to do that

2016-02-17 Thread stefanor
Author: Stefano Rivera Branch: Changeset: r2640:d4815257b3cb Date: 2016-02-17 16:33 -0800 http://bitbucket.org/cffi/cffi/changeset/d4815257b3cb/ Log:Recent releases of virtualenv default to downloading new pip, etc. We don't need to do that diff --git a/testing/cffi0/test_zintegrati

[pypy-commit] pypy default: kill unused make_constgraphbuilder()

2016-02-17 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r82318:6f907027fbb2 Date: 2016-02-17 23:18 + http://bitbucket.org/pypy/pypy/changeset/6f907027fbb2/ Log:kill unused make_constgraphbuilder() diff --git a/rpython/annotator/specialize.py b/rpython/annotator/specialize.py --- a/rpython/annotator/speci

[pypy-commit] pypy default: Merge branch 'llimpl'

2016-02-17 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r82316:4c30448f0457 Date: 2016-02-17 22:59 + http://bitbucket.org/pypy/pypy/changeset/4c30448f0457/ Log:Merge branch 'llimpl' Refactor register_external(), remove running_on_llinterp mechanism and apply sandbox transform on externals

[pypy-commit] pypy llimpl: Close branch before merging

2016-02-17 Thread rlamy
Author: Ronan Lamy Branch: llimpl Changeset: r82315:691635e5fdfb Date: 2016-02-17 22:56 + http://bitbucket.org/pypy/pypy/changeset/691635e5fdfb/ Log:Close branch before merging ___ pypy-commit mailing list pypy-commit@python.org https://mail.py

[pypy-commit] pypy default: update whatsnew

2016-02-17 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r82317:1b11375c5116 Date: 2016-02-17 23:00 + http://bitbucket.org/pypy/pypy/changeset/1b11375c5116/ Log:update whatsnew diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-hea

[pypy-commit] pypy cpyext-gc-support-2: Change the ".pypy-26.so" to ".pypy-41.so". This will require recompilation

2016-02-17 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r82314:3613837f04a5 Date: 2016-02-17 21:17 +0100 http://bitbucket.org/pypy/pypy/changeset/3613837f04a5/ Log:Change the ".pypy-26.so" to ".pypy-41.so". This will require recompilation also of cffi modules, but unless someone has

[pypy-commit] pypy cpyext-gc-support-2: Add PYPY_VERSION_NUM

2016-02-17 Thread arigo
Author: Armin Rigo Branch: cpyext-gc-support-2 Changeset: r82313:6fb202f87513 Date: 2016-02-17 21:13 +0100 http://bitbucket.org/pypy/pypy/changeset/6fb202f87513/ Log:Add PYPY_VERSION_NUM diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/pyp