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

2017-12-21 Thread fijal
Author: fijal Branch: release-pypy3.5-v5.9.x Changeset: r93543:a91df6163fb7 Date: 2017-12-22 09:08 +0200 http://bitbucket.org/pypy/pypy/changeset/a91df6163fb7/ Log:merge py3.5 diff --git a/pypy/module/_continuation/test/test_stacklet.py b/pypy/module/_continuation/test/test_stacklet.py --- a

[pypy-commit] pypy py3.5: I think this is how it was supposed to be, unclear how to test

2017-12-21 Thread fijal
Author: fijal Branch: py3.5 Changeset: r93542:34c63fba0bba Date: 2017-12-22 09:07 +0200 http://bitbucket.org/pypy/pypy/changeset/34c63fba0bba/ Log:I think this is how it was supposed to be, unclear how to test diff --git a/pypy/module/_continuation/test/test_stacklet.py b/pypy/module/_contin

[pypy-commit] pypy release-pypy2.7-v5.9.x: make version final

2017-12-21 Thread mattip
Author: Matti Picus Branch: release-pypy2.7-v5.9.x Changeset: r93538:0e7ea4fe15e8 Date: 2017-12-21 20:00 +0200 http://bitbucket.org/pypy/pypy/changeset/0e7ea4fe15e8/ Log:make version final diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/p

[pypy-commit] pypy default: restart whats-new

2017-12-21 Thread mattip
Author: Matti Picus Branch: Changeset: r93540:bc445709766c Date: 2017-12-21 20:05 +0200 http://bitbucket.org/pypy/pypy/changeset/bc445709766c/ Log:restart whats-new diff --git a/pypy/doc/index-of-whatsnew.rst b/pypy/doc/index-of-whatsnew.rst --- a/pypy/doc/index-of-whatsnew.rst +++ b/pypy/d

[pypy-commit] pypy default: part two of restart whats-new

2017-12-21 Thread mattip
Author: Matti Picus Branch: Changeset: r93541:58004bbab6dc Date: 2017-12-21 20:05 +0200 http://bitbucket.org/pypy/pypy/changeset/58004bbab6dc/ Log:part two of restart whats-new diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst new file mode 100644 --- /dev/null +++ b/pypy

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

2017-12-21 Thread mattip
Author: Matti Picus Branch: release-pypy3.5-v5.9.x Changeset: r93537:ad8e7f9311f5 Date: 2017-12-21 19:56 +0200 http://bitbucket.org/pypy/pypy/changeset/ad8e7f9311f5/ Log:merge py3.5 into release diff --git a/pypy/module/errno/interp_errno.py b/pypy/module/errno/interp_errno.py --- a/pypy/mo

[pypy-commit] pypy default: increment version

2017-12-21 Thread mattip
Author: Matti Picus Branch: Changeset: r93539:6b024edd9d12 Date: 2017-12-21 20:00 +0200 http://bitbucket.org/pypy/pypy/changeset/6b024edd9d12/ Log:increment version diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/pypy/module/cpyext/inclu

[pypy-commit] pypy py3.5: fix for MSVC compatibility

2017-12-21 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93536:7dce5a70e8e7 Date: 2017-12-21 19:55 +0200 http://bitbucket.org/pypy/pypy/changeset/7dce5a70e8e7/ Log:fix for MSVC compatibility diff --git a/pypy/module/errno/interp_errno.py b/pypy/module/errno/interp_errno.py --- a/pypy/module/errno/inte

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

2017-12-21 Thread fijal
Author: fijal Branch: release-pypy3.5-v5.9.x Changeset: r93535:42207cd2265c Date: 2017-12-21 15:53 +0200 http://bitbucket.org/pypy/pypy/changeset/42207cd2265c/ Log:merge py3.5 diff --git a/extra_tests/requirements.txt b/extra_tests/requirements.txt --- a/extra_tests/requirements.txt +++ b/ext

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

2017-12-21 Thread fijal
Author: fijal Branch: py3.5 Changeset: r93534:4f88f2f2d3f2 Date: 2017-12-21 15:51 +0200 http://bitbucket.org/pypy/pypy/changeset/4f88f2f2d3f2/ Log:merge default diff --git a/extra_tests/requirements.txt b/extra_tests/requirements.txt --- a/extra_tests/requirements.txt +++ b/extra_tests/requir

[pypy-commit] pypy py3.5: Clean up tests

2017-12-21 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93533:6276a7287d4b Date: 2017-12-21 12:38 + http://bitbucket.org/pypy/pypy/changeset/6276a7287d4b/ Log:Clean up tests diff --git a/pypy/module/errno/test/test_errno.py b/pypy/module/errno/test/test_errno.py --- a/pypy/module/errno/test/test_e

[pypy-commit] pypy py3.5: Backout lib-python/ change in 4bb7cf3

2017-12-21 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r93531:a3e4d351acbe Date: 2017-12-21 10:47 + http://bitbucket.org/pypy/pypy/changeset/a3e4d351acbe/ Log:Backout lib-python/ change in 4bb7cf3 diff --git a/lib-python/3/ssl.py b/lib-python/3/ssl.py --- a/lib-python/3/ssl.py +++ b/lib-python/3/ss

[pypy-commit] pypy default: skip this test on platforms where _vmprof is not built

2017-12-21 Thread antocuni
Author: Antonio Cuni Branch: Changeset: r93529:726f599fb32a Date: 2017-12-21 11:00 +0100 http://bitbucket.org/pypy/pypy/changeset/726f599fb32a/ Log:skip this test on platforms where _vmprof is not built diff --git a/extra_tests/test_vmprof_greenlet.py b/extra_tests/test_vmprof_greenlet.py

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

2017-12-21 Thread fijal
Author: fijal Branch: release-pypy3.5-v5.9.x Changeset: r93528:067f612e97ae Date: 2017-12-21 11:04 +0200 http://bitbucket.org/pypy/pypy/changeset/067f612e97ae/ Log:merge py3.5 diff --git a/lib-python/3/ssl.py b/lib-python/3/ssl.py --- a/lib-python/3/ssl.py +++ b/lib-python/3/ssl.py @@ -140,6