[Python-checkins] [3.14] gh-135496: Fix f string exclamation mark error typo (GH-135495) (#135499)

2025-06-13 Thread terryjreedy
https://github.com/python/cpython/commit/7499bcd530d173b9aa024219017c579278960fb4 commit: 7499bcd530d173b9aa024219017c579278960fb4 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2025-06-14T05:05:55Z summary: [3.14] gh-1354

[Python-checkins] gh-135496: Fix f string exclamation mark error typo (#135495)

2025-06-13 Thread terryjreedy
https://github.com/python/cpython/commit/c2bb3f9843bc4763d6d41e883dbe9525f5155a4a commit: c2bb3f9843bc4763d6d41e883dbe9525f5155a4a branch: main author: GiGaGon <[email protected]> committer: terryjreedy date: 2025-06-14T00:40:42-04:00 summary: gh-135496: Fix f string

[Python-checkins] [3.14] gh-135437: Account For Duplicate Names in _PyCode_SetUnboundVarCounts() (gh-135493)

2025-06-13 Thread ericsnowcurrently
https://github.com/python/cpython/commit/f77a911c526442871ba66f01b31b8f497daf70eb commit: f77a911c526442871ba66f01b31b8f497daf70eb branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ericsnowcurrently date: 2025-06-13T23:14:00Z summary: [3.14] g

[Python-checkins] gh-135437: Account For Duplicate Names in _PyCode_SetUnboundVarCounts() (gh-135438)

2025-06-13 Thread ericsnowcurrently
https://github.com/python/cpython/commit/56eabea056ae1da49b55e0f794c9957008f8d20a commit: 56eabea056ae1da49b55e0f794c9957008f8d20a branch: main author: Eric Snow committer: ericsnowcurrently date: 2025-06-13T16:47:49-06:00 summary: gh-135437: Account For Duplicate Names in _PyCode_SetUnboundVarC

[Python-checkins] gh-132775: Clean Up Cross-Interpreter Error Handling (gh-135369)

2025-06-13 Thread ericsnowcurrently
https://github.com/python/cpython/commit/c7f4a80079eefc02839f193ba07ce1b33d067d8d commit: c7f4a80079eefc02839f193ba07ce1b33d067d8d branch: main author: Eric Snow committer: ericsnowcurrently date: 2025-06-13T16:45:21-06:00 summary: gh-132775: Clean Up Cross-Interpreter Error Handling (gh-135369)

[Python-checkins] [3.13] gh-125723: Fix crash with f_locals when generator frame outlive their generator (GH-135453)

2025-06-13 Thread ncoghlan
https://github.com/python/cpython/commit/e753a7c5f0ed0dc7e23237662daca57d92124c84 commit: e753a7c5f0ed0dc7e23237662daca57d92124c84 branch: 3.13 author: Mikhail Efimov committer: ncoghlan date: 2025-06-14T04:08:03+10:00 summary: [3.13] gh-125723: Fix crash with f_locals when generator frame outli

[Python-checkins] [3.13] gh-133439: Fix dot commands with trailing spaces are mistaken for multi-line sqlite statements in the sqlite3 command-line interface (GH-133440) (GH-133765)

2025-06-13 Thread serhiy-storchaka
https://github.com/python/cpython/commit/22cf28953908840a803851f1b1b0e51f54fa5838 commit: 22cf28953908840a803851f1b1b0e51f54fa5838 branch: 3.13 author: Tan Long committer: serhiy-storchaka date: 2025-06-13T20:40:24+03:00 summary: [3.13] gh-133439: Fix dot commands with trailing spaces are mistak

[Python-checkins] [3.14] gh-135462: Fix quadratic complexity in processing special input in HTMLParser (GH-135464) (GH-135481)

2025-06-13 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d851f8e258c7328814943e923a7df81bca15df4b commit: d851f8e258c7328814943e923a7df81bca15df4b branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-06-13T17:23:48Z summary: [3.14] gh

[Python-checkins] [3.13] gh-135462: Fix quadratic complexity in processing special input in HTMLParser (GH-135464) (GH-135482)

2025-06-13 Thread serhiy-storchaka
https://github.com/python/cpython/commit/4455cbabf991e202185a25a631af206f60bbc949 commit: 4455cbabf991e202185a25a631af206f60bbc949 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-06-13T17:20:30Z summary: [3.13] gh

[Python-checkins] gh-135462: Fix quadratic complexity in processing special input in HTMLParser (GH-135464)

2025-06-13 Thread serhiy-storchaka
https://github.com/python/cpython/commit/6eb6c5dbfb528bd07d77b60fd71fd05d81d45c41 commit: 6eb6c5dbfb528bd07d77b60fd71fd05d81d45c41 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-06-13T19:57:48+03:00 summary: gh-135462: Fix quadratic complexity in processing special

[Python-checkins] [3.14] doc: Remove what was essentially duplicate wording. (GH-135431) (GH-135440)

2025-06-13 Thread vsajip
https://github.com/python/cpython/commit/b573a850d60c0587809f5369ba90a259381076de commit: b573a850d60c0587809f5369ba90a259381076de branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-06-13T17:54:20+01:00 summary: [3.14] doc: Re

[Python-checkins] [3.13] doc: Remove what was essentially duplicate wording. (GH-135431) (GH-135441)

2025-06-13 Thread vsajip
https://github.com/python/cpython/commit/bea67a1d609ebe70687f16ec508dd7ba9598ee6f commit: bea67a1d609ebe70687f16ec508dd7ba9598ee6f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-06-13T17:53:52+01:00 summary: [3.13] doc: Re

[Python-checkins] gh-135455: Fix version and architecture detection in PC/layout script. (GH-135461)

2025-06-13 Thread zooba
https://github.com/python/cpython/commit/591297997571e5263d6081951e0a2ef56bf83c1a commit: 591297997571e5263d6081951e0a2ef56bf83c1a branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2025-06-13T16:10:29Z summary: gh-135455: Fix versi

[Python-checkins] [3.13] gh-106318: Add example for `str.expandtabs()` (GH-134525) (#135477)

2025-06-13 Thread hugovk
https://github.com/python/cpython/commit/6b9672c2bde9cb668bc054184e2775baf28bcef9 commit: 6b9672c2bde9cb668bc054184e2775baf28bcef9 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-06-1

[Python-checkins] [3.14] gh-106318: Add example for `str.expandtabs()` (GH-134525) (#135476)

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

[Python-checkins] gh-106318: Add example for `str.expandtabs()` (#134525)

2025-06-13 Thread hugovk
https://github.com/python/cpython/commit/14c1d093d52d8de32c486808c1e1e85e0f61c11c commit: 14c1d093d52d8de32c486808c1e1e85e0f61c11c branch: main author: Blaise Pabon committer: hugovk <[email protected]> date: 2025-06-13T18:44:21+03:00 summary: gh-106318: Add example for `str

[Python-checkins] gh-135455: Fix version and architecture detection in PC/layout script. (GH-135461)

2025-06-13 Thread zooba
https://github.com/python/cpython/commit/0430135aac62aaf87dc9d8281d240a8b577a129b commit: 0430135aac62aaf87dc9d8281d240a8b577a129b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2025-06-13T15:28:02Z summary: gh-135455: Fix versi

[Python-checkins] gh-135455: Fix version and architecture detection in PC/layout script. (GH-135461)

2025-06-13 Thread zooba
https://github.com/python/cpython/commit/afc5ab6cce9d7095b99c1410a6762bc4a96504dd commit: afc5ab6cce9d7095b99c1410a6762bc4a96504dd branch: main author: Steve Dower committer: zooba date: 2025-06-13T16:04:43+01:00 summary: gh-135455: Fix version and architecture detection in PC/layout script. (G

[Python-checkins] gh-134160: Split extension module init from PyModule docs; emphasize multi-phase init (GH-135126)

2025-06-13 Thread encukou
https://github.com/python/cpython/commit/f4bc3a932082411243da9bb909841138ee2eea97 commit: f4bc3a932082411243da9bb909841138ee2eea97 branch: main author: Petr Viktorin committer: encukou date: 2025-06-13T16:39:35+02:00 summary: gh-134160: Split extension module init from PyModule docs; emphasize

[Python-checkins] [3.14] gh-135244: improve wording of `uuid8` docs about CSPRNG (GH-135433) (#135467)

2025-06-13 Thread picnixz
https://github.com/python/cpython/commit/46e7ed72060697b62b12e1313a492ca775c77af5 commit: 46e7ed72060697b62b12e1313a492ca775c77af5 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] gh-135244: improve wording of `uuid8` docs about CSPRNG (#135433)

2025-06-13 Thread picnixz
https://github.com/python/cpython/commit/394d7985da50189e123d0908e9a282f6da31ed78 commit: 394d7985da50189e123d0908e9a282f6da31ed78 branch: main author: LamentXU <[email protected]> committer: picnixz <[email protected]> date: 2025-06-13T16:06:11+

[Python-checkins] [3.14] gh-132969: Fix error/hang when shutdown(wait=False) and task exited abnormally (GH-133222) (GH-135344)

2025-06-13 Thread encukou
https://github.com/python/cpython/commit/6754a507c5079aed78b1480cf7d3897db277ba5a commit: 6754a507c5079aed78b1480cf7d3897db277ba5a branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-06-13T15:49:54+02:00 summary: [3.14] gh-132

[Python-checkins] gh-126703: Add freelist for PyComplexObject's (gh-135233)

2025-06-13 Thread corona10
https://github.com/python/cpython/commit/c646846c1e8f60e52b636b68bfd0df5e84229098 commit: c646846c1e8f60e52b636b68bfd0df5e84229098 branch: main author: Sergey B Kirpichev committer: corona10 date: 2025-06-13T22:32:26+09:00 summary: gh-126703: Add freelist for PyComplexObject's (gh-135233) files

[Python-checkins] [3.13] gh-106318: Add example for `str.endswith()` (GH-134523) (#135460)

2025-06-13 Thread hugovk
https://github.com/python/cpython/commit/c260ed15d1319e392e15ca9eef48d3adc0a36419 commit: c260ed15d1319e392e15ca9eef48d3adc0a36419 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-06-1

[Python-checkins] [3.14] gh-106318: Add example for `str.endswith()` (GH-134523) (#135459)

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

[Python-checkins] gh-106318: Add example for `str.endswith()` (#134523)

2025-06-13 Thread hugovk
https://github.com/python/cpython/commit/eed827ed091c6e55f11164046d287a76e30fbc0e commit: eed827ed091c6e55f11164046d287a76e30fbc0e branch: main author: Blaise Pabon committer: hugovk <[email protected]> date: 2025-06-13T11:54:16Z summary: gh-106318: Add example for `str.ends

[Python-checkins] [3.13] gh-106318: Add example for `str.encode()` (GH-134520) (#135458)

2025-06-13 Thread hugovk
https://github.com/python/cpython/commit/db408a484c607ad6cfbced889467c8d8823093d5 commit: db408a484c607ad6cfbced889467c8d8823093d5 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-06-1

[Python-checkins] [3.14] gh-106318: Add example for `str.encode()` (GH-134520) (#135457)

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

[Python-checkins] gh-106318: Add example for `str.encode()` (#134520)

2025-06-13 Thread hugovk
https://github.com/python/cpython/commit/273459562e3eaee4dd242fe8ee098cfdb4eebe9b commit: 273459562e3eaee4dd242fe8ee098cfdb4eebe9b branch: main author: Blaise Pabon committer: hugovk <[email protected]> date: 2025-06-13T11:32:07Z summary: gh-106318: Add example for `str.enco