[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.

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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] [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-

[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.

[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-

[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-

[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 qua

[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

[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:

[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

[Python-checkins] [3.9] gh-136755: Ignore additional errors in ntpath.realpath (GH-27574) (GH-140008)

2025-10-20 Thread ambv
https://github.com/python/cpython/commit/111bbc15b26e6c68b2a5de57d872b5abf3d6a095 commit: 111bbc15b26e6c68b2a5de57d872b5abf3d6a095 branch: 3.9 author: Stan Ulbrych <[email protected]> committer: ambv date: 2025-10-20T14:57:24+02:00 summary: [3.9] gh-136755:

[Python-checkins] [3.12] gh-139400: Make sure that parent parsers outlive their subparsers in `pyexpat` (GH-139403) (GH-139609)

2025-10-18 Thread ambv
https://github.com/python/cpython/commit/dea7e3d5f8a63bc8883ca2874ab37c4587e85cda commit: dea7e3d5f8a63bc8883ca2874ab37c4587e85cda branch: 3.12 author: Sebastian Pipping committer: ambv date: 2025-10-07T13:56:31+02:00 summary: [3.12] gh-139400: Make sure that parent parsers outlive their

[Python-checkins] [3.11] gh-139700: Check consistency of the zip64 end of central directory record (GH-139702) (GH-139708) (GH-139713)

2025-10-18 Thread ambv
https://github.com/python/cpython/commit/1d29afb0d6218aa8fb5e1e4a6133a4778d89bb46 commit: 1d29afb0d6218aa8fb5e1e4a6133a4778d89bb46 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-10-08T13:46:45+02:00 summary: [3.

[Python-checkins] [3.12] gh-139312: Update bundled libexpat to 2.7.3 (GH-139319) (GH-139662)

2025-10-18 Thread ambv
https://github.com/python/cpython/commit/aecbbee1a2b24f06f02f438079d5488c2b391489 commit: aecbbee1a2b24f06f02f438079d5488c2b391489 branch: 3.12 author: Sebastian Pipping committer: ambv date: 2025-10-07T13:47:30+02:00 summary: [3.12] gh-139312: Update bundled libexpat to 2.7.3 (GH-139319) (GH

[Python-checkins] [3.9] gh-135374: Adjust test for setuptools' replacement of distutils (GH-138796) (GH-139304)

2025-10-18 Thread ambv
https://github.com/python/cpython/commit/312de66fb552c1b0ddb4294bf30c680a5f862348 commit: 312de66fb552c1b0ddb4294bf30c680a5f862348 branch: 3.9 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-10-07T14:03:43+02:00 summary: [3.9] gh-

[Python-checkins] [3.14] gh-133400: Fixed Ctrl+D (^D) behavior in :mod:`_pyrepl` module (GH-133883) (GH-139850)

2025-10-18 Thread ambv
https://github.com/python/cpython/commit/de87549eb8c1cf23d12a14ddb47e54242b697c2a commit: de87549eb8c1cf23d12a14ddb47e54242b697c2a branch: 3.14 author: Łukasz Langa committer: ambv date: 2025-10-09T17:38:25+02:00 summary: [3.14] gh-133400: Fixed Ctrl+D (^D) behavior in :mod:`_pyrepl` module

[Python-checkins] [3.13] gh-133400: Fixed Ctrl+D (^D) behavior in :mod:`_pyrepl` module (GH-133883) (GH-139851)

2025-10-18 Thread ambv
https://github.com/python/cpython/commit/f6186a3709f4fc18de101327ac2aba6f8458875c commit: f6186a3709f4fc18de101327ac2aba6f8458875c branch: 3.13 author: Łukasz Langa committer: ambv date: 2025-10-09T17:38:10+02:00 summary: [3.13] gh-133400: Fixed Ctrl+D (^D) behavior in :mod:`_pyrepl` module

[Python-checkins] [3.12] gh-139700: Check consistency of the zip64 end of central directory record (GH-139702) (GH-139708) (GH-139712)

2025-10-18 Thread ambv
https://github.com/python/cpython/commit/8392b2f0d35678407d9ce7d95655a5b77de161b4 commit: 8392b2f0d35678407d9ce7d95655a5b77de161b4 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-10-08T13:46:28+02:00 summary: [3.

[Python-checkins] [3.9] gh-139700: Check consistency of the zip64 end of central directory record (GH-139702) (GH-139708) (#139715)

2025-10-18 Thread ambv
https://github.com/python/cpython/commit/76437ac248ad8ca44e9bf697b02b1e2241df2196 commit: 76437ac248ad8ca44e9bf697b02b1e2241df2196 branch: 3.9 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-10-07T21:16:10+02:00 summary: [3.9] gh-

[Python-checkins] [3.9] gh-139400: Make sure that parent parsers outlive their subparsers in `pyexpat` (GH-139403) (GH-139614)

2025-10-18 Thread ambv
https://github.com/python/cpython/commit/598165e3739c68f7d08171b645b32c2201497aa0 commit: 598165e3739c68f7d08171b645b32c2201497aa0 branch: 3.9 author: Sebastian Pipping committer: ambv date: 2025-10-07T13:52:10+02:00 summary: [3.9] gh-139400: Make sure that parent parsers outlive their

[Python-checkins] [3.9] gh-139310: skip `test_aead_aes_gcm` for Linux kernel between 6.16.0 and 6.17.x (GH-139552) (GH-139763)

2025-10-18 Thread ambv
https://github.com/python/cpython/commit/f9728747f814b47f47182b017da7e8c7e8369ad1 commit: f9728747f814b47f47182b017da7e8c7e8369ad1 branch: 3.9 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-10-09T11:13:16+02:00 summary: [3.9] gh-

[Python-checkins] [3.11] gh-139310: skip `test_aead_aes_gcm` for Linux kernel between 6.16.0 and 6.17.x (GH-139552) (GH-139762)

2025-10-17 Thread ambv
https://github.com/python/cpython/commit/854c029d3072cdf60f9cd7878a3e7c25e37cd8df commit: 854c029d3072cdf60f9cd7878a3e7c25e37cd8df branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-10-09T11:06:51+02:00 summary: [3.

[Python-checkins] [3.14] gh-69605: Hardcode some stdlib submodules in PyREPL module completion (os.path, collections.abc...) (GH-138268) (GH-138943)

2025-10-17 Thread ambv
https://github.com/python/cpython/commit/d912e9a8520c92ec0fed2bc8e8fd5cc83fa8776b commit: d912e9a8520c92ec0fed2bc8e8fd5cc83fa8776b branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-10-07T21:24:01+02:00 summary: [3.14] gh

[Python-checkins] Python 3.9.24

2025-10-17 Thread ambv
https://github.com/python/cpython/commit/91bdb00dfed8634de52e2f64cba7545deb20f74c commit: 91bdb00dfed8634de52e2f64cba7545deb20f74c branch: 3.9 author: Łukasz Langa committer: ambv date: 2025-10-09T13:54:19+02:00 summary: Python 3.9.24 files: A Misc/NEWS.d/3.9.24.rst D Misc/NEWS.d/next/Library

[Python-checkins] [3.9] gh-121227: Disallow setting an empty list for NPN (GH-137161)

2025-10-17 Thread ambv
https://github.com/python/cpython/commit/a2cdbb6e8188ba9ba8b356b28d91bff60e86fe31 commit: a2cdbb6e8188ba9ba8b356b28d91bff60e86fe31 branch: 3.9 author: Stan Ulbrych <[email protected]> committer: ambv date: 2025-10-07T14:09:33+02:00 summary: [3.9] gh-

[Python-checkins] gh-133400: Fixed Ctrl+D (^D) behavior in :mod:`_pyrepl` module (GH-133883)

2025-10-17 Thread ambv
https://github.com/python/cpython/commit/81959a0364f5bc15414d5bd61c5c0d019d486fe5 commit: 81959a0364f5bc15414d5bd61c5c0d019d486fe5 branch: main author: DeepWzh committer: ambv date: 2025-10-09T16:16:48+02:00 summary: gh-133400: Fixed Ctrl+D (^D) behavior in :mod:`_pyrepl` module (GH-133883) Co

[Python-checkins] [3.9] gh-139312: Update bundled libexpat to 2.7.3 (GH-139319) (GH-139697)

2025-10-17 Thread ambv
https://github.com/python/cpython/commit/e26ba93181bae2398af5919bacc0befd6aeda891 commit: e26ba93181bae2398af5919bacc0befd6aeda891 branch: 3.9 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-10-07T21:15:33+02:00 summary: [3.9] gh-

[Python-checkins] [3.10] gh-139700: Check consistency of the zip64 end of central directory record (GH-139702) (GH-139708) (#139714)

2025-10-17 Thread ambv
https://github.com/python/cpython/commit/bca11ae7d575d87ed93f5dd6a313be6246e3e388 commit: bca11ae7d575d87ed93f5dd6a313be6246e3e388 branch: 3.10 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-10-07T21:18:04+02:00 summary: [3.

[Python-checkins] [3.12] gh-139310: skip `test_aead_aes_gcm` for Linux kernel between 6.16.0 and 6.17.x (GH-139552) (GH-139764)

2025-10-17 Thread ambv
https://github.com/python/cpython/commit/26534f45a5d618ffb2b1ea98e2e65663915f commit: 26534f45a5d618ffb2b1ea98e2e65663915f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-10-09T11:06:33+02:00 summary: [3.

[Python-checkins] [3.10] gh-139310: skip `test_aead_aes_gcm` for Linux kernel between 6.16.0 and 6.17.x (GH-139552) (GH-139761)

2025-10-09 Thread ambv
https://github.com/python/cpython/commit/c1e10914804614fa62f2f32421d1a4f80c6d5c62 commit: c1e10914804614fa62f2f32421d1a4f80c6d5c62 branch: 3.10 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-10-09T11:08:32+02:00 summary: [3.

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

2025-10-08 Thread ambv
https://github.com/python/cpython/commit/ba738f46a78bb0ed19cbdfb85089980e4e1c404f commit: ba738f46a78bb0ed19cbdfb85089980e4e1c404f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-10-08T13:49:10+02:00 summary: [3.

[Python-checkins] [3.12] gh-139436: Remove link to the PDF downloads (GH-139142) (GH-139428)

2025-10-07 Thread ambv
https://github.com/python/cpython/commit/f9f8cb92c945640a3e5c89c64e2a992046cc7a95 commit: f9f8cb92c945640a3e5c89c64e2a992046cc7a95 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-10-07T13:48:45+02:00 summary: [3.

[Python-checkins] [3.10] gh-135374: Adjust test for setuptools' replacement of distutils (GH-138796) (GH-139303)

2025-09-29 Thread ambv
https://github.com/python/cpython/commit/91af0263101251ac1652bc7457e940cb821a2245 commit: 91af0263101251ac1652bc7457e940cb821a2245 branch: 3.10 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-09-29T16:27:23+02:00 summary: [3.

[Python-checkins] [3.11] gh-135374: Adjust test for setuptools' replacement of distutils (GH-138796)

2025-09-24 Thread ambv
https://github.com/python/cpython/commit/987af36a717793e97aad57f7da36a0677edfbdbd commit: 987af36a717793e97aad57f7da36a0677edfbdbd branch: 3.11 author: Petr Viktorin committer: ambv date: 2025-09-24T15:41:24+02:00 summary: [3.11] gh-135374: Adjust test for setuptools' replacement of dist

[Python-checkins] gh-136744: Remove unnecessary chmod from pydoc.apropos() test. (GH-136746)

2025-09-22 Thread ambv
https://github.com/python/cpython/commit/04c4628345b841ae9792ea007d7beffd2846f017 commit: 04c4628345b841ae9792ea007d7beffd2846f017 branch: main author: Russell Keith-Magee committer: ambv date: 2025-09-22T16:26:13+02:00 summary: gh-136744: Remove unnecessary chmod from pydoc.apropos() test. (GH

[Python-checkins] [3.13] gh-135329: prevent infinite traceback loop on Ctrl-C for strace (#138974)

2025-09-17 Thread ambv
https://github.com/python/cpython/commit/35ba6d4035ecea3c126f12c8aafd26b989102448 commit: 35ba6d4035ecea3c126f12c8aafd26b989102448 branch: 3.13 author: Łukasz Langa committer: ambv date: 2025-09-16T15:17:36+02:00 summary: [3.13] gh-135329: prevent infinite traceback loop on Ctrl-C for strace

[Python-checkins] gh-134466: Don't run when termios is inaccessible (GH-138911)

2025-09-17 Thread ambv
https://github.com/python/cpython/commit/2fc7004d5437e7bb0a1f5b962be441ef0ee7434b commit: 2fc7004d5437e7bb0a1f5b962be441ef0ee7434b branch: main author: Łukasz Langa committer: ambv date: 2025-09-17T12:59:49+02:00 summary: gh-134466: Don't run when termios is inaccessible (GH-138911) Wi

[Python-checkins] [3.13] gh-134466: Don't run when termios is inaccessible (GH-138911) (GH-139030)

2025-09-17 Thread ambv
https://github.com/python/cpython/commit/3db6d82a4d589a758a119e1de5118ad2e4c9588c commit: 3db6d82a4d589a758a119e1de5118ad2e4c9588c branch: 3.13 author: Łukasz Langa committer: ambv date: 2025-09-17T18:25:40+02:00 summary: [3.13] gh-134466: Don't run when termios is inaccessible (GH-138911

[Python-checkins] gh-135329: prevent infinite traceback loop on Ctrl-C for strace (GH-138133)

2025-09-16 Thread ambv
https://github.com/python/cpython/commit/b9dbf6acb34fd407d52899a6c154a1c57c9a424b commit: b9dbf6acb34fd407d52899a6c154a1c57c9a424b branch: main author: yihong committer: ambv date: 2025-09-16T12:39:03+02:00 summary: gh-135329: prevent infinite traceback loop on Ctrl-C for strace (GH-138133

[Python-checkins] [3.13] gh-128636: Fix crash in PyREPL when os.environ is overwritten with an invalid value for macOS (GH-138089) (GH-138942)

2025-09-15 Thread ambv
https://github.com/python/cpython/commit/3669efb890bfa9f0db6e5c4d92c23c059cfe275b commit: 3669efb890bfa9f0db6e5c4d92c23c059cfe275b branch: 3.13 author: Łukasz Langa committer: ambv date: 2025-09-16T00:53:51+02:00 summary: [3.13] gh-128636: Fix crash in PyREPL when os.environ is overwritten with

[Python-checkins] gh-134953: Expand theming for `True`/`False`/`None` (#135000)

2025-09-15 Thread ambv
https://github.com/python/cpython/commit/a5b9d0b8b273eaf7cfee8bb5770449b2e4395993 commit: a5b9d0b8b273eaf7cfee8bb5770449b2e4395993 branch: main author: Stan Ulbrych <[email protected]> committer: ambv date: 2025-09-15T16:36:17+02:00 summary: gh-134953:

[Python-checkins] [3.14] gh-138801: re-enable `pyrepl` tests on Windows (GH-138802) (GH-138815)

2025-09-15 Thread ambv
https://github.com/python/cpython/commit/19a8670d7a21ec9d3b6d59686a85d8cd62bfec46 commit: 19a8670d7a21ec9d3b6d59686a85d8cd62bfec46 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-09-15T16:42:36+02:00 summary: [3.

[Python-checkins] gh-69605: Hardcode some stdlib submodules in PyREPL module completion (os.path, collections.abc...) (GH-138268)

2025-09-15 Thread ambv
https://github.com/python/cpython/commit/537133d2b63611ce1c04aac4c283c932dee9985a commit: 537133d2b63611ce1c04aac4c283c932dee9985a branch: main author: Loïc Simon committer: ambv date: 2025-09-15T18:51:34+02:00 summary: gh-69605: Hardcode some stdlib submodules in PyREPL module completion

[Python-checkins] [3.13] gh-131189: Fix "msvcrt" import warning on Linux when "_ctypes" is not available. (GH-131201) (GH-138934)

2025-09-15 Thread ambv
https://github.com/python/cpython/commit/7452e95d09e92b00d514cb098680d0c4b80dc5a1 commit: 7452e95d09e92b00d514cb098680d0c4b80dc5a1 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-09-15T18:29:33+02:00 summary: [3.

[Python-checkins] gh-134953: Make the True/False/None check more efficient (GH-138931)

2025-09-15 Thread ambv
https://github.com/python/cpython/commit/811acc85d5b001e0bef6ac2e6b499e7c4f149262 commit: 811acc85d5b001e0bef6ac2e6b499e7c4f149262 branch: main author: Łukasz Langa committer: ambv date: 2025-09-15T18:27:37+02:00 summary: gh-134953: Make the True/False/None check more efficient (GH-138931

[Python-checkins] gh-128636: Fix crash in PyREPL when os.environ is overwritten with an invalid value for macOS (GH-138089)

2025-09-15 Thread ambv
https://github.com/python/cpython/commit/8ef7735c536e0ffe4a60224e59b7587288f53e9e commit: 8ef7735c536e0ffe4a60224e59b7587288f53e9e branch: main author: yihong committer: ambv date: 2025-09-15T18:26:23+02:00 summary: gh-128636: Fix crash in PyREPL when os.environ is overwritten with an invalid

[Python-checkins] gh-138239: Fix incorrect highlighting of "type" in type statements in the REPL (GH-138241)

2025-09-15 Thread ambv
https://github.com/python/cpython/commit/26cfb1794255222b20cd7b502ab9193861df3184 commit: 26cfb1794255222b20cd7b502ab9193861df3184 branch: main author: 00ll00 <[email protected]> committer: ambv date: 2025-09-15T18:21:41+02:00 summary: gh-138239: Fix incorrect highli

[Python-checkins] [3.11] gh-138744: GitHub Actions: pin to `windows-2022` (GH-138743) (GH-138755)

2025-09-13 Thread ambv
https://github.com/python/cpython/commit/262aa73bd7d951775b4a4abb072640ddb97cb280 commit: 262aa73bd7d951775b4a4abb072640ddb97cb280 branch: 3.11 author: Hugo van Kemenade <[email protected]> committer: ambv date: 2025-09-13T22:36:27+02:00 summary: [3.11] gh-138744:

[Python-checkins] [3.9] gh-118350: Fix support of elements "textarea" and "title" in HTMLParser (GH-135310) (GH-137784)

2025-09-13 Thread ambv
https://github.com/python/cpython/commit/4dea0fb67b7064eb637d859de0b5d3ce4989bd1c commit: 4dea0fb67b7064eb637d859de0b5d3ce4989bd1c branch: 3.9 author: Serhiy Storchaka committer: ambv date: 2025-09-13T22:35:13+02:00 summary: [3.9] gh-118350: Fix support of elements "textarea" and

[Python-checkins] [3.9] gh-138744: GitHub Actions: pin to `windows-2022` (GH-138743) (GH-138758)

2025-09-13 Thread ambv
https://github.com/python/cpython/commit/220e67748a1e4f111a567dabe716357a1a351613 commit: 220e67748a1e4f111a567dabe716357a1a351613 branch: 3.9 author: Hugo van Kemenade <[email protected]> committer: ambv date: 2025-09-13T22:35:01+02:00 summary: [3.9] gh-138744:

[Python-checkins] [3.10] gh-138744: GitHub Actions: pin to `windows-2022` (GH-138743) (GH-138757)

2025-09-13 Thread ambv
https://github.com/python/cpython/commit/5c19c5bac6abf3da97d1d9b80cfa16e003897096 commit: 5c19c5bac6abf3da97d1d9b80cfa16e003897096 branch: 3.10 author: Hugo van Kemenade <[email protected]> committer: ambv date: 2025-09-13T22:37:07+02:00 summary: [3.10] gh-138744:

[Python-checkins] [3.10] gh-118350: Fix support of elements "textarea" and "title" in HTMLParser (GH-135310) (GH-137783)

2025-09-13 Thread ambv
https://github.com/python/cpython/commit/9b51801581e1e38b9cf9bfeb6c12a739fd5e6309 commit: 9b51801581e1e38b9cf9bfeb6c12a739fd5e6309 branch: 3.10 author: Serhiy Storchaka committer: ambv date: 2025-09-13T22:36:51+02:00 summary: [3.10] gh-118350: Fix support of elements "textarea" and

[Python-checkins] [3.11] gh-137638: Remove macos-13 from GitHub Actions (GH-138002)

2025-09-13 Thread ambv
https://github.com/python/cpython/commit/4b407ba5b4254c1df59f941b4cc398966cdc791b commit: 4b407ba5b4254c1df59f941b4cc398966cdc791b branch: 3.11 author: Zachary Ware committer: ambv date: 2025-09-13T22:36:11+02:00 summary: [3.11] gh-137638: Remove macos-13 from GitHub Actions (GH-138002

[Python-checkins] [3.11] gh-118350: Fix support of elements "textarea" and "title" in HTMLParser (GH-135310) (GH-137782)

2025-09-13 Thread ambv
https://github.com/python/cpython/commit/02feb83af27184fd15f6ee7f7996ab92ce229f82 commit: 02feb83af27184fd15f6ee7f7996ab92ce229f82 branch: 3.11 author: Serhiy Storchaka committer: ambv date: 2025-09-13T22:35:57+02:00 summary: [3.11] gh-118350: Fix support of elements "textarea" and

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

2025-09-13 Thread ambv
https://github.com/python/cpython/commit/73f03e4808206f71eb6b92c579505a220942ef19 commit: 73f03e4808206f71eb6b92c579505a220942ef19 branch: 3.9 author: Victor Stinner committer: ambv date: 2025-09-13T22:34:15+02:00 summary: [3.9] gh-130577: tarfile now validates archives to ensure member offsets

[Python-checkins] gh-124621: Emscripten: Fix __syscall_ioctl patch (GH-136993)

2025-07-22 Thread ambv
https://github.com/python/cpython/commit/12d2f373b9f70ce43a985ada2832ca31ca66fc20 commit: 12d2f373b9f70ce43a985ada2832ca31ca66fc20 branch: main author: Hood Chatham committer: ambv date: 2025-07-22T15:05:26+02:00 summary: gh-124621: Emscripten: Fix __syscall_ioctl patch (GH-136993) If there is

[Python-checkins] [3.14] gh-124621: Emscripten: Support pyrepl in browser (GH-136931) (GH-136988)

2025-07-22 Thread ambv
https://github.com/python/cpython/commit/591019e1f2345d2f7520569c78927add5950a5ef commit: 591019e1f2345d2f7520569c78927add5950a5ef branch: 3.14 author: Łukasz Langa committer: ambv date: 2025-07-22T15:04:11+02:00 summary: [3.14] gh-124621: Emscripten: Support pyrepl in browser (GH-136931) (GH

[Python-checkins] [3.12] gh-118350: Fix support of elements "textarea" and "title" in HTMLParser (GH-135310) (GH-136986)

2025-07-22 Thread ambv
https://github.com/python/cpython/commit/f66c75f11d3aeeb614600251fd5d3fe1a34b5ff1 commit: f66c75f11d3aeeb614600251fd5d3fe1a34b5ff1 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-07-22T14:31:27+02:00 summary: [3.

[Python-checkins] [3.13] gh-118350: Fix support of elements "textarea" and "title" in HTMLParser (GH-135310) (GH-136985)

2025-07-22 Thread ambv
https://github.com/python/cpython/commit/8de88e0840aa1bec2854c1e10211007d45b7fb78 commit: 8de88e0840aa1bec2854c1e10211007d45b7fb78 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-07-22T14:17:59+02:00 summary: [3.

[Python-checkins] [3.14] gh-118350: Fix support of elements "textarea" and "title" in HTMLParser (GH-135310) (GH-136984)

2025-07-22 Thread ambv
https://github.com/python/cpython/commit/daa2fd7ed21ae3f7fc2b4a5c6d33b229e4c3d919 commit: daa2fd7ed21ae3f7fc2b4a5c6d33b229e4c3d919 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-07-22T13:52:34+02:00 summary: [3.

[Python-checkins] gh-118350: Fix support of elements "textarea" and "title" in HTMLParser (#135310)

2025-07-22 Thread ambv
https://github.com/python/cpython/commit/4d02f31cdd45d81b95540d9076222b709d4f2335 commit: 4d02f31cdd45d81b95540d9076222b709d4f2335 branch: main author: Timon Viola <[email protected]> committer: ambv date: 2025-07-22T13:27:13+02:00 summary: gh-118350: Fix supp

[Python-checkins] [3.14] gh-136251: Improvements to WASM demo REPL (GH-136252) (GH-136977)

2025-07-22 Thread ambv
https://github.com/python/cpython/commit/4f1f648c3bd36a875501778786bb8d718ab33869 commit: 4f1f648c3bd36a875501778786bb8d718ab33869 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-07-22T13:25:35+02:00 summary: [3.

[Python-checkins] gh-124621: Emscripten: Support pyrepl in browser (GH-136931)

2025-07-22 Thread ambv
https://github.com/python/cpython/commit/c933a6bb329bb97bc7e448388dad1b74f7ca4baa commit: c933a6bb329bb97bc7e448388dad1b74f7ca4baa branch: main author: Hood Chatham committer: ambv date: 2025-07-22T12:13:38+02:00 summary: gh-124621: Emscripten: Support pyrepl in browser (GH-136931) Basic

[Python-checkins] [3.9] gh-135661: Fix parsing attributes with whitespaces around the "=" separator in HTMLParser (GH-136908) (GH-136922)

2025-07-22 Thread ambv
https://github.com/python/cpython/commit/06fc882eac0e59220a7b8b127a1e7babe0055d45 commit: 06fc882eac0e59220a7b8b127a1e7babe0055d45 branch: 3.9 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-07-22T11:58:28+02:00 summary: [3.9] gh-

[Python-checkins] [3.10] gh-135661: Fix parsing attributes with whitespaces around the "=" separator in HTMLParser (GH-136908) (GH-136921)

2025-07-22 Thread ambv
https://github.com/python/cpython/commit/1df5d0014578be7fe7ae25e2cc60c50c8b5cc0f7 commit: 1df5d0014578be7fe7ae25e2cc60c50c8b5cc0f7 branch: 3.10 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-07-22T11:57:56+02:00 summary: [3.

[Python-checkins] [3.11] gh-135661: Fix parsing attributes with whitespaces around the "=" separator in HTMLParser (GH-136908) (GH-136920)

2025-07-22 Thread ambv
https://github.com/python/cpython/commit/3511c2e546aaacda5880eb89a94f4e8514b3ce76 commit: 3511c2e546aaacda5880eb89a94f4e8514b3ce76 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-07-22T11:56:55+02:00 summary: [3.

[Python-checkins] [3.12] gh-135661: Fix parsing attributes with whitespaces around the "=" separator in HTMLParser (GH-136908) (GH-136919)

2025-07-22 Thread ambv
https://github.com/python/cpython/commit/ad695f53281f80a84e1c1729b4b95681aea004c0 commit: ad695f53281f80a84e1c1729b4b95681aea004c0 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-07-22T11:56:39+02:00 summary: [3.

[Python-checkins] [3.13] gh-135661: Fix parsing attributes with whitespaces around the "=" separator in HTMLParser (GH-136908) (GH-136918)

2025-07-22 Thread ambv
https://github.com/python/cpython/commit/853b5c43d003d6670d532f961bf0b183204a0133 commit: 853b5c43d003d6670d532f961bf0b183204a0133 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-07-22T11:56:10+02:00 summary: [3.

[Python-checkins] [3.14] gh-124621: Emscripten: Add support for async input devices (GH-136822) (GH-136935)

2025-07-22 Thread ambv
https://github.com/python/cpython/commit/d118bc061b4f7ea916bb25f19c5c7f8e1923fbc7 commit: d118bc061b4f7ea916bb25f19c5c7f8e1923fbc7 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-07-22T11:51:02+02:00 summary: [3.

[Python-checkins] [3.14] gh-135661: Fix parsing attributes with whitespaces around the "=" separator in HTMLParser (GH-136908) (#136927)

2025-07-21 Thread ambv
https://github.com/python/cpython/commit/893707c53852150e65068fcf80ac5469bde0c0ee commit: 893707c53852150e65068fcf80ac5469bde0c0ee branch: 3.14 author: Serhiy Storchaka committer: ambv date: 2025-07-21T20:34:24+02:00 summary: [3.14] gh-135661: Fix parsing attributes with whitespaces around the

[Python-checkins] [3.14] gh-135621: Simplify TermInfo (GH-136916) (#136925)

2025-07-21 Thread ambv
https://github.com/python/cpython/commit/11378e1c859d5601bb08a43ec1c8902bf2428c90 commit: 11378e1c859d5601bb08a43ec1c8902bf2428c90 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-07-21T18:04:13+02:00 summary: [3.

[Python-checkins] gh-135621: Simplify TermInfo (GH-136916)

2025-07-21 Thread ambv
https://github.com/python/cpython/commit/28153fec58a255a001c39235376a326ccb367188 commit: 28153fec58a255a001c39235376a326ccb367188 branch: main author: Petr Viktorin committer: ambv date: 2025-07-21T13:06:42+02:00 summary: gh-135621: Simplify TermInfo (GH-136916) files: M Lib/_pyrepl

[Python-checkins] [3.14] gh-135621: Remove dependency on curses from PyREPL (GH-136758) (GH-136915)

2025-07-21 Thread ambv
https://github.com/python/cpython/commit/031645a88427d8c8df70ae96519b4d2d0ae550f7 commit: 031645a88427d8c8df70ae96519b4d2d0ae550f7 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-07-21T13:02:41+02:00 summary: [3.

[Python-checkins] gh-135661: Fix parsing attributes with whitespaces around the "=" separator in HTMLParser (GH-136908)

2025-07-21 Thread ambv
https://github.com/python/cpython/commit/dee650189497735edbc08a54edabb5b06ef1bd09 commit: dee650189497735edbc08a54edabb5b06ef1bd09 branch: main author: Serhiy Storchaka committer: ambv date: 2025-07-21T12:07:15+02:00 summary: gh-135661: Fix parsing attributes with whitespaces around the

[Python-checkins] [3.14] gh-136852: Emscripten: Add PYTHON_NODE_VERSION environment variable (GH-136853) (GH-136907)

2025-07-21 Thread ambv
https://github.com/python/cpython/commit/4f6f3ee8d3710fef102071c53919a9af7a28613b commit: 4f6f3ee8d3710fef102071c53919a9af7a28613b branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-07-21T11:58:57+02:00 summary: [3.

[Python-checkins] gh-135621: Remove dependency on curses from PyREPL (GH-136758)

2025-07-21 Thread ambv
https://github.com/python/cpython/commit/09dfb50f1b7c23bc48d86bd579671761bb8ca48b commit: 09dfb50f1b7c23bc48d86bd579671761bb8ca48b branch: main author: Łukasz Langa committer: ambv date: 2025-07-21T11:57:34+02:00 summary: gh-135621: Remove dependency on curses from PyREPL (GH-136758) files: A

[Python-checkins] gh-136251: Improvements to WASM demo REPL (GH-136252)

2025-07-21 Thread ambv
https://github.com/python/cpython/commit/d1d526afe7ce62c787b150652a2ba136cb949d74 commit: d1d526afe7ce62c787b150652a2ba136cb949d74 branch: main author: adam j hartz committer: ambv date: 2025-07-21T11:56:45+02:00 summary: gh-136251: Improvements to WASM demo REPL (GH-136252) Co-authored-by

[Python-checkins] gh-136852: Emscripten: Fix bug in #136853 (#136909)

2025-07-21 Thread ambv
https://github.com/python/cpython/commit/9c7b2af73dee2b99793637c3b70f724641b84349 commit: 9c7b2af73dee2b99793637c3b70f724641b84349 branch: main author: Hood Chatham committer: ambv date: 2025-07-21T11:17:36+02:00 summary: gh-136852: Emscripten: Fix bug in #136853 (#136909) We need to get rid

[Python-checkins] gh-136852: Emscripten: Add PYTHON_NODE_VERSION environment variable (#136853)

2025-07-20 Thread ambv
https://github.com/python/cpython/commit/aec7f5f8b2e8b5e02869cdb4e1f8a9ef87c9f953 commit: aec7f5f8b2e8b5e02869cdb4e1f8a9ef87c9f953 branch: main author: Hood Chatham committer: ambv date: 2025-07-21T00:30:35+02:00 summary: gh-136852: Emscripten: Add PYTHON_NODE_VERSION environment variable

[Python-checkins] gh-124621: Emscripten: Fix regression in use-after-close error handling (#136837)

2025-07-19 Thread ambv
https://github.com/python/cpython/commit/800d37feca2e0ea3343995b3b817b653db2f9034 commit: 800d37feca2e0ea3343995b3b817b653db2f9034 branch: main author: Hood Chatham committer: ambv date: 2025-07-19T21:43:50+02:00 summary: gh-124621: Emscripten: Fix regression in use-after-close error handling

[Python-checkins] gh-124621: Emscripten: Add support for async input devices (GH-136822)

2025-07-19 Thread ambv
https://github.com/python/cpython/commit/7ae4749d064bd49b0dd96172fee20c1f1678d9e9 commit: 7ae4749d064bd49b0dd96172fee20c1f1678d9e9 branch: main author: Hood Chatham committer: ambv date: 2025-07-19T17:14:29+02:00 summary: gh-124621: Emscripten: Add support for async input devices (GH-136822

[Python-checkins] [3.14] gh-136801: Fix PyREPL syntax highlightning on match cases after multi-line case (GH-136804) (GH-136813)

2025-07-19 Thread ambv
https://github.com/python/cpython/commit/2a9aeb0f579ff75cd49dd36fb8f62d7a8adb6bfa commit: 2a9aeb0f579ff75cd49dd36fb8f62d7a8adb6bfa branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-07-19T15:56:40+02:00 summary: [3.

[Python-checkins] gh-136801: Fix PyREPL syntax highlightning on match cases after multi-line case (GH-136804)

2025-07-19 Thread ambv
https://github.com/python/cpython/commit/3a648445337098abf22c7faa296389dab597797c commit: 3a648445337098abf22c7faa296389dab597797c branch: main author: Olga Matoula committer: ambv date: 2025-07-19T15:15:49+02:00 summary: gh-136801: Fix PyREPL syntax highlightning on match cases after multi

[Python-checkins] [3.14] gh-131189: Fix "msvcrt" import warning on Linux when "_ctypes" is not available. (GH-131201) (GH-136668)

2025-07-15 Thread ambv
https://github.com/python/cpython/commit/115477399bb962193026a3035ab07a1c0cd52f9f commit: 115477399bb962193026a3035ab07a1c0cd52f9f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-07-15T10:12:45+02:00 summary: [3.

[Python-checkins] gh-131189: Fix "msvcrt" import warning on Linux when "_ctypes" is not available. (GH-131201)

2025-07-15 Thread ambv
https://github.com/python/cpython/commit/f320c951c3220aa6727b581216463e8b3f8bcd6b commit: f320c951c3220aa6727b581216463e8b3f8bcd6b branch: main author: Dzmitry Plashchynski committer: ambv date: 2025-07-15T09:44:31+02:00 summary: gh-131189: Fix "msvcrt" import warning on Linux when &q

[Python-checkins] [3.9] gh-135661: Fix parsing start and end tags in HTMLParser according to the HTML5 standard (GH-135930) (GH-136268) (#136293)

2025-07-12 Thread ambv
https://github.com/python/cpython/commit/6c972008610648dd46e19a8c3beb7638b977d870 commit: 6c972008610648dd46e19a8c3beb7638b977d870 branch: 3.9 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-07-12T14:27:08+02:00 summary: [3.9] gh-

  1   2   3   4   5   6   >