[Python-checkins] [3.13] Fix minor typos and wording in C API docs (GH-140955) (#140967)

2025-11-03 Thread hugovk
https://github.com/python/cpython/commit/5a2bcbd452541430388354bad611bce2b9f662b7 commit: 5a2bcbd452541430388354bad611bce2b9f662b7 branch: 3.13 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-11-04T09:46:18+0

[Python-checkins] [3.14] Fix minor typos and wording in C API docs (GH-140955) (#140966)

2025-11-03 Thread hugovk
https://github.com/python/cpython/commit/25a2a6037188a477bd967722b3b807150dcc4d95 commit: 25a2a6037188a477bd967722b3b807150dcc4d95 branch: 3.14 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-11-04T09:46:08+0

[Python-checkins] gh-140889: Bump tailcall and JIT CI to llvm 20 (#140963)

2025-11-03 Thread savannahostrowski
https://github.com/python/cpython/commit/947bb4642c612b66de7cae815aaf9c570a93882a commit: 947bb4642c612b66de7cae815aaf9c570a93882a branch: main author: Ken Jin committer: savannahostrowski date: 2025-11-03T12:37:29-08:00 summary: gh-140889: Bump tailcall and JIT CI to llvm 20 (#140963) files: M

[Python-checkins] Fix minor typos and wording in C API docs (#140955)

2025-11-03 Thread hugovk
https://github.com/python/cpython/commit/3f2b83e9595ff2436a646e6bbd335198c4bc06db commit: 3f2b83e9595ff2436a646e6bbd335198c4bc06db branch: main author: Petr Viktorin committer: hugovk <[email protected]> date: 2025-11-03T22:04:46+02:00 summary: Fix minor typos and wording in

[Python-checkins] [3.14] gh-140889: Test tailcall and JIT in CI (GH-140891) (GH-140962)

2025-11-03 Thread Fidget-Spinner
https://github.com/python/cpython/commit/09c890ec8cef7f5b2b03c1efff127db08969ad87 commit: 09c890ec8cef7f5b2b03c1efff127db08969ad87 branch: 3.14 author: Ken Jin committer: Fidget-Spinner date: 2025-11-03T19:53:10Z summary: [3.14] gh-140889: Test tailcall and JIT in CI (GH-140891) (GH-140962) fil

[Python-checkins] [3.14] gh-133600: Run `Tools/wasm/wasi` on CI instead of deprecated `Tools/wasm/wasi.py` (GH-140907) (#140964)

2025-11-03 Thread hugovk
https://github.com/python/cpython/commit/894b5287ea6f97ee5dd232a979fa200288538e6f commit: 894b5287ea6f97ee5dd232a979fa200288538e6f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-11-0

[Python-checkins] JIT: Fix compiler warning from visibility attribute in typedef (#139981)

2025-11-03 Thread savannahostrowski
https://github.com/python/cpython/commit/57f4d09a6fcfec229603f644c4254abdded00429 commit: 57f4d09a6fcfec229603f644c4254abdded00429 branch: main author: Savannah Ostrowski committer: savannahostrowski date: 2025-11-03T19:46:53Z summary: JIT: Fix compiler warning from visibility attribute in typed

[Python-checkins] gh-131253: free-threaded build support for pystats (gh-137189)

2025-11-03 Thread nascheme
https://github.com/python/cpython/commit/c98c5b344941c45e50dded708177f7ec2e225b2b commit: c98c5b344941c45e50dded708177f7ec2e225b2b branch: main author: Neil Schemenauer committer: nascheme date: 2025-11-03T11:36:37-08:00 summary: gh-131253: free-threaded build support for pystats (gh-137189) Al

[Python-checkins] gh-133600: Run `Tools/wasm/wasi` on CI instead of deprecated `Tools/wasm/wasi.py` (#140907)

2025-11-03 Thread hugovk
https://github.com/python/cpython/commit/cf1a2c1ee46b62fb3a5938fdfe90b7a9df312c3a commit: cf1a2c1ee46b62fb3a5938fdfe90b7a9df312c3a branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-11-03T21:26:09+0

[Python-checkins] gh-140889: Test tailcall and JIT in CI (GH-140891)

2025-11-03 Thread Fidget-Spinner
https://github.com/python/cpython/commit/9791a506c22b2e1b52dc9fb333b6f010d57f9eda commit: 9791a506c22b2e1b52dc9fb333b6f010d57f9eda branch: main author: Ken Jin committer: Fidget-Spinner date: 2025-11-03T19:07:55Z summary: gh-140889: Test tailcall and JIT in CI (GH-140891) files: M .github/workf

[Python-checkins] GH-136895: Update JIT builds to use LLVM 20 (#140329)

2025-11-03 Thread savannahostrowski
https://github.com/python/cpython/commit/4e2ff4ac4cc725572e1458a91418deeadd03d8aa commit: 4e2ff4ac4cc725572e1458a91418deeadd03d8aa branch: main author: Savannah Ostrowski committer: savannahostrowski date: 2025-11-03T10:01:44-08:00 summary: GH-136895: Update JIT builds to use LLVM 20 (#140329)

[Python-checkins] [3.14] gh-138151: Fix annotationlib handling of multiple nonlocals (GH-138164) (#140949)

2025-11-03 Thread JelleZijlstra
https://github.com/python/cpython/commit/08012a93a8f3fef1ad29f9aab048cac81dce0234 commit: 08012a93a8f3fef1ad29f9aab048cac81dce0234 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2025-11-03T15:52:01Z summary: [3.14] gh-13

[Python-checkins] Docs: Fix a typo in `idle.rst` (Chitespace -> Whitespace) (GH-140946)

2025-11-03 Thread encukou
https://github.com/python/cpython/commit/b373d3494c587cf27b31f3dff89a8d96f7d29b9d commit: b373d3494c587cf27b31f3dff89a8d96f7d29b9d branch: main author: Yongzi Li <[email protected]> committer: encukou date: 2025-11-03T16:48:10+01:00 summary: Docs: Fix a typo in `idle.rst`

[Python-checkins] Docs: Fix typo in codecs documentation (GH-140883)

2025-11-03 Thread encukou
https://github.com/python/cpython/commit/478b8dab0b40f08c3ded40bf988ec49a50f4c8fb commit: 478b8dab0b40f08c3ded40bf988ec49a50f4c8fb branch: main author: Stan Ulbrych <[email protected]> committer: encukou date: 2025-11-03T16:47:52+01:00 summary: Docs: Fix typo in co

[Python-checkins] gh-138151: Fix annotationlib handling of multiple nonlocals (#138164)

2025-11-03 Thread JelleZijlstra
https://github.com/python/cpython/commit/b1027d4762435b97546c122dd94290d707b3ff39 commit: b1027d4762435b97546c122dd94290d707b3ff39 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-11-03T07:22:32-08:00 summary: gh-138151: Fix annotationlib handling of multiple nonlocals (#1

[Python-checkins] [3.14] gh-140348: Fix using | on unusual objects plus Unions (GH-140383) (#140948)

2025-11-03 Thread JelleZijlstra
https://github.com/python/cpython/commit/788104633c8cb8a4d79f79987cf5e6f8aff1e800 commit: 788104633c8cb8a4d79f79987cf5e6f8aff1e800 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2025-11-03T15:16:03Z summary: [3.14] gh-14

[Python-checkins] gh-133879: Clean up What's New for 3.15 (#140435)

2025-11-03 Thread JelleZijlstra
https://github.com/python/cpython/commit/d590685297165d16df41003c3566b75a0a4ced61 commit: d590685297165d16df41003c3566b75a0a4ced61 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-11-03T06:54:23-08:00 summary: gh-133879: Clean up What's New for 3.15 (#140435) Clean up Wha

[Python-checkins] gh-140348: Fix using | on unusual objects plus Unions (#140383)

2025-11-03 Thread JelleZijlstra
https://github.com/python/cpython/commit/7a9437d98641e3c3749ab2fd9fb54eac7614f9af commit: 7a9437d98641e3c3749ab2fd9fb54eac7614f9af branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-11-03T06:50:37-08:00 summary: gh-140348: Fix using | on unusual objects plus Unions (#140383)

[Python-checkins] [3.14] Revert "gh-137969: Fix evaluation of `ref.evaluate(format=Format.FORWARDREF)` objects (GH-138075) (#140929)" (GH-140931)

2025-11-03 Thread encukou
https://github.com/python/cpython/commit/1b376b82ac98517a55f13b5ec8645dc667762912 commit: 1b376b82ac98517a55f13b5ec8645dc667762912 branch: 3.14 author: Jelle Zijlstra committer: encukou date: 2025-11-03T15:07:22+01:00 summary: [3.14] Revert "gh-137969: Fix evaluation of `ref.evaluate(format=For

[Python-checkins] gh-140826: Compare winreg.HKEYType by the internal handle value (GH-140843)

2025-11-03 Thread serhiy-storchaka
https://github.com/python/cpython/commit/248ce9fa8c7a1ed1912e0db31172c8cd2c298b37 commit: 248ce9fa8c7a1ed1912e0db31172c8cd2c298b37 branch: main author: AN Long committer: serhiy-storchaka date: 2025-11-03T10:14:22+02:00 summary: gh-140826: Compare winreg.HKEYType by the internal handle value (GH