[Python-checkins] gh-134208: remove dead AC directives for `_curses.window.{chgat,getstr,instr}` (#134325)

2025-05-26 Thread picnixz
https://github.com/python/cpython/commit/29e81159644cf78d958e30aaef208e22a04a8b25 commit: 29e81159644cf78d958e30aaef208e22a04a8b25 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-05-26T10:52:19+

[Python-checkins] gh-132710: only use stable `_uuid.generate_time_safe()` to deduce MAC address (#132901)

2025-05-26 Thread picnixz
https://github.com/python/cpython/commit/3bffada46728e51f84c41ecbb0d3722595693e63 commit: 3bffada46728e51f84c41ecbb0d3722595693e63 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-05-26T10:56:31+

[Python-checkins] gh-129594: Remove redundant check on varargs in `_PyArg_CheckPositional` (#129595)

2025-05-26 Thread picnixz
https://github.com/python/cpython/commit/fb09db1b934a51e52e46dc64d7e5e84fe69e6160 commit: fb09db1b934a51e52e46dc64d7e5e84fe69e6160 branch: main author: Pieter Eendebak committer: picnixz <[email protected]> date: 2025-05-26T10:51:12+02:00 summary: gh-129594: Remove redunda

[Python-checkins] gh-134559: Add versionadded for ``object.__replace__()`` (#134672)

2025-05-26 Thread AA-Turner
https://github.com/python/cpython/commit/71290a6fbe79cef3773a3af6fcf08d8bf15c8460 commit: 71290a6fbe79cef3773a3af6fcf08d8bf15c8460 branch: main author: tmlnv <[email protected]> committer: AA-Turner <[email protected]> date: 2025-05-26T10:39:04+01:00

[Python-checkins] [3.14] gh-127833: lexical analysis: Improve section on Names (GH-131474) (#134423)

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

[Python-checkins] [3.14] gh-132493: Remove __annotations__ usage in inspect._signature_is_functionlike (GH-133415) (#133796)

2025-05-26 Thread JelleZijlstra
https://github.com/python/cpython/commit/dc441efbd00b8dd2f26d014fb67895d381a8f602 commit: dc441efbd00b8dd2f26d014fb67895d381a8f602 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2025-05-26T08:22:14Z summary: [3.14] gh-13

[Python-checkins] gh-134583: Update devcontainer reference to include image with libzstd-devel (gh-134765)

2025-05-26 Thread corona10
https://github.com/python/cpython/commit/9bf03c6c30c9ee2979061410651c3f6132683640 commit: 9bf03c6c30c9ee2979061410651c3f6132683640 branch: main author: Emma Smith committer: corona10 date: 2025-05-27T10:24:38+09:00 summary: gh-134583: Update devcontainer reference to include image with libzstd-d

[Python-checkins] gh-132710: add missing NEWS entry for GH-132901 (#134705)

2025-05-26 Thread picnixz
https://github.com/python/cpython/commit/9eb84d83e00070cec3cfe78f1d0c7a7a0fbef30f commit: 9eb84d83e00070cec3cfe78f1d0c7a7a0fbef30f branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-05-26T10:38:16Z

[Python-checkins] gh-91048: Correct Apple platform includes for iOS. (#134712)

2025-05-26 Thread freakboy3742
https://github.com/python/cpython/commit/965662ee4a986605b60da470d9e7c1e9a6f922b3 commit: 965662ee4a986605b60da470d9e7c1e9a6f922b3 branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2025-05-26T12:44:41Z summary: gh-91048: Correct Apple platform includes for iOS. (#134712) Co

[Python-checkins] [3.13] gh-134152: Fix UnboundLocalError in email._header_value_parser _get_ptext_to_endchars (GH-134233) (#134677)

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

[Python-checkins] [3.14] gh-134208: remove dead AC directives for `_curses.window.{chgat,getstr,instr}` (GH-134325) (#134701)

2025-05-26 Thread picnixz
https://github.com/python/cpython/commit/ed52549c3716f5aa5942db2a594ba594edba2e74 commit: ed52549c3716f5aa5942db2a594ba594edba2e74 branch: 3.14 author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-05-26T10:09:02Z

[Python-checkins] [3.14] gh-132710: only use stable `_uuid.generate_time_safe()` to deduce MAC address (GH-132901) (#134697)

2025-05-26 Thread picnixz
https://github.com/python/cpython/commit/072f50fc12ee7e11e84f6d85d8a1b3ad2c65db9f commit: 072f50fc12ee7e11e84f6d85d8a1b3ad2c65db9f branch: 3.14 author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-05-26T10:45:36Z

[Python-checkins] [3.14] gh-134152: Fix UnboundLocalError in email._header_value_parser _get_ptext_to_endchars (GH-134233) (#134678)

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

[Python-checkins] [3.14] Add CODEOWNERS for remote debugging (GH-134720) (#134721)

2025-05-26 Thread pablogsal
https://github.com/python/cpython/commit/01ccc824ca3deb496e3f27ce409b7951c1a7e121 commit: 01ccc824ca3deb496e3f27ce409b7951c1a7e121 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2025-05-26T15:46:51+01:00 summary: [3.14] Add

[Python-checkins] Add trailing line to CODEOWNERS (#134722)

2025-05-26 Thread pablogsal
https://github.com/python/cpython/commit/7774869b1b5acc375a12293d2ccc39f606c064e6 commit: 7774869b1b5acc375a12293d2ccc39f606c064e6 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2025-05-26T15:47:09+01:00 summary: Add trailing line to CODEOWNERS (#134722) files: M .github/

[Python-checkins] gh-134693: Fix `[-Wmaybe-uninitialized]` warning in `_remote_debugging_module.c` (#134694)

2025-05-26 Thread pablogsal
https://github.com/python/cpython/commit/806107d7a2fa9baa76d4025f46fab2c8725963f4 commit: 806107d7a2fa9baa76d4025f46fab2c8725963f4 branch: main author: sobolevn committer: pablogsal date: 2025-05-26T16:06:33+01:00 summary: gh-134693: Fix `[-Wmaybe-uninitialized]` warning in `_remote_debugging_m

[Python-checkins] [3.14] gh-134693: Fix `[-Wmaybe-uninitialized]` warning in `_remote_debugging_module.c` (GH-134694) (#134726)

2025-05-26 Thread pablogsal
https://github.com/python/cpython/commit/2a089244f0de2211c7451a059da4ed7ec3ec892c commit: 2a089244f0de2211c7451a059da4ed7ec3ec892c branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2025-05-26T15:32:52Z summary: [3.14] gh-134693

[Python-checkins] gh-119180: Updates to PEP 649/749 docs (#134640)

2025-05-26 Thread JelleZijlstra
https://github.com/python/cpython/commit/7291eaba8b20b19e7971d43d88286d5820e5eb56 commit: 7291eaba8b20b19e7971d43d88286d5820e5eb56 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-05-26T08:35:04-07:00 summary: gh-119180: Updates to PEP 649/749 docs (#134640) - Mention (ag

[Python-checkins] [3.14] gh-119180: Updates to PEP 649/749 docs (GH-134640) (#134731)

2025-05-26 Thread JelleZijlstra
https://github.com/python/cpython/commit/9ddc7c548d45b73c84131e6d75b03c26a3e8b6e8 commit: 9ddc7c548d45b73c84131e6d75b03c26a3e8b6e8 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2025-05-26T15:40:43Z summary: [3.14] gh-11

[Python-checkins] Add CODEOWNERS and YAML to end-of-file-fixer and trailing-whitespace (#134730)

2025-05-26 Thread AA-Turner
https://github.com/python/cpython/commit/b8a885ce6318c5f1e916e19e2961434d096c5cef commit: b8a885ce6318c5f1e916e19e2961434d096c5cef branch: main author: Hugo van Kemenade <[email protected]> committer: AA-Turner <[email protected]> date: 2025-05-26T18:4

[Python-checkins] gh-134557: Suppress immortalization in _PyCode_GetScriptXIData under free-threading (gh-134686)

2025-05-26 Thread ericsnowcurrently
https://github.com/python/cpython/commit/c60f39ada625562bff26400f304690c19fe9f504 commit: c60f39ada625562bff26400f304690c19fe9f504 branch: main author: neonene <[email protected]> committer: ericsnowcurrently date: 2025-05-26T11:46:49-06:00 summary: gh-134557: Suppress imm

[Python-checkins] gh-134675: Add t-string prefixes to tokenizer module, lexical analysis doc, and add a test to make sure we catch this error in the future. (#134734)

2025-05-26 Thread ericvsmith
https://github.com/python/cpython/commit/08c78e02fab4a1c9c075637422d621f9c740959a commit: 08c78e02fab4a1c9c075637422d621f9c740959a branch: main author: Eric V. Smith committer: ericvsmith date: 2025-05-26T13:49:39-04:00 summary: gh-134675: Add t-string prefixes to tokenizer module, lexical analy

[Python-checkins] gh-132775: Unrevert "Use _PyCode GetScriptXIData()" (gh-134735)

2025-05-26 Thread ericsnowcurrently
https://github.com/python/cpython/commit/56743afe879ca8fc061a852c5c1a311ff590bba1 commit: 56743afe879ca8fc061a852c5c1a311ff590bba1 branch: main author: Eric Snow committer: ericsnowcurrently date: 2025-05-26T11:50:10-06:00 summary: gh-132775: Unrevert "Use _PyCode GetScriptXIData()" (gh-134735)

[Python-checkins] [3.14] Add CODEOWNERS and YAML to end-of-file-fixer and trailing-whitespace (GH-134730) (#134737)

2025-05-26 Thread AA-Turner
https://github.com/python/cpython/commit/b187e9403c434550752ac1712736849e59b9bae6 commit: b187e9403c434550752ac1712736849e59b9bae6 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] gh-134637: Fix performance regression in calling `ctypes` function pointer in `free threading`. (#134702)

2025-05-26 Thread kumaraditya303
https://github.com/python/cpython/commit/3c0525126ef95efe2f578e93db09f3282e3ca08f commit: 3c0525126ef95efe2f578e93db09f3282e3ca08f branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-05-26T18:26:40Z summary: gh-134637: Fix performance regression in calling `ctypes` function po

[Python-checkins] [3.14] gh-134637: Fix performance regression in calling `ctypes` function pointer in `free threading`. (GH-134702) (#134742)

2025-05-26 Thread kumaraditya303
https://github.com/python/cpython/commit/8c699015c57376e0528adcbdddceb41b1ab8af14 commit: 8c699015c57376e0528adcbdddceb41b1ab8af14 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-05-26T18:51:13Z summary: [3.14] gh-1

[Python-checkins] Python 3.14.0b2

2025-05-26 Thread hugovk
https://github.com/python/cpython/commit/12d3f883ae8aa6297a575511b14fa1e82248427d commit: 12d3f883ae8aa6297a575511b14fa1e82248427d branch: 3.14 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-05-26T16:26:47+0

[Python-checkins] [3.14] gh-134557: Suppress immortalization in _PyCode_GetScriptXIData under free-threading (gh134738)

2025-05-26 Thread ericsnowcurrently
https://github.com/python/cpython/commit/c6cc28299e7ea4944ed4b4c348377a055c747b71 commit: c6cc28299e7ea4944ed4b4c348377a055c747b71 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ericsnowcurrently date: 2025-05-26T13:14:58-06:00 summary: [3.

[Python-checkins] [3.14] gh-134675: Add t-string prefixes to tokenizer module, lexical analysis doc, and add a test to make sure we catch this error in the future. (GH-134734) (#134739)

2025-05-26 Thread ericvsmith
https://github.com/python/cpython/commit/74f5667bd9293337bc7c1b2fb89d9a8cb0598bc8 commit: 74f5667bd9293337bc7c1b2fb89d9a8cb0598bc8 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ericvsmith date: 2025-05-26T15:24:24-04:00 summary: [3.14] gh-

[Python-checkins] gh-132983: Convert dict_content to take Py_buffer in ``ZstdDict()`` (#133924)

2025-05-26 Thread AA-Turner
https://github.com/python/cpython/commit/f2ce4bbdfdfa2b658fbeef66f414be2ecf7981dd commit: f2ce4bbdfdfa2b658fbeef66f414be2ecf7981dd branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-05-26T14:48:4

[Python-checkins] [3.14] gh-132775: Unrevert "Use _PyCode GetScriptXIData()" (gh-134736)

2025-05-26 Thread ericsnowcurrently
https://github.com/python/cpython/commit/e86efabaee28bed5ccfe223001f465966fbf4643 commit: e86efabaee28bed5ccfe223001f465966fbf4643 branch: 3.14 author: Eric Snow committer: ericsnowcurrently date: 2025-05-26T19:41:14Z summary: [3.14] gh-132775: Unrevert "Use _PyCode GetScriptXIData()" (gh-134736

[Python-checkins] gh-134160: Use multi-phase init in documentation examples (#134296)

2025-05-26 Thread AA-Turner
https://github.com/python/cpython/commit/96905bdd273d2e5724d2c1b6b0f95ecb0daeaabe commit: 96905bdd273d2e5724d2c1b6b0f95ecb0daeaabe branch: main author: neonene <[email protected]> committer: AA-Turner <[email protected]> date: 2025-05-26T21:43:35Z su

[Python-checkins] [3.13] gh-134160: Use multi-phase init in documentation examples (GH-134296) (#134754)

2025-05-26 Thread AA-Turner
https://github.com/python/cpython/commit/480f02dafad3cdf2e97582df3e25c571aab603c3 commit: 480f02dafad3cdf2e97582df3e25c571aab603c3 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.14] gh-134160: Use multi-phase init in documentation examples (GH-134296) (#134753)

2025-05-26 Thread AA-Turner
https://github.com/python/cpython/commit/b6e624a3fcd94600cbc1062cd13b0abbe56f0c25 commit: b6e624a3fcd94600cbc1062cd13b0abbe56f0c25 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] gh-91048: Add better error messages for remote debugging for CI builds (#134682)

2025-05-26 Thread pablogsal
https://github.com/python/cpython/commit/0909d6d8e8983ca286ca623f3f2f8a69cf40ebf6 commit: 0909d6d8e8983ca286ca623f3f2f8a69cf40ebf6 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2025-05-26T15:31:47+01:00 summary: gh-91048: Add better error messages for remote debugging for

[Python-checkins] Add CODEOWNERS for remote debugging (#134720)

2025-05-26 Thread pablogsal
https://github.com/python/cpython/commit/ce0561fa591f0237d3c0157c597d3c6e36bf48df commit: ce0561fa591f0237d3c0157c597d3c6e36bf48df branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2025-05-26T14:36:30Z summary: Add CODEOWNERS for remote debugging (#134720) files: M .github/C

[Python-checkins] [3.14] gh-134559: Add versionadded for ``object.__replace__()`` (GH-134672) (#134699)

2025-05-26 Thread AA-Turner
https://github.com/python/cpython/commit/c8379c7edf8d2d9e8bb60c343470429809ee067b commit: c8379c7edf8d2d9e8bb60c343470429809ee067b branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] gh-134531: cleanup `_hashopenssl.c` to support `EVP_MAC` (#134626)

2025-05-26 Thread picnixz
https://github.com/python/cpython/commit/cb8045e86c4fadfd847d614193f2b38ec03933b8 commit: cb8045e86c4fadfd847d614193f2b38ec03933b8 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-05-26T10:12:32Z

[Python-checkins] [3.13] gh-134559: Add versionadded for ``object.__replace__()`` (GH-134672) (#134700)

2025-05-26 Thread AA-Turner
https://github.com/python/cpython/commit/b31d46e880ab54e66347548b85cad9cb3cf8a91e commit: b31d46e880ab54e66347548b85cad9cb3cf8a91e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.14] gh-132710: add missing NEWS entry for GH-134697 (GH-134705) (#134707)

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

[Python-checkins] [3.14] gh-91048: Correct Apple platform includes for iOS. (GH-134712) (#134714)

2025-05-26 Thread freakboy3742
https://github.com/python/cpython/commit/6c917cb11c3b38b6435c12519153f8323995edf7 commit: 6c917cb11c3b38b6435c12519153f8323995edf7 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2025-05-26T13:10:37Z summary: [3.14] gh-910