[Python-checkins] gh-138871: Clarify NameError exception in 'del' (#138881)

2025-09-14 Thread terryjreedy
https://github.com/python/cpython/commit/481588ad4ccd2aff7ca3bac43379da0ce3b1c6d5 commit: 481588ad4ccd2aff7ca3bac43379da0ce3b1c6d5 branch: main author: Kian Eliasi committer: terryjreedy date: 2025-09-15T02:11:01-04:00 summary: gh-138871: Clarify NameError exception in 'del' (#138881) files: M

[Python-checkins] [3.14] gh-131591: fix formatting of remote debugger docs (GH-137225) (#137874)

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

[Python-checkins] gh-135953: Reduce memory usage of stack collectors (#138875)

2025-09-14 Thread pablogsal
https://github.com/python/cpython/commit/3e06cfcaeee31c2a6e9befe5ea54d9beaa2c0434 commit: 3e06cfcaeee31c2a6e9befe5ea54d9beaa2c0434 branch: main author: László Kiss Kollár committer: pablogsal date: 2025-09-14T23:47:14+01:00 summary: gh-135953: Reduce memory usage of stack collectors (#138875) T

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

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

[Python-checkins] gh-135953: Prevent overflow in the profiler flamegraph hover boxes (#138880)

2025-09-14 Thread pablogsal
https://github.com/python/cpython/commit/efc08c5fbfab109094a794d12ab8f6585dfb587d commit: efc08c5fbfab109094a794d12ab8f6585dfb587d branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2025-09-14T21:50:18+01:00 summary: gh-135953: Prevent overflow in the profiler flamegraph hover

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

2025-09-14 Thread gpshead
https://github.com/python/cpython/commit/d8d11d50bf54df3005c4833282a1988fe9b4a0e5 commit: d8d11d50bf54df3005c4833282a1988fe9b4a0e5 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead <[email protected]> date: 2025-09-1

[Python-checkins] gh-137242: Add a --no-randomize option, and use it in Android CI (#138649)

2025-09-14 Thread freakboy3742
https://github.com/python/cpython/commit/01895d233b4370e0c99f16c01a57cfd73c434b28 commit: 01895d233b4370e0c99f16c01a57cfd73c434b28 branch: main author: Victor Stinner committer: freakboy3742 date: 2025-09-09T06:45:42+08:00 summary: gh-137242: Add a --no-randomize option, and use it in Android CI

[Python-checkins] gh-136355: Deprecate `-b` and `-bb` CLI flags in 3.15 (#136363)

2025-09-14 Thread sobolevn
https://github.com/python/cpython/commit/1c984ba953e140b88ff890dbe1408f9611027444 commit: 1c984ba953e140b88ff890dbe1408f9611027444 branch: main author: sobolevn committer: sobolevn date: 2025-09-14T20:00:03+03:00 summary: gh-136355: Deprecate `-b` and `-bb` CLI flags in 3.15 (#136363) Co-author

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

2025-09-14 Thread gpshead
https://github.com/python/cpython/commit/0b302280af313ccad3a35d301b343a125cedf033 commit: 0b302280af313ccad3a35d301b343a125cedf033 branch: 3.13 author: Stan Ulbrych <[email protected]> committer: gpshead <[email protected]> date: 2025-09-14T08:29

[Python-checkins] gh-71810: Fix _PyLong_AsByteArray() undefined behavior (#138873)

2025-09-14 Thread vstinner
https://github.com/python/cpython/commit/8b5ce31c2b44d9bf82e6119e90a52dd530bfd1db commit: 8b5ce31c2b44d9bf82e6119e90a52dd530bfd1db branch: main author: Victor Stinner committer: vstinner date: 2025-09-14T11:25:53+02:00 summary: gh-71810: Fix _PyLong_AsByteArray() undefined behavior (#138873) Do