[Python-checkins] fix some typos (#138977)

2025-09-16 Thread kumaraditya303
https://github.com/python/cpython/commit/6393068bde5dbd12476585627a024ac160df6a2c commit: 6393068bde5dbd12476585627a024ac160df6a2c branch: main author: AN Long committer: kumaraditya303 date: 2025-09-16T18:33:39+05:30 summary: fix some typos (#138977) files: M InternalDocs/asyncio.md M Lib/test

[Python-checkins] [3.14] gh-110936: Reorder string literal definition in Lexical Analysis (GH-138063) (#138373)

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

[Python-checkins] gh-134716: Support regular expressions in -W and PYTHONWARNINGS (GH-138149)

2025-09-16 Thread serhiy-storchaka
https://github.com/python/cpython/commit/cf9ef73121cd2b96dd514e09b3ad253d841d91dd commit: cf9ef73121cd2b96dd514e09b3ad253d841d91dd branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-09-16T17:06:44Z summary: gh-134716: Support regular expressions in -W and PYTHONWARNINGS

[Python-checkins] Revert "gh-118803: Remove `ByteString` from `typing` and `collections.abc` (#118804)" (#138990)

2025-09-16 Thread AlexWaygood
https://github.com/python/cpython/commit/530ddd3e06a425b8bb9e8afb657dc7711a5aa2f9 commit: 530ddd3e06a425b8bb9e8afb657dc7711a5aa2f9 branch: main author: Alex Waygood committer: AlexWaygood date: 2025-09-16T16:48:19+01:00 summary: Revert "gh-118803: Remove `ByteString` from `typing` and `collectio

[Python-checkins] [3.14] gh-137985: Correct description of Formatter's datefmt param in logging documentation (GH-138530) (#138565)

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

[Python-checkins] GH-129805: Clean up some changes from GH-129806 (GH-133540)

2025-09-16 Thread brandtbucher
https://github.com/python/cpython/commit/55e29a6100eb4aa89c3f510d4335b953364dd74e commit: 55e29a6100eb4aa89c3f510d4335b953364dd74e branch: main author: Brandt Bucher committer: brandtbucher date: 2025-09-16T11:29:09+01:00 summary: GH-129805: Clean up some changes from GH-129806 (GH-133540) file

[Python-checkins] gh-137226: Fix get_type_hints() on generic TypedDict with stringified annotations (#138953)

2025-09-16 Thread JelleZijlstra
https://github.com/python/cpython/commit/6d6aba252301cdf9d5ae3189629e1e43101dd58f commit: 6d6aba252301cdf9d5ae3189629e1e43101dd58f branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-09-16T07:28:39-07:00 summary: gh-137226: Fix get_type_hints() on generic TypedDict with strin

[Python-checkins] [3.14] gh-54874: Expand unicodedata module documentation (GH-138301) (#138346)

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

[Python-checkins] [3.14] gh-138871: Clarify NameError exception in 'del' (GH-138881) (#138903)

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

[Python-checkins] gh-129813, PEP 782: Add doc reference link (#138986)

2025-09-16 Thread vstinner
https://github.com/python/cpython/commit/9a8bc6d4a46cc5af1e3a98b0c147496f2ddd17ae commit: 9a8bc6d4a46cc5af1e3a98b0c147496f2ddd17ae branch: main author: Victor Stinner committer: vstinner date: 2025-09-16T15:51:45+02:00 summary: gh-129813, PEP 782: Add doc reference link (#138986) files: M Doc/c

[Python-checkins] Adds support for building with VisualStudioVersion = 18.0 (GH-138980)

2025-09-16 Thread zooba
https://github.com/python/cpython/commit/6920fa4bcddad4abb46a3ae40e16f13566d6cf26 commit: 6920fa4bcddad4abb46a3ae40e16f13566d6cf26 branch: main author: Steve Dower committer: zooba date: 2025-09-16T13:41:36Z summary: Adds support for building with VisualStudioVersion = 18.0 (GH-138980) files: M

[Python-checkins] [3.14] gh-135755: Make Py_MAX_SCRIPT_PATH_SIZE private (GH-138350) (#138356)

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

[Python-checkins] Synced docs and docstring for `sysconfig.get_platform` (#135530)

2025-09-16 Thread ned-deily
https://github.com/python/cpython/commit/01cc53295cca6834de77be79368c25b890bab8fc commit: 01cc53295cca6834de77be79368c25b890bab8fc branch: main author: ivan committer: ned-deily date: 2025-09-16T12:16:48+01:00 summary: Synced docs and docstring for `sysconfig.get_platform` (#135530) Co-authore

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

2025-09-16 Thread pablogsal
https://github.com/python/cpython/commit/7f293a615de4f7c0472ca0cb8e71c111071ac4b7 commit: 7f293a615de4f7c0472ca0cb8e71c111071ac4b7 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2025-09-16T11:04:49Z summary: [3.14] gh-135329

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

[Python-checkins] gh-129813, PEP 782: Soft deprecate _PyBytes_Resize() (#138964)

2025-09-16 Thread vstinner
https://github.com/python/cpython/commit/d61dda52bac93927829f853c952485e2b0c42899 commit: d61dda52bac93927829f853c952485e2b0c42899 branch: main author: Victor Stinner committer: vstinner date: 2025-09-16T10:38:43+02:00 summary: gh-129813, PEP 782: Soft deprecate _PyBytes_Resize() (#138964) Soft

[Python-checkins] gh-88473: Implement fast path in date.today() for date types (#130980)

2025-09-16 Thread pganssle
https://github.com/python/cpython/commit/fc3e22a06c9b7c93ee379b5554a40a275745e15f commit: fc3e22a06c9b7c93ee379b5554a40a275745e15f branch: main author: Stan Ulbrych <[email protected]> committer: pganssle <[email protected]> date: 2025-09-16T1

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

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

[Python-checkins] gh-138013: Remove load_tests in test_io.test_general (#138771)

2025-09-16 Thread vstinner
https://github.com/python/cpython/commit/ed75160b73ee850103ccc55d4124b16424b9c002 commit: ed75160b73ee850103ccc55d4124b16424b9c002 branch: main author: Cody Maloney committer: vstinner date: 2025-09-16T10:37:28+02:00 summary: gh-138013: Remove load_tests in test_io.test_general (#138771) Rely o

[Python-checkins] [3.13] gh-138163: skip failures if tests are run with `SCHED_BATCH` on glibc (GH-138576) (GH-138819)

2025-09-16 Thread encukou
https://github.com/python/cpython/commit/2b8ff3ca66d8ed73dece0683e6192489c1ccf75c commit: 2b8ff3ca66d8ed73dece0683e6192489c1ccf75c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-09-16T10:27:19+02:00 summary: [3.13] gh-138

[Python-checkins] gh-137433: Fix deadlock with stop-the-world and daemon threads (gh-137735)

2025-09-16 Thread colesbury
https://github.com/python/cpython/commit/90fe3250f82712b61630d636246c92df7c40c816 commit: 90fe3250f82712b61630d636246c92df7c40c816 branch: main author: Sam Gross committer: colesbury date: 2025-09-16T09:21:58+01:00 summary: gh-137433: Fix deadlock with stop-the-world and daemon threads (gh-13773