[pypy-commit] pypy default: document 7e7871873b7f for finding visual studio compilers

2018-02-25 Thread mattip
Author: Matti Picus Branch: Changeset: r93885:9cd3ff760593 Date: 2018-02-25 20:15 -0500 http://bitbucket.org/pypy/pypy/changeset/9cd3ff760593/ Log:document 7e7871873b7f for finding visual studio compilers diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst --- a

[pypy-commit] pypy py3.5: allow directly using VsDevCmd.bat for newer Visual Studio Build Tools installations

2018-02-25 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93884:7e7871873b7f Date: 2018-02-25 20:03 -0500 http://bitbucket.org/pypy/pypy/changeset/7e7871873b7f/ Log:allow directly using VsDevCmd.bat for newer Visual Studio Build Tools installations diff --git a/lib-python/3/distutils/msvc9compil

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

2018-02-25 Thread mattip
Author: Matti Picus Branch: py3.5 Changeset: r93886:6dcfe4a00bb7 Date: 2018-02-25 20:24 -0500 http://bitbucket.org/pypy/pypy/changeset/6dcfe4a00bb7/ Log:merge default into branch diff --git a/lib_pypy/_dbm.py b/lib_pypy/_dbm.py --- a/lib_pypy/_dbm.py +++ b/lib_pypy/_dbm.py @@ -168,7 +168,14

[pypy-commit] pypy py3.6: Add _blake2 to the build_cffi_imports script.

2018-02-25 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.6 Changeset: r93887:6f93003631b8 Date: 2018-02-25 19:52 +0100 http://bitbucket.org/pypy/pypy/changeset/6f93003631b8/ Log:Add _blake2 to the build_cffi_imports script. diff --git a/lib_pypy/_blake2/_blake2_build.py b/lib_pypy/_blake2/_blake2_build.py

[pypy-commit] pypy default: formatting

2018-02-25 Thread mattip
Author: Matti Picus Branch: Changeset: r93888:15dc09ae89b8 Date: 2018-02-25 21:47 -0500 http://bitbucket.org/pypy/pypy/changeset/15dc09ae89b8/ Log:formatting diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst --- a/pypy/doc/cpython_differences.rst +++ b/pypy/do

[pypy-commit] pypy py3.6: Trigger gc collection after "del", to unblock the test.

2018-02-25 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.6 Changeset: r93889:6379ab551ae1 Date: 2018-02-25 22:01 +0100 http://bitbucket.org/pypy/pypy/changeset/6379ab551ae1/ Log:Trigger gc collection after "del", to unblock the test. diff --git a/lib-python/3/test/test_concurrent_futures.py b/lib-python/3/

[pypy-commit] pypy py3.6: Restore necessary import

2018-02-25 Thread amauryfa
Author: Amaury Forgeot d'Arc Branch: py3.6 Changeset: r93890:cf1579e0d8fa Date: 2018-02-25 22:16 +0100 http://bitbucket.org/pypy/pypy/changeset/cf1579e0d8fa/ Log:Restore necessary import diff --git a/lib-python/3/ctypes/test/test_parameters.py b/lib-python/3/ctypes/test/test_parameters.py -