[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] use TypeError when deleting exception attributes

2023-02-27 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.9 at PyPy / pypy Commits: 3385991d by Carl Friedrich Bolz-Tereick at 2023-02-27T09:39:53+01:00 use TypeError when deleting exception attributes --HG-- branch : py3.9 - - - - - 2 changed files: - pypy/module/exceptions/interp_exception

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 5 commits: order changed for python3.9+, continuation of 38fbfc51dec7

2023-02-27 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: e390b973 by Matti Picus at 2023-02-27T08:18:41+02:00 order changed for python3.9+, continuation of 38fbfc51dec7 --HG-- branch : py3.9 - - - - - bc5a1f7f by Matti Picus at 2023-02-26T17:26:58+02:00 test, fix for

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 4 commits: start adding some of the grammar changes that 3.10.9 has made

2023-02-27 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: 58344cc1 by Carl Friedrich Bolz-Tereick at 2023-02-27T12:08:30+01:00 start adding some of the grammar changes that 3.10.9 has made --HG-- branch : py3.10 - - - - - 8df92e3c by Carl Friedrich Bolz-Tereick at 202

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10-bytecode-positions] fix lineno of cleanup code of with block

2023-02-27 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10-bytecode-positions at PyPy / pypy Commits: 7d71ea73 by Carl Friedrich Bolz-Tereick at 2023-02-27T14:30:37+01:00 fix lineno of cleanup code of with block --HG-- branch : py3.10-bytecode-positions - - - - - 2 changed files: - pypy/i

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] resync test file

2023-02-27 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 6e15d8da by Matti Picus at 2023-02-27T09:52:48+02:00 resync test file --HG-- branch : py3.10 - - - - - 1 changed file: - lib-python/3/test/test_regrtest.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commi

[pypy-commit] [Mercurial][pypy/pypy][branch/default] add py3.10 nightlies to github CI versions.json file, update test

2023-02-27 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: a000d515 by Matti Picus at 2023-02-27T15:22:51+02:00 add py3.10 nightlies to github CI versions.json file, update test - - - - - 2 changed files: - pypy/tool/release/check_versions.py - pypy/tool/release/versions.json Vie

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 2 commits: fix translation?

2023-02-27 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: 7f8adba1 by Carl Friedrich Bolz-Tereick at 2023-02-27T16:21:52+01:00 fix translation? --HG-- branch : py3.10 - - - - - 694f0a43 by Carl Friedrich Bolz-Tereick at 2023-02-27T16:43:05+01:00 another fix, but somet

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] fix print again

2023-02-27 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: 7d26256f by Carl Friedrich Bolz-Tereick at 2023-02-27T17:08:24+01:00 fix print again --HG-- branch : py3.10 - - - - - 3 changed files: - pypy/interpreter/pyparser/baserpypeg.py - pypy/interpreter/pyparser/rp

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 2 commits: add a 'level' value to Tokens

2023-02-27 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: 2dc18259 by Carl Friedrich Bolz-Tereick at 2023-02-27T17:18:19+01:00 add a 'level' value to Tokens --HG-- branch : py3.10 - - - - - 2a965dcb by Carl Friedrich Bolz-Tereick at 2023-02-27T17:25:24+01:00 fixed the

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 3 commits: add macros used in NumPy, in cpython these live in cpython/object.h

2023-02-27 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 4c043d2e by Matti Picus at 2023-02-27T18:33:02+02:00 add macros used in NumPy, in cpython these live in cpython/object.h --HG-- branch : py3.10 - - - - - c3ad56e8 by Matti Picus at 2023-02-27T20:59:18+02:00 fix broken links in

[pypy-commit] [Mercurial][pypy/pypy][branch/default] fix broken links in docs

2023-02-27 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: fdd5d028 by Matti Picus at 2023-02-27T20:59:18+02:00 fix broken links in docs - - - - - 1 changed file: - pypy/doc/cpython_differences.rst View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/fdd5d028a2b7602

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10-bytecode-positions] 59 commits: merge py3.9

2023-02-27 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10-bytecode-positions at PyPy / pypy Commits: d273fcee by Matti Picus at 2023-02-16T22:29:12+02:00 merge py3.9 --HG-- branch : py3.10 - - - - - 790c173e by Matti Picus at 2023-02-16T11:51:36+02:00 revert 4a06412855d8, error formatting i

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] add quptes to error msg

2023-02-27 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 472bfde9 by Matti Picus at 2023-02-28T08:01:51+02:00 add quptes to error msg --HG-- branch : py3.10 - - - - - 2 changed files: - pypy/interpreter/pyparser/rpypegparse.py - pypy/interpreter/pyparser/test/test_pyparse.py Vi

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] make py._path.local importable by python3 for -D tests

2023-02-27 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: dd96c2a1 by Matti Picus at 2023-02-12T12:03:18+02:00 make py._path.local importable by python3 for -D tests --HG-- branch : py3.9 - - - - - 1 changed file: - py/_path/local.py View it on Heptapod: https://foss.heptapod.ne

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] properly create c-extension _ctypes_test

2023-02-27 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: d9069f86 by Matti Picus at 2023-02-26T13:33:13+02:00 properly create c-extension _ctypes_test --HG-- branch : py3.9 - - - - - 2 changed files: - lib-python/3/test/support/__init__.py - lib_pypy/_ctypes_test.py → lib_pypy/_ct