[Python-checkins] gh-137390: Add missing line continuation character in configure.ac (#137391)

2025-08-04 Thread AA-Turner
https://github.com/python/cpython/commit/001461a29235216eb9c8295c66c323fdd34a7d59 commit: 001461a29235216eb9c8295c66c323fdd34a7d59 branch: main author: markmcclain committer: AA-Turner <[email protected]> date: 2025-08-04T23:08:26+01:00 summary: gh-137390: Add missing lin

[Python-checkins] gh-132661: PEP 750 documentation: second pass (#137020)

2025-08-04 Thread AA-Turner
https://github.com/python/cpython/commit/4dae9b1ff16feae03bddb57ec3be5c42de14b1d2 commit: 4dae9b1ff16feae03bddb57ec3be5c42de14b1d2 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-08-04T22:45:5

[Python-checkins] gh-137128: Remove outdated todo about coro_fns in asyncio (#137385)

2025-08-04 Thread kumaraditya303
https://github.com/python/cpython/commit/c5cebe1b5afa58fc0ee95153a4b1905229dce7dc commit: c5cebe1b5afa58fc0ee95153a4b1905229dce7dc branch: main author: alexey semenyuk committer: kumaraditya303 date: 2025-08-04T16:44:29Z summary: gh-137128: Remove outdated todo about coro_fns in asyncio (#137385

[Python-checkins] gh-129033: Remove dead code in test.support.has_no_debug_ranges() (#137379)

2025-08-04 Thread vstinner
https://github.com/python/cpython/commit/08ce7c695899d2c62b2b32dbb733052e1ce9301c commit: 08ce7c695899d2c62b2b32dbb733052e1ce9301c branch: main author: Victor Stinner committer: vstinner date: 2025-08-04T16:48:24+02:00 summary: gh-129033: Remove dead code in test.support.has_no_debug_ranges() (#

[Python-checkins] [3.13] gh-132124: improve safety nets for creating AF_UNIX socket files (GH-134085) (#134448)

2025-08-04 Thread gpshead
https://github.com/python/cpython/commit/932221bc01aebc971ac0bc33bc589503f9c1097c commit: 932221bc01aebc971ac0bc33bc589503f9c1097c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead <[email protected]> date: 2025-08-0

[Python-checkins] gh-134170: Add colorization to unraisable exceptions (#134183)

2025-08-04 Thread ZeroIntensity
https://github.com/python/cpython/commit/e8251dc0ae6a85f6a0e427ae64fb0fe847eb3cf8 commit: e8251dc0ae6a85f6a0e427ae64fb0fe847eb3cf8 branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-08-04T14:35:00Z summary: gh-134170: Add colorization to unraisable exceptions (#134183) Defaul

[Python-checkins] [3.13] gh-130077: Properly match full soft keywords in the parser (GH-135317) (#135399)

2025-08-04 Thread pablogsal
https://github.com/python/cpython/commit/235d380c4c0ec08cf4fb791541f0f53fd8de12e6 commit: 235d380c4c0ec08cf4fb791541f0f53fd8de12e6 branch: 3.13 author: Pablo Galindo Salgado committer: pablogsal date: 2025-08-04T15:18:05+01:00 summary: [3.13] gh-130077: Properly match full soft keywords in the p

[Python-checkins] gh-136520: Clarify docs for _pack_ & _align_ (GH-137036)

2025-08-04 Thread encukou
https://github.com/python/cpython/commit/8943bb722f2f88a95ea6c5ee36bb5d540740d792 commit: 8943bb722f2f88a95ea6c5ee36bb5d540740d792 branch: main author: Petr Viktorin committer: encukou date: 2025-08-04T15:40:42+02:00 summary: gh-136520: Clarify docs for _pack_ & _align_ (GH-137036) Move docs to

[Python-checkins] gh-137368: document __index__() support for PyLong_AsInt32/64() (GH-137369)

2025-08-04 Thread encukou
https://github.com/python/cpython/commit/4dd85b347fd8264453811e0873e0dffa333d9838 commit: 4dd85b347fd8264453811e0873e0dffa333d9838 branch: main author: Sergey B Kirpichev committer: encukou date: 2025-08-04T15:30:29+02:00 summary: gh-137368: document __index__() support for PyLong_AsInt32/64() (

[Python-checkins] [3.13] gh-137194: Fix requires_debug_ranges when _testcpi doesn't exist (GH-137195) (GH-137275)

2025-08-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/55f8fe548ada912f6fb03383d468160fcffd430d commit: 55f8fe548ada912f6fb03383d468160fcffd430d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-08-04T13:22:15Z summary: [3.13] gh

[Python-checkins] [3.14] gh-130522: Fix unraisable TypeError in threading at interpreter shutdown (GH-131537) (#137105)

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

[Python-checkins] [3.13] gh-135839: Fix `module_traverse` and `module_clear` in subinterp modules (GH-135937) (GH-135943)

2025-08-04 Thread encukou
https://github.com/python/cpython/commit/17392a71ae28bfc7bc4f6a8edafa6ca49937f304 commit: 17392a71ae28bfc7bc4f6a8edafa6ca49937f304 branch: 3.13 author: sobolevn committer: encukou date: 2025-08-04T14:34:47+02:00 summary: [3.13] gh-135839: Fix `module_traverse` and `module_clear` in subinterp mod

[Python-checkins] [3.12] gh-130577: tarfile now validates archives to ensure member offsets are non-negative (GH-137027) (#137171)

2025-08-04 Thread Yhg1s
https://github.com/python/cpython/commit/c9d9f78feb1467e73fd29356c040bde1c104f29f commit: c9d9f78feb1467e73fd29356c040bde1c104f29f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-08-04T13:45:06+02:00 summary: [3.12] gh-13057

[Python-checkins] [3.13] Remove Alex Waygood as a codeowner for pre-commit config (#137372) (#137374)

2025-08-04 Thread AlexWaygood
https://github.com/python/cpython/commit/d0c6b09685f25adf687e651a33b2216b6ad3b32c commit: d0c6b09685f25adf687e651a33b2216b6ad3b32c branch: 3.13 author: Alex Waygood committer: AlexWaygood date: 2025-08-04T11:40:56+01:00 summary: [3.13] Remove Alex Waygood as a codeowner for pre-commit config (#1

[Python-checkins] [3.14] Remove Alex Waygood as a codeowner for pre-commit config (GH-137372) (#137373)

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

[Python-checkins] Remove Alex Waygood as a codeowner for pre-commit config (#137372)

2025-08-04 Thread hugovk
https://github.com/python/cpython/commit/a46ed665ff382a4c5cdd214a6a8ac0bcc60a03dd commit: a46ed665ff382a4c5cdd214a6a8ac0bcc60a03dd branch: main author: Alex Waygood committer: hugovk <[email protected]> date: 2025-08-04T13:29:14+03:00 summary: Remove Alex Waygood as a codeow