[pypy-commit] pypy nogil-unsafe-2: make test pass by fixing expected output

2017-03-20 Thread Raemi
Author: Remi Meier Branch: nogil-unsafe-2 Changeset: r90759:2f39a22e1310 Date: 2017-03-20 14:20 +0100 http://bitbucket.org/pypy/pypy/changeset/2f39a22e1310/ Log:make test pass by fixing expected output diff --git a/rpython/translator/c/test/test_standalone.py b/rpython/translator/c/test/tes

[pypy-commit] pypy nogil-unsafe-2: move nogil test to own file

2017-03-20 Thread Raemi
Author: Remi Meier Branch: nogil-unsafe-2 Changeset: r90760:2edf4f9d6779 Date: 2017-03-20 14:36 +0100 http://bitbucket.org/pypy/pypy/changeset/2edf4f9d6779/ Log:move nogil test to own file diff --git a/rpython/translator/c/test/test_nogil.py b/rpython/translator/c/test/test_nogil.py new fil

[pypy-commit] pypy nogil-unsafe-2: add test for locks in write-barrier slowpath

2017-03-20 Thread Raemi
Author: Remi Meier Branch: nogil-unsafe-2 Changeset: r90761:e55ed339c048 Date: 2017-03-20 15:17 +0100 http://bitbucket.org/pypy/pypy/changeset/e55ed339c048/ Log:add test for locks in write-barrier slowpath diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark.py --- a

[pypy-commit] pypy default: Added tag release-pypy2.7-v5.7.0 for changeset fa3249d55d15

2017-03-20 Thread mattip
Author: Matti Picus Branch: Changeset: r90762:07d36dd3280f Date: 2017-03-20 17:58 +0200 http://bitbucket.org/pypy/pypy/changeset/07d36dd3280f/ Log:Added tag release-pypy2.7-v5.7.0 for changeset fa3249d55d15 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -34,3 +34,4 @@ 050d84

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

2017-03-20 Thread mattip
Author: Matti Picus Branch: release-pypy3.5-5.x Changeset: r90764:b16a4363e930 Date: 2017-03-20 18:04 +0200 http://bitbucket.org/pypy/pypy/changeset/b16a4363e930/ Log:merge py3.5 into release-pypy3 diff --git a/lib-python/3/sysconfig.py b/lib-python/3/sysconfig.py --- a/lib-python/3/sysconfi

[pypy-commit] pypy py3.5: fix translation

2017-03-20 Thread pjenvey
Author: Philip Jenvey Branch: py3.5 Changeset: r90763:b1691349d5f1 Date: 2017-03-20 18:03 +0200 http://bitbucket.org/pypy/pypy/changeset/b1691349d5f1/ Log:fix translation diff --git a/pypy/module/thread/os_local.py b/pypy/module/thread/os_local.py --- a/pypy/module/thread/os_local.py +++ b/p

[pypy-commit] pypy nogil-unsafe-2: small cleanup

2017-03-20 Thread Raemi
Author: Remi Meier Branch: nogil-unsafe-2 Changeset: r90765:d29b5e7da8b0 Date: 2017-03-20 17:42 +0100 http://bitbucket.org/pypy/pypy/changeset/d29b5e7da8b0/ Log:small cleanup diff --git a/rpython/memory/gc/incminimark.py b/rpython/memory/gc/incminimark.py --- a/rpython/memory/gc/incminimark.

[pypy-commit] pypy default: Added tag release-pypy3.5-v5.7.0 for changeset b16a4363e930

2017-03-20 Thread mattip
Author: Matti Picus Branch: Changeset: r90766:8fc1737ccf20 Date: 2017-03-20 19:09 +0200 http://bitbucket.org/pypy/pypy/changeset/8fc1737ccf20/ Log:Added tag release-pypy3.5-v5.7.0 for changeset b16a4363e930 diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -35,3 +35,4 @@ 0e2d9a

[pypy-commit] pypy default: tweak script and release notice

2017-03-20 Thread mattip
Author: Matti Picus Branch: Changeset: r90767:23145de5988b Date: 2017-03-20 19:39 +0200 http://bitbucket.org/pypy/pypy/changeset/23145de5988b/ Log:tweak script and release notice diff --git a/pypy/doc/release-v5.7.0.rst b/pypy/doc/release-v5.7.0.rst --- a/pypy/doc/release-v5.7.0.rst +++ b/p

[pypy-commit] pypy.org extradoc: update download page for release

2017-03-20 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r868:fa787b19005c Date: 2017-03-20 19:59 +0200 http://bitbucket.org/pypy/pypy.org/changeset/fa787b19005c/ Log:update download page for release diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -77,8 +77,8 @@

[pypy-commit] pypy.org extradoc: formatting typo, make box a wee bit bigger for sha256

2017-03-20 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r869:a33e1e498f71 Date: 2017-03-20 21:07 +0200 http://bitbucket.org/pypy/pypy.org/changeset/a33e1e498f71/ Log:formatting typo, make box a wee bit bigger for sha256 diff --git a/css/site.css b/css/site.css --- a/css/site.css +++ b/css/site.css @

[pypy-commit] pypy default: Add .cache to .hgignore.

2017-03-20 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r90768:733a31146466 Date: 2017-03-20 05:12 +0100 http://bitbucket.org/pypy/pypy/changeset/733a31146466/ Log:Add .cache to .hgignore. diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -80,5 +80,6 @@ .hypothesis/ ^release/ ^rpytho

[pypy-commit] pypy default: Add a bit of logging to the zipimport module, like CPython.

2017-03-20 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r90769:95e281b50ed4 Date: 2017-03-20 20:24 +0100 http://bitbucket.org/pypy/pypy/changeset/95e281b50ed4/ Log:Add a bit of logging to the zipimport module, like CPython. diff --git a/pypy/module/zipimport/interp_zipimport.py b/pypy/module/zipimport/int

[pypy-commit] pypy default: hg merge

2017-03-20 Thread mjacob
Author: Manuel Jacob Branch: Changeset: r90770:57f992e266e6 Date: 2017-03-20 20:25 +0100 http://bitbucket.org/pypy/pypy/changeset/57f992e266e6/ Log:hg merge diff --git a/.hgtags b/.hgtags --- a/.hgtags +++ b/.hgtags @@ -34,3 +34,5 @@ 050d84dd78997f021acf0e133934275d63547cc0 release-pypy2.7

[pypy-commit] pypy.org extradoc: more typos

2017-03-20 Thread mattip
Author: Matti Picus Branch: extradoc Changeset: r870:536afa5d31cf Date: 2017-03-20 21:45 +0200 http://bitbucket.org/pypy/pypy.org/changeset/536afa5d31cf/ Log:more typos diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -430,7 +430,7 @@ 2c9f0054f3b93a6473f

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

2017-03-20 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r90771:1bfadfa3ba91 Date: 2017-03-20 20:35 +0100 http://bitbucket.org/pypy/pypy/changeset/1bfadfa3ba91/ Log:hg merge default diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -83,5 +83,6 @@ .hypothesis/ ^release/ ^rpython/_

[pypy-commit] pypy py3.5: Remove verbose logging from _imp. This is now redundant because importlib and zipimport already do it.

2017-03-20 Thread mjacob
Author: Manuel Jacob Branch: py3.5 Changeset: r90772:ccee05685caa Date: 2017-03-20 20:42 +0100 http://bitbucket.org/pypy/pypy/changeset/ccee05685caa/ Log:Remove verbose logging from _imp. This is now redundant because importlib and zipimport already do it. diff --git a/pypy/module/im

[pypy-commit] pypy.org extradoc: fix pypy3 download links

2017-03-20 Thread pjenvey
Author: Philip Jenvey Branch: extradoc Changeset: r871:65741cf1b8eb Date: 2017-03-20 13:29 -0700 http://bitbucket.org/pypy/pypy.org/changeset/65741cf1b8eb/ Log:fix pypy3 download links diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -144,9 +144,9 @@ PyP

[pypy-commit] pypy default: Finally found the cause of "global name 'self' is not defined" when

2017-03-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r90773:fff8e5f21bfd Date: 2017-03-20 23:30 +0100 http://bitbucket.org/pypy/pypy/changeset/fff8e5f21bfd/ Log:Finally found the cause of "global name 'self' is not defined" when running some combination of this lib-python and an older pypy diff --

[pypy-commit] pypy default: Support translation with older Linux kernel headers

2017-03-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r90774:e78b4d3e1d8d Date: 2017-03-20 23:32 +0100 http://bitbucket.org/pypy/pypy/changeset/e78b4d3e1d8d/ Log:Support translation with older Linux kernel headers diff --git a/rpython/rlib/rurandom.py b/rpython/rlib/rurandom.py --- a/rpython/rlib/rurandom.