[pypy-commit] pypy default: Actually use the spaceconfig in AppTestSocket

2019-08-10 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r97140:a7aab2f5a528 Date: 2019-08-10 18:11 +0100 http://bitbucket.org/pypy/pypy/changeset/a7aab2f5a528/ Log:Actually use the spaceconfig in AppTestSocket diff --git a/pypy/module/_socket/test/test_sock_app.py b/pypy/module/_socket/test/test_sock_app.py

[pypy-commit] pypy py3.6: merge default into brach

2019-08-10 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97142:018380765dc8 Date: 2019-08-10 21:50 +0300 http://bitbucket.org/pypy/pypy/changeset/018380765dc8/ Log:merge default into brach diff --git a/pypy/module/_socket/test/test_sock_app.py b/pypy/module/_socket/test/test_sock_app.py --- a/pypy/mod

[pypy-commit] pypy default: fix for latest virtualenv HEAD

2019-08-10 Thread mattip
Author: Matti Picus Branch: Changeset: r97141:adc92f0ac6c1 Date: 2019-08-10 21:41 +0300 http://bitbucket.org/pypy/pypy/changeset/adc92f0ac6c1/ Log:fix for latest virtualenv HEAD diff --git a/testrunner/get_info.py b/testrunner/get_info.py --- a/testrunner/get_info.py +++ b/testrunner/get_in

[pypy-commit] buildbot default: somehow win32 builds are overlapping, try to restrict that

2019-08-10 Thread mattip
Author: Matti Picus Branch: Changeset: r1087:878ba7516062 Date: 2019-08-10 21:58 +0300 http://bitbucket.org/pypy/buildbot/changeset/878ba7516062/ Log:somehow win32 builds are overlapping, try to restrict that diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/

[pypy-commit] pypy default: typo (thanks Ronan)

2019-08-10 Thread mattip
Author: Matti Picus Branch: Changeset: r97143:800256b0546d Date: 2019-08-10 22:01 +0300 http://bitbucket.org/pypy/pypy/changeset/800256b0546d/ Log:typo (thanks Ronan) diff --git a/testrunner/get_info.py b/testrunner/get_info.py --- a/testrunner/get_info.py +++ b/testrunner/get_info.py @@ -9

[pypy-commit] buildbot default: Backed out changeset: 878ba7516062

2019-08-10 Thread mattip
Author: Matti Picus Branch: Changeset: r1088:2d6fb9e9de0b Date: 2019-08-10 23:13 +0300 http://bitbucket.org/pypy/buildbot/changeset/2d6fb9e9de0b/ Log:Backed out changeset: 878ba7516062 diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/master.py +

[pypy-commit] buildbot default: add platform-specific factory for aarch64 so that package.py gets the right archive-name

2019-08-10 Thread mattip
Author: Matti Picus Branch: Changeset: r1089:89139fc90e06 Date: 2019-08-11 04:58 +0300 http://bitbucket.org/pypy/buildbot/changeset/89139fc90e06/ Log:add platform-specific factory for aarch64 so that package.py gets the right archive-name diff --git a/bot2/pypybuildbot/master.py b/b