[pypy-commit] [Git][pypy/pypy][branch/py3.9] #3792: also make sys.path[0] absolute when running a directory from the cmd line

2022-08-26 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 2941f473 by Carl Friedrich Bolz-Tereick at 2022-08-26T13:06:58+02:00 #3792: also make sys.path[0] absolute when running a directory from the cmd line --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/in

[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.4] 4 commits: fix translation

2022-08-26 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/hpy-0.0.4 at PyPy / pypy Commits: af0d8a3b by Matti Picus at 2022-08-26T08:40:18+03:00 fix translation --HG-- branch : hpy-0.0.4 - - - - - c518678d by Matti Picus at 2022-08-26T12:52:30+03:00 remove unused fixture --HG-- branch : hpy-0.0.4 - - - - - 2c92b

[pypy-commit] [Git][pypy/pypy][branch/hpy-0.0.4] back out bogus d9d67ee5a28b

2022-08-26 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/hpy-0.0.4 at PyPy / pypy Commits: a3fe70b6 by Matti Picus at 2022-08-26T16:42:41+03:00 back out bogus d9d67ee5a28b --HG-- branch : hpy-0.0.4 - - - - - 1 changed file: - pypy/module/_hpy_universal/handlemanager.py View it on Heptapod: https://foss.hept

[pypy-commit] [Git][pypy/pypy][branch/py3.8] test, fix "Unknown format code" error message (issue 3799)

2022-08-26 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 76999f70 by Matti Picus at 2022-08-26T16:54:18+03:00 test, fix "Unknown format code" error message (issue 3799) also unskip a passing test --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/objspace/std/newformat.py -