[pypy-commit] pypy default: Issue #2504: PyClass_New() can be called with NULL as its first argument

2017-03-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r90746:7d81a8c7bdae Date: 2017-03-18 16:20 +0100 http://bitbucket.org/pypy/pypy/changeset/7d81a8c7bdae/ Log:Issue #2504: PyClass_New() can be called with NULL as its first argument diff --git a/pypy/module/cpyext/classobject.py b/pypy/module/cp

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

2017-03-18 Thread mattip
Author: Matti Picus Branch: release-pypy3.5-5.x Changeset: r90749:479ecd023f5d Date: 2017-03-18 21:48 +0200 http://bitbucket.org/pypy/pypy/changeset/479ecd023f5d/ Log:merge py3.5 into pypy3.5 release diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -27,14 +27,19 @@

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

2017-03-18 Thread mattip
Author: Matti Picus Branch: release-pypy2.7-5.x Changeset: r90747:0aaffb19afb7 Date: 2017-03-18 21:17 +0200 http://bitbucket.org/pypy/pypy/changeset/0aaffb19afb7/ Log:merge default into release diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -27,14 +27,19 @@ Buildi

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

2017-03-18 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r90748:b6b60142458f Date: 2017-03-18 21:47 +0200 http://bitbucket.org/pypy/pypy/changeset/b6b60142458f/ Log:merge default into py3.5 diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -27,14 +27,19 @@ Building -

[pypy-commit] pypy default: Set 'purelib' and 'platlib' to point to site-packages (issue #2506)

2017-03-18 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r90750:0e77a1cc8097 Date: 2017-03-19 01:00 + http://bitbucket.org/pypy/pypy/changeset/0e77a1cc8097/ Log:Set 'purelib' and 'platlib' to point to site-packages (issue #2506) diff --git a/lib-python/2.7/sysconfig.py b/lib-python/2.7/sysconfig.py --- a/

[pypy-commit] pypy py3.5: Set 'purelib' and 'platlib' to point to site-packages (issue #2506)

2017-03-18 Thread rlamy
Author: Ronan Lamy Branch: py3.5 Changeset: r90751:137377d9971f Date: 2017-03-19 01:25 + http://bitbucket.org/pypy/pypy/changeset/137377d9971f/ Log:Set 'purelib' and 'platlib' to point to site-packages (issue #2506) diff --git a/lib-python/3/sysconfig.py b/lib-python/3/sysconfig.py --- a