[pypy-commit] pypy release-pypy2.7-5.x: merge default into release

2017-09-24 Thread mattip
Author: Matti Picus Branch: release-pypy2.7-5.x Changeset: r92449:c2437cf9b7f1 Date: 2017-09-24 11:42 +0300 http://bitbucket.org/pypy/pypy/changeset/c2437cf9b7f1/ Log:merge default into release diff too long, truncating to 2000 out of 27632 lines diff --git a/.hgignore b/.hgignore --- a/.hg

[pypy-commit] pypy default: update version, contributors

2017-09-24 Thread mattip
Author: Matti Picus Branch: Changeset: r92450:085ebf62ad46 Date: 2017-09-24 11:49 +0300 http://bitbucket.org/pypy/pypy/changeset/085ebf62ad46/ Log:update version, contributors diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -60,8 +60,8 @@ Wim Lavrijsen Eric van Riet Paap

[pypy-commit] pypy py3.5: update version to 5.10 alpha

2017-09-24 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r92451:be41e3ac0a29 Date: 2017-09-24 11:58 +0300 http://bitbucket.org/pypy/pypy/changeset/be41e3ac0a29/ Log:update version to 5.10 alpha diff --git a/pypy/module/cpyext/include/patchlevel.h b/pypy/module/cpyext/include/patchlevel.h --- a/pypy/mod

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

2017-09-24 Thread mattip
Author: Matti Picus Branch: release-pypy3.5-5.x Changeset: r92452:631824fbda33 Date: 2017-09-24 12:00 +0300 http://bitbucket.org/pypy/pypy/changeset/631824fbda33/ Log:merge py3.5 into release diff too long, truncating to 2000 out of 31743 lines diff --git a/.hgignore b/.hgignore --- a/.hgig

[pypy-commit] pypy py3.5: Implement PyGenObject so that C code can recognize @types.coroutine old-style generator-coroutines

2017-09-24 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r92453:ce24631719e2 Date: 2017-09-24 19:27 +0100 http://bitbucket.org/pypy/pypy/changeset/ce24631719e2/ Log:Implement PyGenObject so that C code can recognize @types.coroutine old-style generator-coroutines diff --git a/pypy/interpreter/pyc

[pypy-commit] pypy py3.5: Add missing files

2017-09-24 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r92454:3aa19dff16dd Date: 2017-09-24 19:29 +0100 http://bitbucket.org/pypy/pypy/changeset/3aa19dff16dd/ Log:Add missing files diff --git a/pypy/module/cpyext/include/genobject.h b/pypy/module/cpyext/include/genobject.h new file mode 100644 --- /de

[pypy-commit] pypy default: start release cycle

2017-09-24 Thread mattip
Author: Matti Picus Branch: Changeset: r92455:689624ab0c14 Date: 2017-09-23 23:54 +0300 http://bitbucket.org/pypy/pypy/changeset/689624ab0c14/ Log:start release cycle diff --git a/pypy/doc/index-of-release-notes.rst b/pypy/doc/index-of-release-notes.rst --- a/pypy/doc/index-of-release-note

[pypy-commit] pypy default: resetart whatsnew-pypy3-head (no documented changes since 5.8)

2017-09-24 Thread mattip
Author: Matti Picus Branch: Changeset: r92457:d9a16970df3c Date: 2017-09-24 21:12 +0300 http://bitbucket.org/pypy/pypy/changeset/d9a16970df3c/ Log:resetart whatsnew-pypy3-head (no documented changes since 5.8) diff --git a/pypy/doc/index-of-whatsnew.rst b/pypy/doc/index-of-whatsnew.rst ---

[pypy-commit] pypy default: update version, restart whatsnew-head

2017-09-24 Thread mattip
Author: Matti Picus Branch: Changeset: r92456:e2b38e5ae91f Date: 2017-09-23 23:58 +0300 http://bitbucket.org/pypy/pypy/changeset/e2b38e5ae91f/ Log:update version, restart whatsnew-head diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst new file mode 100644 --- /dev/null ++

[pypy-commit] pypy py3.5: fix

2017-09-24 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r92458:8d9b5b766682 Date: 2017-09-24 19:52 +0100 http://bitbucket.org/pypy/pypy/changeset/8d9b5b766682/ Log:fix diff --git a/pypy/module/cpyext/genobject.py b/pypy/module/cpyext/genobject.py --- a/pypy/module/cpyext/genobject.py +++ b/pypy/module/c

[pypy-commit] pypy default: import earlier

2017-09-24 Thread mattip
Author: Matti Picus Branch: Changeset: r92460:4fe50ed6e2ac Date: 2017-09-24 23:19 +0300 http://bitbucket.org/pypy/pypy/changeset/4fe50ed6e2ac/ Log:import earlier diff --git a/lib_pypy/pyrepl/historical_reader.py b/lib_pypy/pyrepl/historical_reader.py --- a/lib_pypy/pyrepl/historical_reader

[pypy-commit] pypy default: finish reviewing commits up to this one

2017-09-24 Thread mattip
Author: Matti Picus Branch: Changeset: r92462:646e49bc2489 Date: 2017-09-24 23:30 +0300 http://bitbucket.org/pypy/pypy/changeset/646e49bc2489/ Log:finish reviewing commits up to this one diff --git a/pypy/doc/release-v5.9.0.rst b/pypy/doc/release-v5.9.0.rst --- a/pypy/doc/release-v5.9.0.rst

[pypy-commit] pypy default: update release notes

2017-09-24 Thread mattip
Author: Matti Picus Branch: Changeset: r92459:fb8f57bc42be Date: 2017-09-24 23:19 +0300 http://bitbucket.org/pypy/pypy/changeset/fb8f57bc42be/ Log:update release notes diff --git a/pypy/doc/release-v5.9.0.rst b/pypy/doc/release-v5.9.0.rst --- a/pypy/doc/release-v5.9.0.rst +++ b/pypy/doc/rel

[pypy-commit] pypy win32-fixes6: close abandoned branch

2017-09-24 Thread mattip
Author: Matti Picus Branch: win32-fixes6 Changeset: r92461:b8233cc7d857 Date: 2017-09-24 23:20 +0300 http://bitbucket.org/pypy/pypy/changeset/b8233cc7d857/ Log:close abandoned branch ___ pypy-commit mailing list pypy-commit@python.org https://mail.

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

2017-09-24 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r92463:ca8b2b8a0df0 Date: 2017-09-25 03:01 +0100 http://bitbucket.org/pypy/pypy/changeset/ca8b2b8a0df0/ Log:fix translation diff --git a/pypy/module/cpyext/genobject.py b/pypy/module/cpyext/genobject.py --- a/pypy/module/cpyext/genobject.py +++ b/p

[pypy-commit] pypy default: fix tag, fix PYPY_VERSION_NUM is hex not decimal

2017-09-24 Thread mattip
Author: Matti Picus Branch: Changeset: r92464:1fb2a6a3b647 Date: 2017-09-25 08:26 +0300 http://bitbucket.org/pypy/pypy/changeset/1fb2a6a3b647/ Log:fix tag, fix PYPY_VERSION_NUM is hex not decimal diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-he

[pypy-commit] pypy py3.5: CMSG_SPACE, CMSG_LEN not available on windows

2017-09-24 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r92465:6a7983eb68b8 Date: 2017-09-25 08:32 +0300 http://bitbucket.org/pypy/pypy/changeset/6a7983eb68b8/ Log:CMSG_SPACE, CMSG_LEN not available on windows diff --git a/pypy/module/_socket/interp_func.py b/pypy/module/_socket/interp_func.py --- a/p

[pypy-commit] pypy default: update release notes

2017-09-24 Thread mattip
Author: Matti Picus Branch: Changeset: r92466:61e579f98356 Date: 2017-09-25 09:44 +0300 http://bitbucket.org/pypy/pypy/changeset/61e579f98356/ Log:update release notes diff --git a/pypy/doc/release-v5.9.0.rst b/pypy/doc/release-v5.9.0.rst --- a/pypy/doc/release-v5.9.0.rst +++ b/pypy/doc/rel