[pypy-commit] pypy default: socket -> _socket in tests

2019-10-27 Thread mattip
Author: Matti Picus Branch: Changeset: r97863:eba4da103b3e Date: 2019-10-27 10:51 +0200 http://bitbucket.org/pypy/pypy/changeset/eba4da103b3e/ Log:socket -> _socket in tests diff --git a/pypy/module/select/test/test_select.py b/pypy/module/select/test/test_select.py --- a/pypy/module/selec

[pypy-commit] pypy py3.6: fix translation

2019-10-27 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97864:bc23468af49e Date: 2019-10-27 11:02 +0200 http://bitbucket.org/pypy/pypy/changeset/bc23468af49e/ Log:fix translation diff --git a/pypy/interpreter/unicodehelper.py b/pypy/interpreter/unicodehelper.py --- a/pypy/interpreter/unicodehelper.py

[pypy-commit] pypy py3.6: redo for non-interplevel test

2019-10-27 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97866:49c202710476 Date: 2019-10-27 11:26 +0200 http://bitbucket.org/pypy/pypy/changeset/49c202710476/ Log:redo for non-interplevel test diff --git a/extra_tests/test_asyncio.py b/extra_tests/test_asyncio.py --- a/extra_tests/test_asyncio.py +++

[pypy-commit] pypy py3.6: fix for python3, _socket.accept -> _socket._accept

2019-10-27 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97868:10516be1003b Date: 2019-10-27 12:10 +0200 http://bitbucket.org/pypy/pypy/changeset/10516be1003b/ Log:fix for python3, _socket.accept -> _socket._accept diff --git a/pypy/module/select/test/test_select.py b/pypy/module/select/test/test_sele

[pypy-commit] pypy py3.6: move test_asyncio.py to extra_tests

2019-10-27 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97865:bca10398bf62 Date: 2019-10-27 11:21 +0200 http://bitbucket.org/pypy/pypy/changeset/bca10398bf62/ Log:move test_asyncio.py to extra_tests diff --git a/pypy/module/_asyncio/test/test_asyncio.py b/extra_tests/test_asyncio.py rename from pypy/

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

2019-10-27 Thread mattip
Author: Matti Picus Branch: py3.6 Changeset: r97867:189cdf258b08 Date: 2019-10-27 11:44 +0200 http://bitbucket.org/pypy/pypy/changeset/189cdf258b08/ Log:merge default into py3.6 diff --git a/pypy/module/select/test/test_select.py b/pypy/module/select/test/test_select.py --- a/pypy/module/se

[pypy-commit] pypy default: backport ensurepip from 3.6

2019-10-27 Thread mattip
Author: Matti Picus Branch: Changeset: r97869:17694ed47a34 Date: 2019-10-27 20:32 +0200 http://bitbucket.org/pypy/pypy/changeset/17694ed47a34/ Log:backport ensurepip from 3.6 diff --git a/lib-python/2.7/ensurepip/__init__.py b/lib-python/2.7/ensurepip/__init__.py --- a/lib-python/2.7/ensur