[pypy-commit] pypy default: Tweak in the first paragraph

2017-03-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r90740:897b23340aaa Date: 2017-03-17 08:29 +0100 http://bitbucket.org/pypy/pypy/changeset/897b23340aaa/ Log:Tweak in the first paragraph 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/pypy/

[pypy-commit] pypy default: mention pypy3-c in this README too

2017-03-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r90739:35e71a2df836 Date: 2017-03-17 08:27 +0100 http://bitbucket.org/pypy/pypy/changeset/35e71a2df836/ Log:mention pypy3-c in this README too diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -27,14 +27,19 @@ Building

[pypy-commit] pypy py3.5: check if RAND_egd is present before builtinify is called, (also transform RAND_status)

2017-03-17 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r90741:a320b2c592ec Date: 2017-03-17 10:24 +0100 http://bitbucket.org/pypy/pypy/changeset/a320b2c592ec/ Log:check if RAND_egd is present before builtinify is called, (also transform RAND_status) diff --git a/lib_pypy/_cffi_ssl/_stdssl

[pypy-commit] pypy py3.5: wow, what a typo

2017-03-17 Thread plan_rich
Author: Richard Plangger Branch: py3.5 Changeset: r90742:3e766f54a47c Date: 2017-03-17 10:31 +0100 http://bitbucket.org/pypy/pypy/changeset/3e766f54a47c/ Log:wow, what a typo diff --git a/lib_pypy/_ssl/__init__.py b/lib_pypy/_ssl/__init__.py --- a/lib_pypy/_ssl/__init__.py +++ b/lib_pypy/_ss

[pypy-commit] pypy default: mention dropping support for python 2.6

2017-03-17 Thread mattip
Author: Matti Picus Branch: Changeset: r90743:ef43d5aa82f7 Date: 2017-03-17 11:49 +0200 http://bitbucket.org/pypy/pypy/changeset/ef43d5aa82f7/ Log:mention dropping support for python 2.6 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

[pypy-commit] pypy default: apparently the python 2.7 requirement is not new to this version

2017-03-17 Thread mattip
Author: Matti Picus Branch: Changeset: r90744:24ba403e24e6 Date: 2017-03-17 14:27 +0200 http://bitbucket.org/pypy/pypy/changeset/24ba403e24e6/ Log:apparently the python 2.7 requirement is not new to this version diff --git a/pypy/doc/release-v5.7.0.rst b/pypy/doc/release-v5.7.0.rst --- a/py

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

2017-03-17 Thread mattip
Author: Matti Picus Branch: release-pypy3.5-5.x Changeset: r90745:b702475ce4b0 Date: 2017-03-18 08:44 +0200 http://bitbucket.org/pypy/pypy/changeset/b702475ce4b0/ Log:merge py3.5 into release diff --git a/lib-python/3/test/test_importlib/frozen/__init__.py b/lib-python/3/test/test_importlib