[pypy-commit] [Git][pypy/pypy][branch/py3.9-peg-parser] 2 commits: get the assignment/deletion target errors right

2021-11-13 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9-peg-parser at PyPy / pypy Commits: 8a364da9 by Carl Friedrich Bolz-Tereick at 2021-11-12T21:54:11+01:00 get the assignment/deletion target errors right --HG-- branch : py3.9-peg-parser - - - - - fac9ddf0 by Carl Friedrich Bolz-Tereick

[pypy-commit] [Git][pypy/pypy][branch/py3.9-hashlib] pass around usedforsecurity and handle edge cases to make test_hashlib pass

2021-11-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9-hashlib at PyPy / pypy Commits: dcc64b63 by Matti Picus at 2021-11-12T23:27:28+02:00 pass around usedforsecurity and handle edge cases to make test_hashlib pass --HG-- branch : py3.9-hashlib - - - - - 9 changed files: - lib_pypy/_blake2/__init__.py

[pypy-commit] [Git][pypy/pypy][branch/py3.7] fix tests, fix sys.path[0] to be '' when run interactively

2021-11-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: d17246ad by Matti Picus at 2021-11-13T21:52:18+02:00 fix tests, fix sys.path[0] to be '' when run interactively --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/interpreter/app_main.py - pypy/interpreter/test/test_app

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: fix tests, fix sys.path[0] to be '' when run interactively

2021-11-13 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: d17246ad by Matti Picus at 2021-11-13T21:52:18+02:00 fix tests, fix sys.path[0] to be '' when run interactively --HG-- branch : py3.7 - - - - - 80562ef0 by Matti Picus at 2021-11-13T21:53:16+02:00 merge py3.7 into py3.8 --HG--