[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] skip PyUnicode_DecodeUTF8Stateful, implement _PyLong_AsInt

2023-09-27 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: 6253f580 by Matti Picus at 2023-09-27T11:12:23+03:00 skip PyUnicode_DecodeUTF8Stateful, implement _PyLong_AsInt --HG-- branch : py3.9 - - - - - 3 changed files: - lib_pypy/_testcapimodule.c - pypy/module/cpyext/longobject.py

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.9] typo

2023-09-27 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.9 at PyPy / pypy Commits: a9bbadac by Matti Picus at 2023-09-27T12:41:03+03:00 typo --HG-- branch : py3.9 - - - - - 1 changed file: - lib_pypy/_testcapimodule.c View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/a9bbadacfb44872f418a

[pypy-commit] [Mercurial][pypy/pypy][branch/vendor/stdlib-3.10] update to v3.10.13

2023-09-27 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/vendor/stdlib-3.10 at PyPy / pypy Commits: 3e217e49 by Matti Picus at 2023-09-27T12:36:45+03:00 update to v3.10.13 --HG-- branch : vendor/stdlib-3.10 - - - - - 10 changed files: - lib-python/3/pydoc_data/topics.py - lib-python/3/ssl.py - lib-python/3/tar

[pypy-commit] [Mercurial][pypy/pypy][branch/default] link the releas note to the index, and tweaks

2023-09-27 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/default at PyPy / pypy Commits: 1e9dbaa6 by Matti Picus at 2023-09-27T16:48:22+03:00 link the releas note to the index, and tweaks - - - - - 2 changed files: - pypy/doc/index-of-release-notes.rst - pypy/doc/release-v7.3.13.rst View it on Heptapod: http

[pypy-commit] [Mercurial][pypy/pypy][branch/py3.10] update python version to 3.10.13

2023-09-27 Thread Matti Picus (@mattip)
Matti Picus pushed to branch branch/py3.10 at PyPy / pypy Commits: 4732bd4e by Matti Picus at 2023-09-28T08:38:17+03:00 update python version to 3.10.13 --HG-- branch : py3.10 - - - - - 2 changed files: - pypy/module/cpyext/include/patchlevel.h - pypy/module/sys/version.py View it on Hep