[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 4 commits: fix test_enum by adding a collect

2023-01-11 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: 2d0d5377 by Carl Friedrich Bolz-Tereick at 2023-01-10T20:38:20+01:00 fix test_enum by adding a collect --HG-- branch : py3.10 - - - - - 5897c480 by Carl Friedrich Bolz-Tereick at 2023-01-10T20:50:39+01:00 missi

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] make pairwise.__new__ take positional only args 🙄

2023-01-11 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: 6eba9deb by Carl Friedrich Bolz-Tereick at 2023-01-11T11:16:54+01:00 make pairwise.__new__ take positional only args 🙄 --HG-- branch : py3.10 - - - - - 2 changed files: - pypy/module/itertools/interp_itertoo

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 3 commits: itertools.count supports complex

2023-01-11 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: bcf1eee4 by Carl Friedrich Bolz-Tereick at 2023-01-11T11:28:07+01:00 itertools.count supports complex --HG-- branch : py3.10 - - - - - af93efa9 by Carl Friedrich Bolz-Tereick at 2023-01-11T12:02:44+01:00 fix cr

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 3 commits: stop None | None from working

2023-01-11 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: 7f315997 by Carl Friedrich Bolz-Tereick at 2023-01-11T12:41:09+01:00 stop None | None from working --HG-- branch : py3.10 - - - - - 7c8fd726 by Carl Friedrich Bolz-Tereick at 2023-01-11T12:43:21+01:00 fix typo

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] implement property.__set_name__

2023-01-11 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: ce4ab5c9 by Carl Friedrich Bolz-Tereick at 2023-01-11T15:15:28+01:00 implement property.__set_name__ --HG-- branch : py3.10 - - - - - 2 changed files: - pypy/module/__builtin__/descriptor.py - + pypy/module/

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] avoid exponential backgracking cpy gh-93680

2023-01-11 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: 6077ebef by Carl Friedrich Bolz-Tereick at 2023-01-11T15:34:38+01:00 avoid exponential backgracking cpy gh-93680 --HG-- branch : py3.10 - - - - - 3 changed files: - pypy/interpreter/pyparser/rpypegparse.py -

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 3 commits: missing import

2023-01-11 Thread Carl Friedrich Bolz-Tereick (@cfbolz)
Carl Friedrich Bolz-Tereick pushed to branch branch/py3.10 at PyPy / pypy Commits: c86bdd14 by Carl Friedrich Bolz-Tereick at 2023-01-11T15:36:11+01:00 missing import --HG-- branch : py3.10 - - - - - 315fc2e3 by Carl Friedrich Bolz-Tereick at 2023-01-11T17:05:22+01:00 fix test_argument --HG-

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] 2 commits: make hash classes immutable via a metaclass, add hashlib interfaces, tweak error messages

2023-01-11 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: da08decf by Matti Picus at 2023-01-11T23:13:55+02:00 make hash classes immutable via a metaclass, add hashlib interfaces, tweak error messages --HG-- branch : py3.10 - - - - - 53033db7 by Matti Picus at 2023-01-11T23:14:26+02

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] remove unused import that makes test fail on windows

2023-01-11 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 942fbc40 by Matti Picus at 2023-01-10T17:07:20+02:00 remove unused import that makes test fail on windows --HG-- branch : py3.9 - - - - - 1 changed file: - pypy/module/cpyext/test/test_pystate.py View it on Heptapod: http

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] restore use of builtinify which was removed for debugging

2023-01-11 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 61c0b332 by Matti Picus at 2023-01-12T00:24:41+02:00 restore use of builtinify which was removed for debugging --HG-- branch : py3.10 - - - - - 1 changed file: - lib_pypy/_hashlib/__init__.py View it on Heptapod: https:/

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] add new interfaces to _ssl._SSLSocket

2023-01-11 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 65eb2e81 by Matti Picus at 2023-01-12T01:23:31+02:00 add new interfaces to _ssl._SSLSocket --HG-- branch : py3.10 - - - - - 3 changed files: - lib_pypy/_cffi_ssl/_cffi_src/openssl/ssl.py - lib_pypy/_cffi_ssl/_stdssl/__init_