[pypy-commit] [Git][pypy/pypy][branch/default] test, fix for exe name with formatting

2021-12-30 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 91dda4e8 by Matti Picus at 2021-12-30T11:15:11+02:00 test, fix for exe name with formatting - - - - - 2 changed files: - rpython/translator/driver.py - rpython/translator/test/test_driver.py View it on Heptapod: https://

[pypy-commit] [Git][pypy/pypy][branch/py3.7] fix logic condition in _overlapped (part of issue 167515)

2021-12-30 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 344ea4c4 by Matti Picus at 2021-12-30T18:03:44+02:00 fix logic condition in _overlapped (part of issue 167515) --HG-- branch : py3.7 - - - - - 1 changed file: - lib_pypy/_overlapped.py View it on Heptapod: https://foss.he

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 7 commits: limit pwd.getpwnam to str, issue 3624

2021-12-30 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 106f751a by Matti Picus at 2021-12-28T10:52:40+02:00 limit pwd.getpwnam to str, issue 3624 --HG-- branch : py3.7 - - - - - 5632170c by Matti Picus at 2021-12-30T14:35:46+02:00 add LDFLAGS to sysconfig, adjust for py3.8 layout

[pypy-commit] [Git][pypy/pypy][branch/py3.7] typo

2021-12-30 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: 4c14a3a4 by Matti Picus at 2021-12-30T19:22:50+02:00 typo --HG-- branch : py3.7 - - - - - 1 changed file: - lib_pypy/_overlapped.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/4c14a3a41421544bf0e3d0a

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: typo

2021-12-30 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 4c14a3a4 by Matti Picus at 2021-12-30T19:22:50+02:00 typo --HG-- branch : py3.7 - - - - - 65f2d62a by Matti Picus at 2021-12-30T19:23:12+02:00 merge py3.7 --HG-- branch : py3.8 - - - - - 1 changed file: - lib_pypy/_overlap

[pypy-commit] [Git][pypy/pypy][branch/py3.8] fix stdlib test: CPython does not preserve the scopeID in the address name (issue 3628)

2021-12-30 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 24474a10 by Matti Picus at 2021-12-30T22:43:02+02:00 fix stdlib test: CPython does not preserve the scopeID in the address name (issue 3628) --HG-- branch : py3.8 - - - - - 2 changed files: - lib-python/3/test/test_asyncio/