[Python-checkins] GH-119668: expose importlib.machinery.NamespacePath (#119669)

2025-10-31 Thread FFY00
https://github.com/python/cpython/commit/ede5693be1cefb859522b246897b6835c87ed6d9 commit: ede5693be1cefb859522b246897b6835c87ed6d9 branch: main author: Filipe Laíns committer: FFY00 date: 2025-11-01T00:39:48Z summary: GH-119668: expose importlib.machinery.NamespacePath (#119669) * GH-119668: ex

[Python-checkins] Python 3.9.25

2025-10-31 Thread ambv
https://github.com/python/cpython/commit/0bbaf5de9744ae1acea3e2c9ad2257d1cc68e847 commit: 0bbaf5de9744ae1acea3e2c9ad2257d1cc68e847 branch: 3.9 author: Łukasz Langa committer: ambv date: 2025-10-31T19:40:52+01:00 summary: Python 3.9.25 files: A Misc/NEWS.d/3.9.25.rst D Misc/NEWS.d/next/Core and

[Python-checkins] [3.11] gh-136063: fix quadratic-complexity parsing in `email.message._parseparam` (GH-136072) (GH-140830)

2025-10-31 Thread ambv
https://github.com/python/cpython/commit/3b7d81da078d48f72d50aa8c2bf06a97d20bd913 commit: 3b7d81da078d48f72d50aa8c2bf06a97d20bd913 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-10-31T18:29:53+01:00 summary: [3.11] gh-136063

[Python-checkins] [3.11] gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134952) (GH-140848)

2025-10-31 Thread ambv
https://github.com/python/cpython/commit/5dceb93486176e6b4a6d9754491005113eb23427 commit: 5dceb93486176e6b4a6d9754491005113eb23427 branch: 3.11 author: Łukasz Langa committer: ambv date: 2025-10-31T18:15:08+01:00 summary: [3.11] gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134

[Python-checkins] [3.11] gh-137836: Support more RAWTEXT and PLAINTEXT elements in HTMLParser (GH-137837) (GH-140842) (GH-140852)

2025-10-31 Thread ambv
https://github.com/python/cpython/commit/a18b38172ab1d9cd0a25b6977271e062ecc4f3b0 commit: a18b38172ab1d9cd0a25b6977271e062ecc4f3b0 branch: 3.11 author: Serhiy Storchaka committer: ambv date: 2025-10-31T18:14:55+01:00 summary: [3.11] gh-137836: Support more RAWTEXT and PLAINTEXT elements in HTMLP

[Python-checkins] [3.9] gh-137836: Support more RAWTEXT and PLAINTEXT elements in HTMLParser (GH-137837) (GH-140842) (GH-140857)

2025-10-31 Thread ambv
https://github.com/python/cpython/commit/941811fc9d91d6417abe8878e9bfe8e93143e106 commit: 941811fc9d91d6417abe8878e9bfe8e93143e106 branch: 3.9 author: Serhiy Storchaka committer: ambv date: 2025-10-31T18:02:38+01:00 summary: [3.9] gh-137836: Support more RAWTEXT and PLAINTEXT elements in HTMLPar

[Python-checkins] [3.13] gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134952) (GH-140845)

2025-10-31 Thread ambv
https://github.com/python/cpython/commit/9ab89c026aa9611c4b0b67c288b8303a480fe742 commit: 9ab89c026aa9611c4b0b67c288b8303a480fe742 branch: 3.13 author: Łukasz Langa committer: ambv date: 2025-10-31T17:58:09+01:00 summary: [3.13] gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134

[Python-checkins] [3.11] gh-90953: Don't use deprecated AST nodes in clinic.py (GH-104322) (GH-140856)

2025-10-31 Thread ambv
https://github.com/python/cpython/commit/20fe1821d7957c112b666ceadbdb1ad67c8104c2 commit: 20fe1821d7957c112b666ceadbdb1ad67c8104c2 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-10-31T17:57:52+01:00 summary: [3.11] gh-90953:

[Python-checkins] [3.12] gh-137836: Support more RAWTEXT and PLAINTEXT elements in HTMLParser (GH-137837) (GH-140842) (GH-140850)

2025-10-31 Thread ambv
https://github.com/python/cpython/commit/a183a11db8bc2520c52814635de2df118d2d7e8c commit: a183a11db8bc2520c52814635de2df118d2d7e8c branch: 3.12 author: Serhiy Storchaka committer: ambv date: 2025-10-31T17:57:28+01:00 summary: [3.12] gh-137836: Support more RAWTEXT and PLAINTEXT elements in HTMLP

[Python-checkins] [3.9] gh-90953: Don't use deprecated AST nodes in clinic.py (GH-104322) (GH-140854)

2025-10-31 Thread ambv
https://github.com/python/cpython/commit/fde6ac1290ac582b4f7bf95e8d9e28408ddffe15 commit: fde6ac1290ac582b4f7bf95e8d9e28408ddffe15 branch: 3.9 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-10-31T17:56:55+01:00 summary: [3.9] gh-90953: D

[Python-checkins] [3.10] gh-90953: Don't use deprecated AST nodes in clinic.py (GH-104322) (GH-140855)

2025-10-31 Thread ambv
https://github.com/python/cpython/commit/9524203deefb6d4ea6a502661f855961dee1af85 commit: 9524203deefb6d4ea6a502661f855961dee1af85 branch: 3.10 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-10-31T17:56:30+01:00 summary: [3.10] gh-90953:

[Python-checkins] [3.13] Fix the versionchanged directive for gh-137836 (GH-140859)

2025-10-31 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c6c57f1a0b963d8174587109dd02003740e03147 commit: c6c57f1a0b963d8174587109dd02003740e03147 branch: 3.13 author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-10-31T16:55:54Z summary: [3.13] Fix the versionchanged directive for gh-137836 (GH-14085

[Python-checkins] [3.10] gh-137836: Support more RAWTEXT and PLAINTEXT elements in HTMLParser (GH-137837) (GH-140842) (GH-140853)

2025-10-31 Thread ambv
https://github.com/python/cpython/commit/3a623c6c55200e131302e961b535ecf91e89db91 commit: 3a623c6c55200e131302e961b535ecf91e89db91 branch: 3.10 author: Serhiy Storchaka committer: ambv date: 2025-10-31T17:55:58+01:00 summary: [3.10] gh-137836: Support more RAWTEXT and PLAINTEXT elements in HTMLP

[Python-checkins] [3.10] gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134952) (GH-140851)

2025-10-31 Thread ambv
https://github.com/python/cpython/commit/892747b4cf0f95ba8beb51c0d0658bfaa381ebca commit: 892747b4cf0f95ba8beb51c0d0658bfaa381ebca branch: 3.10 author: Łukasz Langa committer: ambv date: 2025-10-31T17:51:32+01:00 summary: [3.10] gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134

[Python-checkins] [3.12] gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134952) (GH-140847)

2025-10-31 Thread ambv
https://github.com/python/cpython/commit/c8a5f3435c342964e0a432cc9fb448b7dbecd1ba commit: c8a5f3435c342964e0a432cc9fb448b7dbecd1ba branch: 3.12 author: Łukasz Langa committer: ambv date: 2025-10-31T17:50:42+01:00 summary: [3.12] gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134

[Python-checkins] [3.14] gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134952) (GH-140844)

2025-10-31 Thread ambv
https://github.com/python/cpython/commit/631ba3407e3348ccd56ce5160c4fb2c5dc5f4d84 commit: 631ba3407e3348ccd56ce5160c4fb2c5dc5f4d84 branch: 3.14 author: Łukasz Langa committer: ambv date: 2025-10-31T17:43:23+01:00 summary: [3.14] gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134

[Python-checkins] [3.14] gh-137836: Support more RAWTEXT and PLAINTEXT elements in HTMLParser (GH-137837) (GH-140841)

2025-10-31 Thread serhiy-storchaka
https://github.com/python/cpython/commit/89818a5939b3783073e284d90b9e508728e8c186 commit: 89818a5939b3783073e284d90b9e508728e8c186 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-10-31T16:13:13Z summary: [3.14] gh

[Python-checkins] [3.13] gh-137836: Support more RAWTEXT and PLAINTEXT elements in HTMLParser (GH-137837) (GH-140842)

2025-10-31 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0329bd11c7e98484727bbb9062d53a8fa53ac7fd commit: 0329bd11c7e98484727bbb9062d53a8fa53ac7fd branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-10-31T16:08:42Z summary: [3.13] gh

[Python-checkins] [3.9] gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134952) (GH-140839)

2025-10-31 Thread ambv
https://github.com/python/cpython/commit/2e6150adccaaf5bd95d4c19dfd04a36e0b325d8c commit: 2e6150adccaaf5bd95d4c19dfd04a36e0b325d8c branch: 3.9 author: Łukasz Langa committer: ambv date: 2025-10-31T17:05:53+01:00 summary: [3.9] gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-13495

[Python-checkins] gh-137836: Support more RAWTEXT and PLAINTEXT elements in HTMLParser (GH-137837)

2025-10-31 Thread serhiy-storchaka
https://github.com/python/cpython/commit/a17c57eee5b5cc81390750d07e4800b19c0c3084 commit: a17c57eee5b5cc81390750d07e4800b19c0c3084 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-10-31T17:44:02+02:00 summary: gh-137836: Support more RAWTEXT and PLAINTEXT elements in

[Python-checkins] [3.9] gh-98793: Fix typecheck in `overlapped.c` (GH-98835) (GH-98890) (GH-140825)

2025-10-31 Thread ambv
https://github.com/python/cpython/commit/798eaca6659f21dda2ea90e65b99ce9d2a1d4128 commit: 798eaca6659f21dda2ea90e65b99ce9d2a1d4128 branch: 3.9 author: Łukasz Langa committer: ambv date: 2025-10-31T16:37:20+01:00 summary: [3.9] gh-98793: Fix typecheck in `overlapped.c` (GH-98835) (GH-98890) (GH-

[Python-checkins] gh-140212: Add html for year-month option in Calendar (#140230)

2025-10-31 Thread hugovk
https://github.com/python/cpython/commit/07912f86323dc5a13f4d070b7e3f2c3cb2850d8b commit: 07912f86323dc5a13f4d070b7e3f2c3cb2850d8b branch: main author: Pål Grønås Drange committer: hugovk <[email protected]> date: 2025-10-31T17:28:53+02:00 summary: gh-140212: Add html for ye

[Python-checkins] [3.9] gh-120384: gh-120298: Fix array-out-of-bounds & use after free `list` (GH-121345) (GH-140834)

2025-10-31 Thread ambv
https://github.com/python/cpython/commit/42762bb0989bddca75f0a98ff674ecbaf66d1b2a commit: 42762bb0989bddca75f0a98ff674ecbaf66d1b2a branch: 3.9 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-10-31T15:44:41+01:00 summary: [3.9] gh-120384:

[Python-checkins] [3.10] gh-120384: gh-120298: Fix array-out-of-bounds & use after free `list` (GH-121345) (GH-140833)

2025-10-31 Thread ambv
https://github.com/python/cpython/commit/3eea546ed18d142428e0801e973fec513c0af462 commit: 3eea546ed18d142428e0801e973fec513c0af462 branch: 3.10 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-10-31T15:44:28+01:00 summary: [3.10] gh-120384

[Python-checkins] [3.11] gh-120384: gh-120298: Fix array-out-of-bounds & use after free `list` (GH-121345)

2025-10-31 Thread ambv
https://github.com/python/cpython/commit/0cd888b8d3a47428097571dddf5a0b5de37084e0 commit: 0cd888b8d3a47428097571dddf5a0b5de37084e0 branch: 3.11 author: Gregory P. Smith <[email protected]> committer: ambv date: 2025-10-31T15:19:07+01:00 summary: [3.11] gh-120384: gh-120298: F

[Python-checkins] [3.9] gh-136063: fix quadratic-complexity parsing in `email.message._parseparam` (GH-136072) (GH-140832)

2025-10-31 Thread ambv
https://github.com/python/cpython/commit/90719e3c437c35c8d8aeace0817de90bc80c5967 commit: 90719e3c437c35c8d8aeace0817de90bc80c5967 branch: 3.9 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-10-31T15:16:40+01:00 summary: [3.9] gh-136063:

[Python-checkins] gh-136063: fix quadratic-complexity parsing in `email.message._parseparam` (GH-136072)

2025-10-31 Thread ambv
https://github.com/python/cpython/commit/680a5d070f59798bb88a1bb6eb027482b8d85c34 commit: 680a5d070f59798bb88a1bb6eb027482b8d85c34 branch: main author: Bénédikt Tran <[email protected]> committer: ambv date: 2025-10-31T14:50:40+01:00 summary: gh-136063: fix quadratic-compl

[Python-checkins] gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134952)

2025-10-31 Thread ambv
https://github.com/python/cpython/commit/f029e8db626ddc6e3a3beea4eff511a71aaceb5c commit: f029e8db626ddc6e3a3beea4eff511a71aaceb5c branch: main author: Serhiy Storchaka committer: ambv date: 2025-10-31T14:49:51+01:00 summary: gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134952

[Python-checkins] [3.10] gh-139436: Remove ``dist-pdf`` from the docs archives rebuild target (GH-139437) (GH-140412)

2025-10-31 Thread ambv
https://github.com/python/cpython/commit/9104fc6cdff8513fb22c426da2c629c5832fc331 commit: 9104fc6cdff8513fb22c426da2c629c5832fc331 branch: 3.10 author: Adam Turner <[email protected]> committer: ambv date: 2025-10-31T14:14:36+01:00 summary: [3.10] gh-139436: Remove ``dist

[Python-checkins] gh-57665: Remove 'response_class' from getresponse docstring. (#140707)

2025-10-31 Thread orsenthil
https://github.com/python/cpython/commit/81cec22a9bd0090bdcf037bd8eafab1d5b58b582 commit: 81cec22a9bd0090bdcf037bd8eafab1d5b58b582 branch: main author: R. David Murray committer: orsenthil date: 2025-10-31T06:09:22-07:00 summary: gh-57665: Remove 'response_class' from getresponse docstring. (#14

[Python-checkins] [3.14] gh-138944: Fix `SyntaxError` message for invalid syntax following valid import-as statement (GH-138945) (#140646)

2025-10-31 Thread lysnikolaou
https://github.com/python/cpython/commit/d0c78a458b3b3d908981fe306f77865de35d040a commit: d0c78a458b3b3d908981fe306f77865de35d040a branch: 3.14 author: Brian Schubert committer: lysnikolaou date: 2025-10-31T11:26:40+01:00 summary: [3.14] gh-138944: Fix `SyntaxError` message for invalid syntax fo

[Python-checkins] [3.9] gh-139436: Remove ``dist-pdf`` from the docs archives rebuild target (GH-139437) (GH-140413)

2025-10-31 Thread ambv
https://github.com/python/cpython/commit/d3118ebd984c461dda4dc8adc81870a188a15baa commit: d3118ebd984c461dda4dc8adc81870a188a15baa branch: 3.9 author: Adam Turner <[email protected]> committer: ambv date: 2025-10-31T11:24:16+01:00 summary: [3.9] gh-139436: Remove ``dist-p

[Python-checkins] gh-131885: Document `*` for `code.InteractiveConsole` (#132029)

2025-10-31 Thread vstinner
https://github.com/python/cpython/commit/e733dc90f305441a5654d862da1e79b7d4fe889e commit: e733dc90f305441a5654d862da1e79b7d4fe889e branch: main author: Semyon Moroz committer: vstinner date: 2025-10-31T11:16:32+01:00 summary: gh-131885: Document `*` for `code.InteractiveConsole` (#132029) files

[Python-checkins] gh-140373: Correctly emit `PY_UNWIND` event when generator is closed (GH-140767)

2025-10-31 Thread markshannon
https://github.com/python/cpython/commit/d17f28fed5cfbb400f8dd9826c67d87c65f261a0 commit: d17f28fed5cfbb400f8dd9826c67d87c65f261a0 branch: main author: Mikhail Efimov committer: markshannon date: 2025-10-31T10:09:22Z summary: gh-140373: Correctly emit `PY_UNWIND` event when generator is closed (