[Python-checkins] gh-140358: Bring back elapsed time and unreachable count to gc debug output (#140359)

2025-10-20 Thread pablogsal
https://github.com/python/cpython/commit/b2f9fb9db29296410f76009ac65cf81afa8a92a9 commit: b2f9fb9db29296410f76009ac65cf81afa8a92a9 branch: main author: Pål Grønås Drange committer: pablogsal date: 2025-10-21T00:54:44+01:00 summary: gh-140358: Bring back elapsed time and unreachable count to gc d

[Python-checkins] gh-133601: Remove deprecated `typing.no_type_check_decorator` (#133602)

2025-10-20 Thread sobolevn
https://github.com/python/cpython/commit/e09837fcbf39d07c0af51aa936e95c50aed4787c commit: e09837fcbf39d07c0af51aa936e95c50aed4787c branch: main author: sobolevn committer: sobolevn date: 2025-10-20T21:10:44Z summary: gh-133601: Remove deprecated `typing.no_type_check_decorator` (#133602) files:

[Python-checkins] [3.14] [Docs] Add missing note about Required/NotRequired/ReadOnly in get_type_hints() (GH-139565) (#140386)

2025-10-20 Thread JelleZijlstra
https://github.com/python/cpython/commit/ba6d956eb98bea2eaff245d8da092a0a95060d97 commit: ba6d956eb98bea2eaff245d8da092a0a95060d97 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2025-10-20T13:23:19-07:00 summary: [3.14]

[Python-checkins] [3.13] [Docs] Add missing note about Required/NotRequired/ReadOnly in get_type_hints() (GH-139565) (#140387)

2025-10-20 Thread JelleZijlstra
https://github.com/python/cpython/commit/90843711074577719cd5bc7f866db820d9c52085 commit: 90843711074577719cd5bc7f866db820d9c52085 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2025-10-20T13:23:28-07:00 summary: [3.13]

[Python-checkins] [3.14] gh-138891: fix star-unpack in get_annotations (GH-138951) (#140384)

2025-10-20 Thread JelleZijlstra
https://github.com/python/cpython/commit/62f44dda1c327a2b1fede7ebb47cf33a7a2ce6bb commit: 62f44dda1c327a2b1fede7ebb47cf33a7a2ce6bb branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2025-10-20T20:20:47Z summary: [3.14] gh-13

[Python-checkins] [Docs] Add missing note about Required/NotRequired/ReadOnly in get_type_hints() (#139565)

2025-10-20 Thread JelleZijlstra
https://github.com/python/cpython/commit/a752f58d6b628ab4fe6e4263137ec4cc244ff390 commit: a752f58d6b628ab4fe6e4263137ec4cc244ff390 branch: main author: Sam Bull committer: JelleZijlstra date: 2025-10-20T20:09:33Z summary: [Docs] Add missing note about Required/NotRequired/ReadOnly in get_type_hi

[Python-checkins] gh-138891: fix star-unpack in get_annotations (#138951)

2025-10-20 Thread JelleZijlstra
https://github.com/python/cpython/commit/c6be6e453730228053783f3444cb62e1425a3feb commit: c6be6e453730228053783f3444cb62e1425a3feb branch: main author: Christoph Walcher committer: JelleZijlstra date: 2025-10-20T19:55:08Z summary: gh-138891: fix star-unpack in get_annotations (#138951) files: A

[Python-checkins] gh-133656: Remove unused import and private global in `Lib/zipimport.py` (GH-140325)

2025-10-20 Thread brettcannon
https://github.com/python/cpython/commit/d467f24d0f886b8a76944726eb46bf0e3bb667a8 commit: d467f24d0f886b8a76944726eb46bf0e3bb667a8 branch: main author: yihong committer: brettcannon date: 2025-10-20T19:43:10Z summary: gh-133656: Remove unused import and private global in `Lib/zipimport.py` (GH-

[Python-checkins] [3.14] gh-63161: Fix tokenize.detect_encoding() (GH-139446) (GH-140378)

2025-10-20 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8e93f6e203bd6cd2f22ec238442f82f52b354289 commit: 8e93f6e203bd6cd2f22ec238442f82f52b354289 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-10-20T17:34:56Z summary: [3.14] gh

[Python-checkins] gh-63161: Fix tokenize.detect_encoding() (GH-139446)

2025-10-20 Thread serhiy-storchaka
https://github.com/python/cpython/commit/38d4b436ca767351db834189b3a5379406cd52a8 commit: 38d4b436ca767351db834189b3a5379406cd52a8 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-10-20T20:08:47+03:00 summary: gh-63161: Fix tokenize.detect_encoding() (GH-139446) * Su

[Python-checkins] [3.14] gh-63161: Fix test_source_encoding when stderr is StringIO (GH-140361)

2025-10-20 Thread serhiy-storchaka
https://github.com/python/cpython/commit/abb3b3142b2ac25e034a1d52fcb08f8b71b1e023 commit: abb3b3142b2ac25e034a1d52fcb08f8b71b1e023 branch: 3.14 author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-10-20T20:05:42+03:00 summary: [3.14] gh-63161: Fix test_source_encoding when stderr is S

[Python-checkins] gh-83714: Set os.statx() members to None if missing from stx_mask (#140216)

2025-10-20 Thread vstinner
https://github.com/python/cpython/commit/3222ea0f1444cac0733f89b36f1d48ae67a08ffb commit: 3222ea0f1444cac0733f89b36f1d48ae67a08ffb branch: main author: Victor Stinner committer: vstinner date: 2025-10-20T17:59:12+02:00 summary: gh-83714: Set os.statx() members to None if missing from stx_mask (#

[Python-checkins] [3.14] gh-140263: Fix data race in test_lock_two_threads (gh-140264) (gh-140369)

2025-10-20 Thread colesbury
https://github.com/python/cpython/commit/6493a6aaf3cfd7ccf6bb9de76e1a5c5e28feb75b commit: 6493a6aaf3cfd7ccf6bb9de76e1a5c5e28feb75b branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2025-10-20T14:25:42Z summary: [3.14] gh-140263

[Python-checkins] Docs: replace an esoteric Von Neumann mention (#137598)

2025-10-20 Thread nedbat
https://github.com/python/cpython/commit/237dca52ba1e850758a3dd7e46adb78a4f70d43c commit: 237dca52ba1e850758a3dd7e46adb78a4f70d43c branch: main author: Ned Batchelder committer: nedbat date: 2025-10-20T10:01:20-04:00 summary: Docs: replace an esoteric Von Neumann mention (#137598) * Docs: repla

[Python-checkins] gh-140263: Fix data race in test_lock_two_threads (gh-140264)

2025-10-20 Thread colesbury
https://github.com/python/cpython/commit/f11ec6e643f54f4ee698f7dfc878812a315f2af4 commit: f11ec6e643f54f4ee698f7dfc878812a315f2af4 branch: main author: Sam Gross committer: colesbury date: 2025-10-20T09:58:05-04:00 summary: gh-140263: Fix data race in test_lock_two_threads (gh-140264) Clang-20

[Python-checkins] gh-140166: Use `application/texinfo` as sole MIME type for `.texi` and `.texinfo` files (#140165)

2025-10-20 Thread hugovk
https://github.com/python/cpython/commit/e4f6445f308109fdeb2c0e668c795fdb1ad335d0 commit: e4f6445f308109fdeb2c0e668c795fdb1ad335d0 branch: main author: Charlie Lin committer: hugovk <[email protected]> date: 2025-10-20T16:14:23+03:00 summary: gh-140166: Use `application/texi

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

[Python-checkins] gh-76007: Deprecate `__version__` attribute in `imaplib` (#140299)

2025-10-20 Thread hugovk
https://github.com/python/cpython/commit/99c3c63d2b22359374ecb9645b027b8cd2082249 commit: 99c3c63d2b22359374ecb9645b027b8cd2082249 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-10-20T15:20:44+0

[Python-checkins] gh-66646: Explain __base__ attribute in the docs (GH-102554)

2025-10-20 Thread encukou
https://github.com/python/cpython/commit/faa169afa0dad9586b294ea9ab6e5e17c5712861 commit: faa169afa0dad9586b294ea9ab6e5e17c5712861 branch: main author: Furkan Onder committer: encukou date: 2025-10-20T14:15:30+02:00 summary: gh-66646: Explain __base__ attribute in the docs (GH-102554) Co-autho

[Python-checkins] gh-139951: Test on GC collection disabled if threshold is zero (GH-140304)

2025-10-20 Thread markshannon
https://github.com/python/cpython/commit/5d0abb69715b9638f26c896444643055ec2ef038 commit: 5d0abb69715b9638f26c896444643055ec2ef038 branch: main author: Mikhail Efimov committer: markshannon date: 2025-10-20T11:45:07+01:00 summary: gh-139951: Test on GC collection disabled if threshold is zero (G

[Python-checkins] [3.13] gh-140306: Fix memory leaks in cross-interpreter data handling (GH-140307) (GH-140357)

2025-10-20 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d7473f7a47673e3680fb5bf54730e1194c9853f1 commit: d7473f7a47673e3680fb5bf54730e1194c9853f1 branch: 3.13 author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-10-20T10:13:15Z summary: [3.13] gh-140306: Fix memory leaks in cross-interpreter data ha

[Python-checkins] [3.14] gh-140301: Fix memory leak in subinterpreter `PyConfig` cleanup (GH-140303) (#140360)

2025-10-20 Thread kumaraditya303
https://github.com/python/cpython/commit/d7fe4e99a2d1b660d444876c721c8889b8a9fd28 commit: d7fe4e99a2d1b660d444876c721c8889b8a9fd28 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-20T09:54:41Z summary: [3.14] gh-1

[Python-checkins] gh-140301: Fix memory leak in subinterpreter `PyConfig` cleanup (#140303)

2025-10-20 Thread kumaraditya303
https://github.com/python/cpython/commit/a615fb49c948902a982c3256899507abcc9f9bc8 commit: a615fb49c948902a982c3256899507abcc9f9bc8 branch: main author: Shamil committer: kumaraditya303 date: 2025-10-20T09:29:23Z summary: gh-140301: Fix memory leak in subinterpreter `PyConfig` cleanup (#140303)

[Python-checkins] fix typo in comments PyOS_CallInputHook -> PyOS_InputHook (#140237)

2025-10-20 Thread kumaraditya303
https://github.com/python/cpython/commit/baf45159e53313000f188da5394cf1af12615f7f commit: baf45159e53313000f188da5394cf1af12615f7f branch: main author: mdehoon committer: kumaraditya303 date: 2025-10-20T14:25:57+05:30 summary: fix typo in comments PyOS_CallInputHook -> PyOS_InputHook (#140237)

[Python-checkins] Fix typo in PyIter_Send docs (#140336)

2025-10-20 Thread kumaraditya303
https://github.com/python/cpython/commit/3c2781dc5f2f400ab4cae79d63051365d15b22e4 commit: 3c2781dc5f2f400ab4cae79d63051365d15b22e4 branch: main author: Peter Holloway committer: kumaraditya303 date: 2025-10-20T14:23:57+05:30 summary: Fix typo in PyIter_Send docs (#140336) files: M Doc/c-api/ite

[Python-checkins] Remove typo in ``functools.lru_cache`` docs (#140278)

2025-10-20 Thread kumaraditya303
https://github.com/python/cpython/commit/7babe31443d40f42a0b562a1712bc378aade5f5c commit: 7babe31443d40f42a0b562a1712bc378aade5f5c branch: main author: Brandon Hubacher committer: kumaraditya303 date: 2025-10-20T14:25:01+05:30 summary: Remove typo in ``functools.lru_cache`` docs (#140278) files

[Python-checkins] [3.13] gh-101100: Fix sphinx warnings in `library/resource.rst` (GH-140023) (#140353)

2025-10-20 Thread hugovk
https://github.com/python/cpython/commit/e5ebcabc6bcdfefe20784a703808157769607c26 commit: e5ebcabc6bcdfefe20784a703808157769607c26 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-10-2

[Python-checkins] [3.14] gh-101100: Fix sphinx warnings in `library/resource.rst` (GH-140023) (#140352)

2025-10-20 Thread hugovk
https://github.com/python/cpython/commit/357284edb554360f7248507cee15b37c111d3b23 commit: 357284edb554360f7248507cee15b37c111d3b23 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-10-2

[Python-checkins] gh-101100: Fix sphinx warnings in `library/resource.rst` (#140023)

2025-10-20 Thread hugovk
https://github.com/python/cpython/commit/9c18f75e7c7fd65d7c923a1693121334a5e3f93b commit: 9c18f75e7c7fd65d7c923a1693121334a5e3f93b branch: main author: Weilin Du <[email protected]> committer: hugovk <[email protected]> date: 2025-10-20T10:15:40+03