https://github.com/python/cpython/commit/e578a9e6a5c67c2e400c4743062f1b74873dfa0a
commit: e578a9e6a5c67c2e400c4743062f1b74873dfa0a
branch: main
author: Victor Stinner
committer: vstinner
date: 2025-09-22T23:22:27+02:00
summary:
gh-139156: Use PyBytesWriter in PyUnicode_AsUnicodeEscapeString() (#
https://github.com/python/cpython/commit/49e83e31bd45e513a3caaa39b5789e95caa78ac1
commit: 49e83e31bd45e513a3caaa39b5789e95caa78ac1
branch: main
author: Victor Stinner
committer: vstinner
date: 2025-09-22T23:46:19+02:00
summary:
gh-139156: Use PyBytesWriter in PyUnicode_AsRawUnicodeEscapeString()
https://github.com/python/cpython/commit/04c4628345b841ae9792ea007d7beffd2846f017
commit: 04c4628345b841ae9792ea007d7beffd2846f017
branch: main
author: Russell Keith-Magee
committer: ambv
date: 2025-09-22T16:26:13+02:00
summary:
gh-136744: Remove unnecessary chmod from pydoc.apropos() test. (GH-
https://github.com/python/cpython/commit/92ba2c92c47f913bc50120f58f005b8ca16f935e
commit: 92ba2c92c47f913bc50120f58f005b8ca16f935e
branch: main
author: Victor Stinner
committer: vstinner
date: 2025-09-22T20:05:35Z
summary:
gh-139156: Use PyBytesWriter in UTF-32 encoder (#139157)
Replace PyBytes
https://github.com/python/cpython/commit/61e54e52ea48b6716d705294a18c6ac22d90741f
commit: 61e54e52ea48b6716d705294a18c6ac22d90741f
branch: main
author: Petr Viktorin
committer: encukou
date: 2025-09-22T13:22:27+02:00
summary:
gh-136003: Close file descriptors in test (GH-139225)
This fixes file
https://github.com/python/cpython/commit/5775c0037baa8d3477bf2ad744549e887817f332
commit: 5775c0037baa8d3477bf2ad744549e887817f332
branch: 3.13
author: Eloisa Perez-Bennetts <[email protected]>
committer: hugovk <[email protected]>
date: 2025-09-22T1
https://github.com/python/cpython/commit/72d5ee051145c5aaf3cc6b8e807a3a2b8930ae63
commit: 72d5ee051145c5aaf3cc6b8e807a3a2b8930ae63
branch: main
author: Savannah Bailey
committer: encukou
date: 2025-09-22T14:21:57+02:00
summary:
GH-137218: Fix Makefile to handle FreeBSD (fix for JIT stencil chang