[pypy-commit] pypy py3.6: hg merge default

2019-08-08 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r97096:5a152ed4712a Date: 2019-08-08 09:18 +0200 http://bitbucket.org/pypy/pypy/changeset/5a152ed4712a/ Log:hg merge default diff --git a/pypy/interpreter/pyparser/test/unittest_samples.py b/pypy/interpreter/pyparser/test/unittest_samples.py delet

[pypy-commit] pypy default: Issue #3049

2019-08-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r97097:8819acbf633a Date: 2019-08-08 09:27 +0200 http://bitbucket.org/pypy/pypy/changeset/8819acbf633a/ Log:Issue #3049 There were a missing "except SocketError" converting interp-level exceptions to app-level ones---or, as it turns out,

[pypy-commit] pypy py3.6: hg merge default

2019-08-08 Thread arigo
Author: Armin Rigo Branch: py3.6 Changeset: r97098:d84524cf112f Date: 2019-08-08 09:36 +0200 http://bitbucket.org/pypy/pypy/changeset/d84524cf112f/ Log:hg merge default diff --git a/pypy/module/_socket/interp_socket.py b/pypy/module/_socket/interp_socket.py --- a/pypy/module/_socket/interp_

[pypy-commit] buildbot default: add category for aarch64

2019-08-08 Thread mattip
Author: Matti Picus Branch: Changeset: r1086:a36c3b0d16d1 Date: 2019-08-08 12:51 +0300 http://bitbucket.org/pypy/buildbot/changeset/a36c3b0d16d1/ Log:add category for aarch64 diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py --- a/bot2/pypybuildbot/master.py +++ b/bot2/

[pypy-commit] pypy py3.6: test, fix formatting with a memoryview

2019-08-08 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97100:e5ea7d6f832f Date: 2019-08-08 13:52 +0300 http://bitbucket.org/pypy/pypy/changeset/e5ea7d6f832f/ Log:test, fix formatting with a memoryview diff --git a/pypy/objspace/std/formatting.py b/pypy/objspace/std/formatting.py --- a/pypy/objspace/s

[pypy-commit] pypy stdlib-2.7.16: merge default into branch

2019-08-08 Thread mattip
Author: Matti Picus Branch: stdlib-2.7.16 Changeset: r97099:5e792e528dc7 Date: 2019-06-26 17:06 +0300 http://bitbucket.org/pypy/pypy/changeset/5e792e528dc7/ Log:merge default into branch diff too long, truncating to 2000 out of 9174 lines diff --git a/extra_tests/cffi_tests/cffi0/test_parsi

[pypy-commit] pypy __debug__-optimize: Close branch __debug__-optimize

2019-08-08 Thread rlamy
Author: Ronan Lamy Branch: __debug__-optimize Changeset: r97101:7d0654888c47 Date: 2019-08-08 13:42 + http://bitbucket.org/pypy/pypy/changeset/7d0654888c47/ Log:Close branch __debug__-optimize ___ pypy-commit mailing list pypy-commit@python.org

[pypy-commit] pypy py3.6: Merged in __debug__-optimize (pull request #662)

2019-08-08 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r97102:4a80ca49fc90 Date: 2019-08-08 13:42 + http://bitbucket.org/pypy/pypy/changeset/4a80ca49fc90/ Log:Merged in __debug__-optimize (pull request #662) Fix handling of __debug__ and sys.flags.optimize diff --git a/lib-python/3/opcode.

[pypy-commit] pypy py3.6: document branch

2019-08-08 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r97103:8c882c594b3f Date: 2019-08-08 14:35 +0100 http://bitbucket.org/pypy/pypy/changeset/8c882c594b3f/ Log:document branch diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst --- a/pypy/doc/whatsnew-pypy3-head.rst +++

[pypy-commit] pypy py3.6: Fix bpo-25862

2019-08-08 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r97104:8b8aaf492f23 Date: 2019-08-08 15:59 +0100 http://bitbucket.org/pypy/pypy/changeset/8b8aaf492f23/ Log:Fix bpo-25862 diff --git a/pypy/module/_io/interp_textio.py b/pypy/module/_io/interp_textio.py --- a/pypy/module/_io/interp_textio.py +++ b/

[pypy-commit] pypy sandbox-2: When requested, dump compilation information, which the controller

2019-08-08 Thread arigo
Author: Armin Rigo Branch: sandbox-2 Changeset: r97105:8655e95a8718 Date: 2019-08-08 17:16 +0200 http://bitbucket.org/pypy/pypy/changeset/8655e95a8718/ Log:When requested, dump compilation information, which the controller process can use to check for bad versions or missing functions

[pypy-commit] pypy default: Move app-level tests to apptest_longobject.py

2019-08-08 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r97106:5a0b5a0945e0 Date: 2019-08-08 16:27 +0100 http://bitbucket.org/pypy/pypy/changeset/5a0b5a0945e0/ Log:Move app-level tests to apptest_longobject.py diff --git a/pypy/objspace/std/test/apptest_longobject.py b/pypy/objspace/std/test/apptest_longobj

[pypy-commit] pypy py3.6: Move app-level tests to apptest_longobject.py

2019-08-08 Thread rlamy
Author: Ronan Lamy Branch: py3.6 Changeset: r97108:d6fbbd74e9d4 Date: 2019-08-08 16:45 +0100 http://bitbucket.org/pypy/pypy/changeset/d6fbbd74e9d4/ Log:Move app-level tests to apptest_longobject.py diff --git a/pypy/objspace/std/test/apptest_longobject.py b/pypy/objspace/std/test/apptest_lo

[pypy-commit] pypy py3.6: test, fix raising SystemExit in atexit

2019-08-08 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97109:c85847cc3955 Date: 2019-08-08 20:02 +0300 http://bitbucket.org/pypy/pypy/changeset/c85847cc3955/ Log:test, fix raising SystemExit in atexit diff --git a/pypy/module/atexit/app_atexit.py b/pypy/module/atexit/app_atexit.py --- a/pypy/module/a

[pypy-commit] pypy py3.6: try to debug persistent buildbot failure that does not replicate locally

2019-08-08 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97110:29d097325970 Date: 2019-08-08 22:33 +0300 http://bitbucket.org/pypy/pypy/changeset/29d097325970/ Log:try to debug persistent buildbot failure that does not replicate locally diff --git a/pypy/module/__pypy__/test/test_signal.py b/p