[pypy-commit] [Git][pypy/pypy][branch/default] Move test_greenlet_*.py to 'extra_tests', because in 'test_lib_pypy' they are

2021-04-21 Thread Armin Rigo
Armin Rigo pushed to branch branch/default at PyPy / pypy Commits: 28ba2d88 by Armin Rigo at 2021-04-21T10:10:15+02:00 Move test_greenlet_*.py to 'extra_tests', because in 'test_lib_pypy' they are skipped on py3.7 - - - - - 2 changed files: - pypy/module/test_lib_pypy/test_greenlet_thread.

[pypy-commit] [Git][pypy/pypy][branch/py3.7] Made greenlets context-vars-aware in py3.7, and expose the 'gr_context'

2021-04-21 Thread Armin Rigo
Armin Rigo pushed to branch branch/py3.7 at PyPy / pypy Commits: 640a050f by Armin Rigo at 2021-04-21T12:39:00+02:00 Made greenlets context-vars-aware in py3.7, and expose the 'gr_context' attribute --HG-- branch : py3.7 - - - - - 3 changed files: - + extra_tests/test_greenlet_contextvars.

[pypy-commit] [Git][pypy/pypy][branch/py3.8] implement negative separators

2021-04-21 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 5a56c226 by Carl Friedrich Bolz-Tereick at 2021-04-21T12:59:28+02:00 implement negative separators --HG-- branch : py3.8 - - - - - 3 changed files: - pypy/objspace/std/bytearrayobject.py - pypy/objspace/std/b

[pypy-commit] [Git][pypy/pypy][branch/py3.7] revert part of 162a16ff0156 (issue 3442)

2021-04-21 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: f716b532 by Matti Picus at 2021-04-21T08:26:25-04:00 revert part of 162a16ff0156 (issue 3442) --HG-- branch : py3.7 - - - - - 1 changed file: - lib_pypy/_sysconfigdata.py View it on GitLab: https://foss.heptapod.net/pypy/

[pypy-commit] [Git][pypy/pypy][branch/release-pypy2.7-v7.x] make ftplib not trust the PASV response (bpo 43285)

2021-04-21 Thread Matti Picus
Matti Picus pushed to branch branch/release-pypy2.7-v7.x at PyPy / pypy Commits: be5c2a51 by Matti Picus at 2021-04-20T21:12:16-04:00 make ftplib not trust the PASV response (bpo 43285) --HG-- branch : release-pypy2.7-v7.x - - - - - 2 changed files: - lib-python/2.7/ftplib.py - lib-python/

[pypy-commit] [Git][pypy/pypy][branch/release-pypy3.7-v7.x] 4 commits: Remove the pydoc getfile feature (bpo 42988)

2021-04-21 Thread Matti Picus
Matti Picus pushed to branch branch/release-pypy3.7-v7.x at PyPy / pypy Commits: 45d38caf by Matti Picus at 2021-04-20T21:01:05-04:00 Remove the pydoc getfile feature (bpo 42988) --HG-- branch : release-pypy3.7-v7.x - - - - - 3fd555c8 by Matti Picus at 2021-04-20T21:11:05-04:00 make ftplib no

[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix translation

2021-04-21 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: c88208a4 by Carl Friedrich Bolz-Tereick at 2021-04-21T19:27:21+02:00 fix translation --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/objspace/std/bytearrayobject.py View it on GitLab: https://foss.h

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: fix test_iterator_pickling2 in test_bytes, see

2021-04-21 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 62052580 by Carl Friedrich Bolz-Tereick at 2021-04-21T20:20:07+02:00 fix test_iterator_pickling2 in test_bytes, see https://bugs.python.org/issue43907 --HG-- branch : py3.8 - - - - - d5c675f0 by Carl Friedrich B

[pypy-commit] [Git][pypy/pypy][branch/py3.7-errormsg-improvements] implement CPython's new indentation error messages too

2021-04-21 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7-errormsg-improvements at PyPy / pypy Commits: 715627b0 by Carl Friedrich Bolz-Tereick at 2021-04-21T22:26:44+02:00 implement CPython's new indentation error messages too --HG-- branch : py3.7-errormsg-improvements - - - - - 3 change

[pypy-commit] [Git][pypy/pypy][branch/py3.8-ast-end-positions] 2 commits: test and fix for function end positions

2021-04-21 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8-ast-end-positions at PyPy / pypy Commits: 1d95ef96 by Carl Friedrich Bolz-Tereick at 2021-04-20T19:45:33+02:00 test and fix for function end positions --HG-- branch : py3.8-ast-end-positions - - - - - 1c70eb16 by Carl Friedrich Bolz-T

[pypy-commit] [Git][pypy/pypy][branch/default] note conda feedstock updates in how-to-release

2021-04-21 Thread Matti Picus
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 1f61ee88 by Matti Picus at 2021-04-21T18:04:43-04:00 note conda feedstock updates in how-to-release - - - - - 1 changed file: - pypy/doc/how-to-release.rst View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/

[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.2] Hack debug context creation to allow for multiple ones during testing

2021-04-21 Thread Ronan Lamy
Ronan Lamy pushed to branch branch/hpy-0.0.2 at PyPy / pypy Commits: f02e20bd by Ronan Lamy at 2021-04-22T03:39:48+01:00 Hack debug context creation to allow for multiple ones during testing --HG-- branch : hpy-0.0.2 - - - - - 4 changed files: - pypy/module/_hpy_universal/_vendored/hpy/deb