[pypy-commit] [Mercurial][pypy/pypy] Deleted branch branch/py3.9-pattern-matching-experiments

2023-01-05 Thread Matti Picus (@mattip)
Matti Picus deleted branch branch/py3.9-pattern-matching-experiments at PyPy / pypy -- You're receiving this email because of your account on foss.heptapod.net. ___ pypy-commit mailing list -- pypy-commit@python.org To unsubscribe send an email to

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 68 commits: (cfbolz,shimst3r): first test for pattern matching

2023-01-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: c45709e0 by Nils Müller at 2022-03-29T11:32:59+02:00 (cfbolz,shimst3r): first test for pattern matching --HG-- branch : py3.9-pattern-matching-experiments - - - - - 51e8e060 by Tadeu Zagallo at 2022-06-22T20:28:30+02:00 Merge

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 3 commits: more efficient rot opcodes, when possible

2023-01-05 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: 7073db3c by Carl Friedrich Bolz-Tereick at 2023-01-04T22:27:51+01:00 more efficient rot opcodes, when possible --HG-- branch : py3.10 - - - - - 6a43fdf0 by Carl Friedrich Bolz-Tereick at 2023-01-04T22:49:47+01:

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 2 commits: another error

2023-01-05 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: 1ca0ba55 by Carl Friedrich Bolz-Tereick at 2023-01-05T10:17:27+01:00 another error --HG-- branch : py3.10 - - - - - d977115d by Carl Friedrich Bolz-Tereick at 2023-01-05T10:22:47+01:00 another error case --HG-

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 7 commits: (tadeuzagallo, cfbolz): Implement PEP 604: allow writing type unions with the __or__ operator

2023-01-05 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: 4af96ae1 by Tadeu Zagallo at 2022-06-20T09:16:37+02:00 (tadeuzagallo, cfbolz): Implement PEP 604: allow writing type unions with the __or__ operator Added the `__or__` operator to TypeObject and NoneObject, imp

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] some minimal parts of PEP 597 support:

2023-01-05 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: ae60af1b by Carl Friedrich Bolz-Tereick at 2023-01-05T12:06:31+01:00 some minimal parts of PEP 597 support: - add sys.flags.warn_default_encoding - add EncodingWarning - add _io.text_encoding --HG-- branch : py

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] i should also actually *run* the tests :-(

2023-01-05 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: 336612ba by Carl Friedrich Bolz-Tereick at 2023-01-05T12:12:27+01:00 i should also actually *run* the tests :-( --HG-- branch : py3.10 - - - - - 1 changed file: - pypy/module/exceptions/moduledef.py View i

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] support encoding="locale" in _io.TextIOWrapper

2023-01-05 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: 2ae5665e by Carl Friedrich Bolz-Tereick at 2023-01-05T12:44:37+01:00 support encoding="locale" in _io.TextIOWrapper --HG-- branch : py3.10 - - - - - 3 changed files: - pypy/module/_io/interp_textio.py - pypy

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 2 commits: restore segment removed in merge

2023-01-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 3416e2be by Matti Picus at 2023-01-05T15:44:48+02:00 restore segment removed in merge --HG-- branch : py3.10 - - - - - e39aa379 by Matti Picus at 2023-01-05T15:45:30+02:00 pypy3.9 -> pypy3.10, there should be a way to single-s

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] fix merge of sysconfig and variants

2023-01-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 3f712148 by Matti Picus at 2023-01-05T16:14:56+02:00 fix merge of sysconfig and variants --HG-- branch : py3.10 - - - - - 4 changed files: - lib-python/3/distutils/sysconfig.py - lib-python/3/distutils/sysconfig_cpython.py

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] trivial fixes

2023-01-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 484267bc by Matti Picus at 2023-01-05T16:35:56+02:00 trivial fixes --HG-- branch : py3.10 - - - - - 2 changed files: - pypy/module/cpyext/PC/pyconfig.h - pypy/module/cpyext/test/test_object.py View it on Heptapod: https:

[pypy-commit] [Mercurial][pypy/pypy][branch/default] happy new year

2023-01-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: a304048c by Matti Picus at 2023-01-05T16:41:26+02:00 happy new year - - - - - 3 changed files: - LICENSE - pypy/doc/conf.py - rpython/doc/conf.py View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/a304048c

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 11 commits: another error case

2023-01-05 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: 1a39550b by Carl Friedrich Bolz-Tereick at 2023-01-05T12:55:35+01:00 another error case --HG-- branch : py3.10 - - - - - bfbe8f46 by Carl Friedrich Bolz-Tereick at 2023-01-05T13:03:59+01:00 fix error messages t

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] maybe like so

2023-01-05 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: e58a63c8 by Carl Friedrich Bolz-Tereick at 2023-01-05T23:06:30+01:00 maybe like so --HG-- branch : py3.10 - - - - - 1 changed file: - pypy/interpreter/pyopcode.py View it on Heptapod: https://foss.heptapo

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 8 commits: remove unused option to run lib-python tests untranslated, clean up dead code

2023-01-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 976f32a3 by Matti Picus at 2023-01-03T22:30:20+02:00 remove unused option to run lib-python tests untranslated, clean up dead code --HG-- branch : py3.9 - - - - - d573c0b0 by Matti Picus at 2023-01-03T22:55:15+02:00 more clean

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] 2 commits: happy new year

2023-01-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: a304048c by Matti Picus at 2023-01-05T16:41:26+02:00 happy new year - - - - - 5ed12102 by Matti Picus at 2023-01-06T00:01:13+02:00 merge default --HG-- branch : py3.9 - - - - - 3 changed files: - LICENSE - pypy/doc/conf.py

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.8] 7 commits: Added tag release-pypy2.7-v7.3.11 for changeset 646866ee1eab

2023-01-05 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.8 at PyPy / pypy Commits: d33e2797 by Matti Picus at 2022-12-29T18:44:39+02:00 Added tag release-pypy2.7-v7.3.11 for changeset 646866ee1eab - - - - - 10ebfcc8 by Matti Picus at 2022-12-29T18:44:53+02:00 Added tag release-pypy3.8-v7.3.11 for changeset a9d