[pypy-commit] pypy.org extradoc: Update the version numbers of Python

2017-03-21 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r872:bb778b31861b Date: 2017-03-21 09:00 +0100 http://bitbucket.org/pypy/pypy.org/changeset/bb778b31861b/ Log:Update the version numbers of Python diff --git a/source/compat.txt b/source/compat.txt --- a/source/compat.txt +++ b/source/compat.txt

[pypy-commit] pypy.org extradoc: regen

2017-03-21 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r873:9c84049ed3ea Date: 2017-03-21 09:34 +0100 http://bitbucket.org/pypy/pypy.org/changeset/9c84049ed3ea/ Log:regen diff --git a/compat.html b/compat.html --- a/compat.html +++ b/compat.html @@ -71,10 +71,13 @@ Python compatibility -PyPy im

[pypy-commit] pypy.org extradoc: sha1/sha256 of the ppc builds

2017-03-21 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r874:12c2667b1e20 Date: 2017-03-21 10:16 +0100 http://bitbucket.org/pypy/pypy.org/changeset/12c2667b1e20/ Log:sha1/sha256 of the ppc builds diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -438,6 +438,8 @@ b

[pypy-commit] stmgc c8-overheads-instrumentation: Fix major GC duration was not logged in case of abort due to long jump out of the abort function

2017-03-21 Thread tobweber
Author: Tobias Weber Branch: c8-overheads-instrumentation Changeset: r2033:5da1d40bd38d Date: 2017-03-20 17:47 +0100 http://bitbucket.org/pypy/stmgc/changeset/5da1d40bd38d/ Log:Fix major GC duration was not logged in case of abort due to long jump out of the abort function diff --git

[pypy-commit] cffi default: Add the module name in front of the error for missing def_extern().

2017-03-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r2915:85994689bab3 Date: 2017-03-21 11:21 +0100 http://bitbucket.org/cffi/cffi/changeset/85994689bab3/ Log:Add the module name in front of the error for missing def_extern(). Useful in cases we mistakenly define the same name in more than one

[pypy-commit] cffi release-1.10: hg merge default

2017-03-21 Thread arigo
Author: Armin Rigo Branch: release-1.10 Changeset: r2916:06af0f6155b5 Date: 2017-03-21 11:22 +0100 http://bitbucket.org/cffi/cffi/changeset/06af0f6155b5/ Log:hg merge default diff --git a/cffi/recompiler.py b/cffi/recompiler.py --- a/cffi/recompiler.py +++ b/cffi/recompiler.py @@ -1180,7 +11

[pypy-commit] cffi default: hg merge release-1.10

2017-03-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r2919:486d919c0b87 Date: 2017-03-21 11:42 +0100 http://bitbucket.org/cffi/cffi/changeset/486d919c0b87/ Log:hg merge release-1.10 diff --git a/doc/source/installation.rst b/doc/source/installation.rst --- a/doc/source/installation.rst +++ b/doc/source/in

[pypy-commit] cffi release-1.10: md5/sha

2017-03-21 Thread arigo
Author: Armin Rigo Branch: release-1.10 Changeset: r2918:1de684a0845b Date: 2017-03-21 11:42 +0100 http://bitbucket.org/cffi/cffi/changeset/1de684a0845b/ Log:md5/sha diff --git a/doc/source/installation.rst b/doc/source/installation.rst --- a/doc/source/installation.rst +++ b/doc/source/inst

[pypy-commit] cffi release-1.10: update the whatsnew

2017-03-21 Thread arigo
Author: Armin Rigo Branch: release-1.10 Changeset: r2917:230849ed1d47 Date: 2017-03-21 11:41 +0100 http://bitbucket.org/cffi/cffi/changeset/230849ed1d47/ Log:update the whatsnew diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst --- a/doc/source/whatsnew.rst +++ b/doc/source/what

[pypy-commit] pypy default: add python-cffi to the list of debian packages

2017-03-21 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r90775:b7089fe8b581 Date: 2017-03-21 11:58 +0100 http://bitbucket.org/pypy/pypy/changeset/b7089fe8b581/ Log:add python-cffi to the list of debian packages diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst --- a/pypy/doc/build.rst +++ b/pypy/

[pypy-commit] pypy default: Temporary fix?

2017-03-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r90776:f3f2566b1a08 Date: 2017-03-21 12:09 +0100 http://bitbucket.org/pypy/pypy/changeset/f3f2566b1a08/ Log:Temporary fix? diff --git a/rpython/rlib/rthread.py b/rpython/rlib/rthread.py --- a/rpython/rlib/rthread.py +++ b/rpython/rlib/rthread.py @@ -429

[pypy-commit] pypy default: Add a previously-failing test for the GC not handling multiple

2017-03-21 Thread arigo
Author: Armin Rigo Branch: Changeset: r90777:761bc7504874 Date: 2017-03-21 12:33 +0100 http://bitbucket.org/pypy/pypy/changeset/761bc7504874/ Log:Add a previously-failing test for the GC not handling multiple ThreadLocalReferences, fixed by f3f2566b1a08 diff --git a/rpython/rlib/tes

[pypy-commit] pypy default: Fixes #2508 -- correctly handle dict.pop where the popping key is not the same type as the dict's and pop is called with a default

2017-03-21 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r90778:a1b0ce5e4915 Date: 2017-03-21 14:02 -0400 http://bitbucket.org/pypy/pypy/changeset/a1b0ce5e4915/ Log:Fixes #2508 -- correctly handle dict.pop where the popping key is not the same type as the dict's and pop is called with a default diff

[pypy-commit] pypy default: extend b7089fe8b581 to other platforms

2017-03-21 Thread mattip
Author: Matti Picus Branch: Changeset: r90779:361a7fb3e056 Date: 2017-03-21 20:57 +0200 http://bitbucket.org/pypy/pypy/changeset/361a7fb3e056/ Log:extend b7089fe8b581 to other platforms diff --git a/pypy/doc/build.rst b/pypy/doc/build.rst --- a/pypy/doc/build.rst +++ b/pypy/doc/build.rst @@

[pypy-commit] pypy py3.5: blindly change this from -1 to an arbitrary large number on 32 bit systems

2017-03-21 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r90780:eecdab8e95b5 Date: 2017-03-21 22:22 +0200 http://bitbucket.org/pypy/pypy/changeset/eecdab8e95b5/ Log:blindly change this from -1 to an arbitrary large number on 32 bit systems diff --git a/rpython/rlib/rsre/rsre_char.py b/rpython/rl

[pypy-commit] pypy default: Clean up extension module loading slightly in anticipation of upcoming py3.5 changes.

2017-03-21 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r90781:b9542a9fa14e Date: 2017-03-21 22:58 +0100 http://bitbucket.org/pypy/pypy/changeset/b9542a9fa14e/ Log:Clean up extension module loading slightly in anticipation of upcoming py3.5 changes. diff --git a/pypy/module/_cffi_backend/cffi1_modu

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

2017-03-21 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r90782:9ca6b5dc03b0 Date: 2017-03-21 23:56 +0100 http://bitbucket.org/pypy/pypy/changeset/9ca6b5dc03b0/ Log:hg merge default diff --git a/lib-python/2.7/weakref.py b/lib-python/2.7/weakref.py --- a/lib-python/2.7/weakref.py +++ b/lib-python/2.7/w

[pypy-commit] pypy py3.5: Fix py.test.skip call in app-level test.

2017-03-21 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r90783:7db7635bfea8 Date: 2017-03-22 00:14 +0100 http://bitbucket.org/pypy/pypy/changeset/7db7635bfea8/ Log:Fix py.test.skip call in app-level test. diff --git a/pypy/objspace/std/test/test_dictmultiobject.py b/pypy/objspace/std/test/test_dictmu