[Python-checkins] GH-128520: pathlib ABCs: improve protocol for 'openable' objects (#134101)

2025-09-12 Thread barneygale
https://github.com/python/cpython/commit/805e3368d6d07e58430654d1365283924fdf4143 commit: 805e3368d6d07e58430654d1365283924fdf4143 branch: main author: Barney Gale committer: barneygale date: 2025-09-12T22:25:18+01:00 summary: GH-128520: pathlib ABCs: improve protocol for 'openable' objects (#13

[Python-checkins] gh-71648: Optimize PNG files (GH-138842)

2025-09-12 Thread gpshead
https://github.com/python/cpython/commit/2e8f64c9317a327a2be1ab8031844ef3967c1040 commit: 2e8f64c9317a327a2be1ab8031844ef3967c1040 branch: main author: Stan Ulbrych <[email protected]> committer: gpshead <[email protected]> date: 2025-09-12T20:13

[Python-checkins] [3.14] gh-71810: Fix corner case (length==0) for int.to_bytes() (GH-138739) (#138782)

2025-09-12 Thread hugovk
https://github.com/python/cpython/commit/440b83f8387a216a6cf0d04349543c72c0286e5b commit: 440b83f8387a216a6cf0d04349543c72c0286e5b branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-09-1

[Python-checkins] gh-138804: Check type in `shlex.quote` (GH-138809)

2025-09-12 Thread ZeroIntensity
https://github.com/python/cpython/commit/220c0a8156ad5d33a85fda3cc2b80a3e3d424195 commit: 220c0a8156ad5d33a85fda3cc2b80a3e3d424195 branch: main author: Christoph Walcher committer: ZeroIntensity date: 2025-09-12T14:26:21-04:00 summary: gh-138804: Check type in `shlex.quote` (GH-138809) files: A

[Python-checkins] gh-129813, PEP 782: Use PyBytesWriter in _hashopenssl (#138835)

2025-09-12 Thread vstinner
https://github.com/python/cpython/commit/eec8c98d06a9ba4f4c811a07dd358e92f3b928ca commit: eec8c98d06a9ba4f4c811a07dd358e92f3b928ca branch: main author: Victor Stinner committer: vstinner date: 2025-09-12T15:39:16+02:00 summary: gh-129813, PEP 782: Use PyBytesWriter in _hashopenssl (#138835) Rep

[Python-checkins] [3.14] gh-138479: Ensure that `__typing_subst__` returns a tuple (GH-138482) (#138784)

2025-09-12 Thread hugovk
https://github.com/python/cpython/commit/fbfbfdf33c3cfe00c6319423ac69f5fb4e877034 commit: fbfbfdf33c3cfe00c6319423ac69f5fb4e877034 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-09-1

[Python-checkins] [3.14] gh-116946: fully implement GC protocol for `zlib` objects (GH-138290) (#138327)

2025-09-12 Thread hugovk
https://github.com/python/cpython/commit/c8cc39d938334fb2c09c47d105237343ec6ee099 commit: c8cc39d938334fb2c09c47d105237343ec6ee099 branch: 3.14 author: Bénédikt Tran <[email protected]> committer: hugovk <[email protected]> date: 2025-09-12T16:22:33+03:

[Python-checkins] gh-138661: fix data race in `PyCode_Addr2Line` (#138664)

2025-09-12 Thread kumaraditya303
https://github.com/python/cpython/commit/ea26f6da39294b7d3c28873d070a2218bd528b5f commit: ea26f6da39294b7d3c28873d070a2218bd528b5f branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-09-12T18:04:55+05:30 summary: gh-138661: fix data race in `PyCode_Addr2Line` (#138664) files:

[Python-checkins] gh-138669: Increase test coverage for difflib (GH-138670)

2025-09-12 Thread encukou
https://github.com/python/cpython/commit/44991619ba04a98c5878ee5bbc38d2e47cbd22c7 commit: 44991619ba04a98c5878ee5bbc38d2e47cbd22c7 branch: main author: Jan-Eric Nitschke <[email protected]> committer: encukou date: 2025-09-12T11:33:38+02:00 summary: gh-138669: Incr

[Python-checkins] Improve permission error messages in pdb and asyncio.tools (#134290)

2025-09-12 Thread pablogsal
https://github.com/python/cpython/commit/419441a6e14aa9e0ebd2484ee8e76d3c544a3c09 commit: 419441a6e14aa9e0ebd2484ee8e76d3c544a3c09 branch: main author: ivonastojanovic <[email protected]> committer: pablogsal date: 2025-09-12T12:54:04+01:00 summary: Improve permiss

[Python-checkins] gh-129813, PEP 782: Add PyBytesWriter C API (#138822)

2025-09-12 Thread vstinner
https://github.com/python/cpython/commit/adb414044fd82bb249f70d00913c71912e659025 commit: adb414044fd82bb249f70d00913c71912e659025 branch: main author: Victor Stinner committer: vstinner date: 2025-09-12T13:41:59+02:00 summary: gh-129813, PEP 782: Add PyBytesWriter C API (#138822) files: A Misc

[Python-checkins] gh-138756: Fix leak of inittab memory in PyInitConfig_Free() (GH-138792)

2025-09-12 Thread encukou
https://github.com/python/cpython/commit/3d521a62e7c377ac518c9f0326a88be204f0e3aa commit: 3d521a62e7c377ac518c9f0326a88be204f0e3aa branch: main author: Victor Stinner committer: encukou date: 2025-09-12T11:46:02+02:00 summary: gh-138756: Fix leak of inittab memory in PyInitConfig_Free() (GH-1387

[Python-checkins] gh-138163: skip failures if tests are run with `SCHED_BATCH` on glibc (GH-138576)

2025-09-12 Thread encukou
https://github.com/python/cpython/commit/492941459acb5b5a104d96414288601d2e2b7e6f commit: 492941459acb5b5a104d96414288601d2e2b7e6f branch: main author: jxes993409 <[email protected]> committer: encukou date: 2025-09-12T11:37:53+02:00 summary: gh-138163: skip failures if

[Python-checkins] gh-138801: re-enable `pyrepl` tests on Windows (#138802)

2025-09-12 Thread sobolevn
https://github.com/python/cpython/commit/4f3cab96c166031a184a1abf288a4d65df49fe52 commit: 4f3cab96c166031a184a1abf288a4d65df49fe52 branch: main author: Chris Eibl <[email protected]> committer: sobolevn date: 2025-09-12T10:47:43+03:00 summary: gh-138801: re-enable `pyr