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

2021-01-05 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 1c844c4e by Carl Friedrich Bolz-Tereick at 2021-01-04T22:49:01+01:00 fix translation --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/interpreter/astcompiler/fstring.py View it on GitLab: https://fos

[pypy-commit] [Git][pypy/pypy][branch/py3.8] update versions

2021-01-05 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: d0b9cbb7 by Carl Friedrich Bolz-Tereick at 2021-01-05T11:55:44+01:00 update versions --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/module/cpyext/include/patchlevel.h - pypy/module/sys/version.py V

[pypy-commit] [Git][pypy/pypy][branch/py3.7] another workaround for windows lib-python test hanging, issue 3374

2021-01-05 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 7c057c80 by Matti Picus at 2021-01-05T12:57:30+02:00 another workaround for windows lib-python test hanging, issue 3374 --HG-- branch : py3.7 - - - - - 1 changed file: - lib-python/3/test/test_regrtest.py View it on GitLab

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: dummy implement new undocumented keyword argument to compile to make the ast

2021-01-05 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 53f078ad by Carl Friedrich Bolz-Tereick at 2021-01-05T12:18:38+01:00 dummy implement new undocumented keyword argument to compile to make the ast module work a bit more --HG-- branch : py3.8 - - - - - 9db1577d b

[pypy-commit] [Git][pypy/pypy][branch/py3.8] implement replace method of code objects

2021-01-05 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 55b53a98 by Carl Friedrich Bolz-Tereick at 2021-01-05T17:08:24+01:00 implement replace method of code objects --HG-- branch : py3.8 - - - - - 3 changed files: - pypy/interpreter/pycode.py - pypy/interpreter/t

[pypy-commit] [Git][pypy/pypy][branch/py3.8] update list of tests

2021-01-05 Thread Carl Friedrich Bolz-Tereick
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 692b8c65 by Carl Friedrich Bolz-Tereick at 2021-01-05T19:48:27+01:00 update list of tests --HG-- branch : py3.8 - - - - - 1 changed file: - lib-python/conftest.py View it on GitLab: https://foss.heptapod.n

[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix included import lib for MSVC

2021-01-05 Thread Matti Picus
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 427cd83d by Matti Picus at 2021-01-05T23:22:56+02:00 fix included import lib for MSVC --HG-- branch : py3.8 - - - - - 1 changed file: - pypy/module/cpyext/include/pyconfig.h View it on GitLab: https://foss.heptapod.net/py

[pypy-commit] [Git][pypy/pypy][branch/py3.7] 2 commits: provide a pypy BytesBuilder alternative to io.BytesIO in pure-python pickle

2021-01-05 Thread Matti Picus
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 9f4e1806 by Matti Picus at 2021-01-05T21:02:53+02:00 provide a pypy BytesBuilder alternative to io.BytesIO in pure-python pickle --HG-- branch : py3.7 - - - - - a939fa73 by Matti Picus at 2021-01-05T23:50:08+02:00 remove code a