[pypy-commit] [Git][pypy/pypy][branch/py3.8] errors shouldn't talk about "unicode" any more

2021-08-10 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 7d288c9c by Carl Friedrich Bolz-Tereick at 2021-08-10T10:29:52+02:00 errors shouldn't talk about "unicode" any more --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/interpreter/baseobjspace.py - pypy/i

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 2 commits: fix binop position

2021-08-10 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 4f06b375 by Carl Friedrich Bolz-Tereick at 2021-08-10T11:04:24+02:00 fix binop position --HG-- branch : py3.8 - - - - - c3781667 by Carl Friedrich Bolz-Tereick at 2021-08-10T11:44:03+02:00 fix tuple position --

[pypy-commit] [Git][pypy/pypy] Deleted branch topic/py3.7/experimenting-with-the-build-in-3.7

2021-08-10 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick deleted branch topic/py3.7/experimenting-with-the-build-in-3.7 at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list pypy-commit@python.org https://mail

[pypy-commit] [Git][pypy/pypy][branch/threaded-code-generation] 2 commits: Fixed code around handling jitcell_token and target_token

2021-08-10 Thread Yusuke Izawa (@3tty0n)
Yusuke Izawa pushed to branch branch/threaded-code-generation at PyPy / pypy Commits: 530b73e3 by Yusuke Izawa at 2021-08-10T19:15:43+09:00 Fixed code around handling jitcell_token and target_token --HG-- branch : threaded-code-generation - - - - - db0b446b by Yusuke Izawa at 2021-08-10T19:15

[pypy-commit] [Git][pypy/pypy] Pushed new branch branch/isidentical-py38-pytokenizer-fixes

2021-08-10 Thread Batuhan Taskaya (@isidentical)
Batuhan Taskaya pushed new branch branch/isidentical-py38-pytokenizer-fixes at PyPy / pypy -- View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/tree/branch/isidentical-py38-pytokenizer-fixes You're receiving this email because of your account on foss.heptapod.net. _

[pypy-commit] [Git][pypy/pypy][branch/py3.8] follow cpython's logic

2021-08-10 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.8 at PyPy / pypy Commits: 82d67890 by Carl Friedrich Bolz-Tereick at 2021-08-10T20:55:42+02:00 follow cpython's logic --HG-- branch : py3.8 - - - - - 2 changed files: - pypy/objspace/std/objectobject.py - pypy/objspace/std/test/test_o

[pypy-commit] [Git][pypy/pypy][branch/py3.7] sys.implementation.hexversion is from pypy_version_info not version_info

2021-08-10 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.7 at PyPy / pypy Commits: c01c79c3 by Matti Picus at 2021-08-11T06:31:01+03:00 sys.implementation.hexversion is from pypy_version_info not version_info --HG-- branch : py3.7 - - - - - 2 changed files: - pypy/module/sys/app.py - pypy/module/sys/test/t

[pypy-commit] [Git][pypy/pypy][branch/py3.8] 3 commits: pytokenizer: explicit check for indentation check for type comments

2021-08-10 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: 4240302b by isidentical at 2021-08-10T17:47:40+03:00 pytokenizer: explicit check for indentation check for type comments --HG-- branch : isidentical-py38-pytokenizer-fixes - - - - - b2fecc6a by isidentical at 2021-08-10T17:49:4