[Python-checkins] gh-136234: Fix `SelectorSocketTransport.writelines` to be robust to connection loss (#136743)

2025-09-09 Thread kumaraditya303
https://github.com/python/cpython/commit/7d435cfde6bd2b4b7f313eb20b53a1777e6c56d3 commit: 7d435cfde6bd2b4b7f313eb20b53a1777e6c56d3 branch: main author: Bruce Merry <[email protected]> committer: kumaraditya303 date: 2025-09-08T21:39:52+05:30 summary: gh-136234: Fix `Selector

[Python-checkins] gh-138230: Remove dead code in code gen - codegen_check_annotation is only calle… (#138228)

2025-09-09 Thread DinoV
https://github.com/python/cpython/commit/04c7f362055477efeaf3d539da30a608cdbbdc1e commit: 04c7f362055477efeaf3d539da30a608cdbbdc1e branch: main author: Dino Viehland committer: DinoV date: 2025-09-09T18:17:00-07:00 summary: gh-138230: Remove dead code in code gen - codegen_check_annotation is on

[Python-checkins] [3.13] gh-126631: gh-137996: fix pre-loading of `__main__` (GH-135295) (#138609)

2025-09-09 Thread gpshead
https://github.com/python/cpython/commit/9a6137ad4b14018a1e1b28d9222f0af688d60c54 commit: 9a6137ad4b14018a1e1b28d9222f0af688d60c54 branch: 3.13 author: Gregory P. Smith <[email protected]> committer: gpshead <[email protected]> date: 2025-09-08T11:13:23-07:

[Python-checkins] gh-135953: Fix refleak in cache method (#138721)

2025-09-09 Thread pablogsal
https://github.com/python/cpython/commit/766e7f150ae93d637824d9b156196d98877504d3 commit: 766e7f150ae93d637824d9b156196d98877504d3 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2025-09-10T00:08:09Z summary: gh-135953: Fix refleak in cache method (#138721) files: M Lib/pr

[Python-checkins] gh-136616: Improve `assert` syntax error messages (#136653)

2025-09-09 Thread sobolevn
https://github.com/python/cpython/commit/6bc65c30ff1fd0b581a2c93416496fc720bc442c commit: 6bc65c30ff1fd0b581a2c93416496fc720bc442c branch: main author: sobolevn committer: sobolevn date: 2025-09-09T23:26:22+03:00 summary: gh-136616: Improve `assert` syntax error messages (#136653) files: A Mis

[Python-checkins] [3.13] gh-90548: Skip NODEV portion of test_makedev when linked to musl (GH-138713)

2025-09-09 Thread zware
https://github.com/python/cpython/commit/7d724708bfb047706a33a94428e07a42199f95f4 commit: 7d724708bfb047706a33a94428e07a42199f95f4 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zware date: 2025-09-09T20:01:53Z summary: [3.13] gh-90548: Ski

[Python-checkins] gh-88886: Remove excessive encoding name normalization (GH-137167)

2025-09-09 Thread serhiy-storchaka
https://github.com/python/cpython/commit/af58a6f883108f02996c784de010df62e75f5e13 commit: af58a6f883108f02996c784de010df62e75f5e13 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-09-09T21:07:21+03:00 summary: gh-6: Remove excessive encoding name normalization (GH

[Python-checkins] gh-138535: Optimize fill_time for typical timestamps (#138537)

2025-09-09 Thread vstinner
https://github.com/python/cpython/commit/d4825ac27cba68d02221e13910ea42ee9caac38c commit: d4825ac27cba68d02221e13910ea42ee9caac38c branch: main author: Jeffrey Bosboom committer: vstinner date: 2025-09-09T11:05:54+02:00 summary: gh-138535: Optimize fill_time for typical timestamps (#138537) Whi

[Python-checkins] [3.14] gh-136264: Fix ``--relative-paths`` for PEP 739's build-details.json (GH-138510) (#138638)

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

[Python-checkins] [3.14] GH-101100: Remove some entries from ``nitpick_ignore`` (GH-138464) (#138683)

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

[Python-checkins] [3.14] gh-101100: Resolve reference warnings in reference/ (GH-138418) (#138680)

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

[Python-checkins] gh-138535: Pass directly state to posix fill_time() (#138693)

2025-09-09 Thread vstinner
https://github.com/python/cpython/commit/6b7b9d00a9dd9cf66e3ec38b4c4b8a385b16b453 commit: 6b7b9d00a9dd9cf66e3ec38b4c4b8a385b16b453 branch: main author: Victor Stinner committer: vstinner date: 2025-09-09T16:31:13+02:00 summary: gh-138535: Pass directly state to posix fill_time() (#138693) Pass

[Python-checkins] gh-133143: Use _Py_ID for the other literals in sys (GH-138698)

2025-09-09 Thread encukou
https://github.com/python/cpython/commit/a92aec101e6e58a784d92f80ee232e4527c3e067 commit: a92aec101e6e58a784d92f80ee232e4527c3e067 branch: main author: Petr Viktorin committer: encukou date: 2025-09-09T14:57:07+02:00 summary: gh-133143: Use _Py_ID for the other literals in sys (GH-138698) Follo

[Python-checkins] Add impl-detail block for PyLong_FromLong docs (#126422)

2025-09-09 Thread vstinner
https://github.com/python/cpython/commit/fd2e3d163340a29fc3ad1e9be3289fee64979dbd commit: fd2e3d163340a29fc3ad1e9be3289fee64979dbd branch: main author: Sergey B Kirpichev committer: vstinner date: 2025-09-09T11:22:40+02:00 summary: Add impl-detail block for PyLong_FromLong docs (#126422) Co-aut

[Python-checkins] [3.13] Add impl-detail block for PyLong_FromLong docs (GH-126422) (#138695)

2025-09-09 Thread vstinner
https://github.com/python/cpython/commit/282bd0fe98bf1c3432fd5a079ecf65f165a52587 commit: 282bd0fe98bf1c3432fd5a079ecf65f165a52587 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-09-09T09:30:44Z summary: [3.13] Add impl-d

[Python-checkins] gh-138577: Mention Unix-specific limitations of `getpass.getpass(echo_char=...)` (#138677)

2025-09-09 Thread picnixz
https://github.com/python/cpython/commit/074f3b20b3f05e2740f5324f1b0653152a41ca82 commit: 074f3b20b3f05e2740f5324f1b0653152a41ca82 branch: main author: yagggi committer: picnixz <[email protected]> date: 2025-09-09T11:41:13+02:00 summary: gh-138577: Mention Unix-specific l

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

2025-09-09 Thread vstinner
https://github.com/python/cpython/commit/85649b769f0db4992c061c8d17155c07553dda46 commit: 85649b769f0db4992c061c8d17155c07553dda46 branch: 3.13 author: Russell Keith-Magee committer: vstinner date: 2025-09-09T10:53:01+02:00 summary: [3.13] gh-137242: Add a --no-randomize option, and use it in An

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

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