[Python-checkins] [3.14] gh-126008: Improve docstrings for Tkinter cget and configure methods (GH-133303) (GH-137660)

2025-10-07 Thread encukou
https://github.com/python/cpython/commit/181cecc5c006873d6ef23d8c48e43a69f44503ed commit: 181cecc5c006873d6ef23d8c48e43a69f44503ed branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-10-07T22:34:36+02:00 summary: [3.14] gh-126

[Python-checkins] [3.14] gh-138772: Add tests for Turtle.dot() signature (GH-138773) (GH-139326)

2025-10-07 Thread encukou
https://github.com/python/cpython/commit/2de18f251aede02278f1c097203a88c55d4058d8 commit: 2de18f251aede02278f1c097203a88c55d4058d8 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-10-07T20:24:59+02:00 summary: [3.14] gh-138

[Python-checkins] [3.14] GH-137484: Have `Tools/wasm/wasi` use the build triple instead of "build" (GH-137485) (#137487)

2025-10-07 Thread brettcannon
https://github.com/python/cpython/commit/9e0b7d086665c73b35d8919557dbc41ef7cd3872 commit: 9e0b7d086665c73b35d8919557dbc41ef7cd3872 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: brettcannon date: 2025-10-08T02:11:31Z summary: [3.14] GH-1374

[Python-checkins] gh-79315: Add Include/cpython/sliceobject.h header (#139729)

2025-10-07 Thread vstinner
https://github.com/python/cpython/commit/1cf22600f10322d77ab2c2bb41acabf2360f84e9 commit: 1cf22600f10322d77ab2c2bb41acabf2360f84e9 branch: main author: Victor Stinner committer: vstinner date: 2025-10-08T00:48:18+02:00 summary: gh-79315: Add Include/cpython/sliceobject.h header (#139729) files:

[Python-checkins] [3.14] gh-136914: Fix support of cached functions and properties in DocTest's lineno computation (GH-136930) (#137616)

2025-10-07 Thread vstinner
https://github.com/python/cpython/commit/137c784fbfdd7efe4b8a9269c97c44f696a10757 commit: 137c784fbfdd7efe4b8a9269c97c44f696a10757 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-10-07T20:48:10+02:00 summary: [3.14] gh-13

[Python-checkins] gh-79315: Add Include/cpython/marshal.h header (#139725)

2025-10-07 Thread vstinner
https://github.com/python/cpython/commit/f962e1eacf2141e6b14c96b58da62382a93b070b commit: f962e1eacf2141e6b14c96b58da62382a93b070b branch: main author: Victor Stinner committer: vstinner date: 2025-10-07T23:49:08+02:00 summary: gh-79315: Add Include/cpython/marshal.h header (#139725) files: A I

[Python-checkins] [3.14] Drop explicit tool installation in the dev container (GH-138211) (GH-138212)

2025-10-07 Thread brettcannon
https://github.com/python/cpython/commit/357618266b62c21e0e451b5dd09c2585ff7fa51b commit: 357618266b62c21e0e451b5dd09c2585ff7fa51b branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: brettcannon date: 2025-10-07T21:38:31Z summary: [3.14] Drop ex

[Python-checkins] [3.14] gh-123441: Correct the supported languages of the iso-8859-4 codec (GH-137034) (GH-137419)

2025-10-07 Thread encukou
https://github.com/python/cpython/commit/2fc69e88e6d5708c2a3758cfc65cfa7c88fea2c4 commit: 2fc69e88e6d5708c2a3758cfc65cfa7c88fea2c4 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-10-07T22:38:47+02:00 summary: [3.14] gh-123

[Python-checkins] [3.14] gh-95844: Move help_url code to a help module function (GH-129971) (#138484)

2025-10-07 Thread terryjreedy
https://github.com/python/cpython/commit/cd8fc3aad33ef8c384281e2378a09fedfb934bfd commit: cd8fc3aad33ef8c384281e2378a09fedfb934bfd branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2025-10-07T15:14:54-04:00 summary: [3.14] gh

[Python-checkins] [3.14] Always use the latest dev container image in `devcontainer.json` (GH-138003)

2025-10-07 Thread brettcannon
https://github.com/python/cpython/commit/c7326813f57ea736388462fba40acd6ccb9775b0 commit: c7326813f57ea736388462fba40acd6ccb9775b0 branch: 3.14 author: Brett Cannon committer: brettcannon date: 2025-10-07T12:07:36-07:00 summary: [3.14] Always use the latest dev container image in `devcontainer.j

[Python-checkins] [3.14] gh-136520: Clarify docs for _pack_ & _align_ (GH-137036) (#137381)

2025-10-07 Thread vstinner
https://github.com/python/cpython/commit/a868c6a70d87e7529bba78610b7d0f380bbfbb94 commit: a868c6a70d87e7529bba78610b7d0f380bbfbb94 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-10-07T20:39:57+02:00 summary: [3.14] gh-13

[Python-checkins] [3.14] gh-137273: Fix debug assertion failure in locale.setlocale() on Windows (GH-137300) (#137305)

2025-10-07 Thread vstinner
https://github.com/python/cpython/commit/14e8decde76d1ae5055dd41e4cb899e4941f020b commit: 14e8decde76d1ae5055dd41e4cb899e4941f020b branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-10-07T20:39:13+02:00 summary: [3.14] gh-13

[Python-checkins] [3.14] gh-138489: Add missing `build-details.json` step for building wasm (GH-139302) (GH-139557)

2025-10-07 Thread encukou
https://github.com/python/cpython/commit/77b4ed2a37f460af435df07fe25a888d8d61710e commit: 77b4ed2a37f460af435df07fe25a888d8d61710e branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-10-07T20:35:38+02:00 summary: [3.14] gh-138

[Python-checkins] [3.14] gh-138952: Document platform.machine() output casing inconsistency across platforms (GH-138962) (#139045)

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

[Python-checkins] [3.13] gh-139646: fix typo in `pickletools` error message (GH-139647) (GH-139650)

2025-10-07 Thread encukou
https://github.com/python/cpython/commit/94b26f015ec101267ad637f06a6d766db1d34cbd commit: 94b26f015ec101267ad637f06a6d766db1d34cbd branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-10-07T20:19:24+02:00 summary: [3.13] gh-139

[Python-checkins] [3.14] gh-115119: Defer `--with-system-libmpdec` removal to 3.16 (GH-139318) (#139347)

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

[Python-checkins] [3.14] gh-137390: Add missing line continuation character in configure.ac (GH-137391) (#137394)

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

[Python-checkins] [3.14] gh-135629: rewrite language reference section on except* to improve clarity (GH-136150) (#139059)

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

[Python-checkins] [3.14] gh-138008: Fix segfaults in _ctypes due to invalid argtypes (GH-138285) (GH-138742)

2025-10-07 Thread encukou
https://github.com/python/cpython/commit/d7500f6078657286ebac4f4a96e78afa0c911518 commit: d7500f6078657286ebac4f4a96e78afa0c911518 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-10-07T20:00:28+02:00 summary: [3.14] gh-138

[Python-checkins] [3.14] gh-137376: Add note on top-level `global` declarations (GH-137707) (GH-138023)

2025-10-07 Thread encukou
https://github.com/python/cpython/commit/93f5e26d9719d3526f1c81b5882ca4378a5e2e06 commit: 93f5e26d9719d3526f1c81b5882ca4378a5e2e06 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-10-07T19:59:29+02:00 summary: [3.14] gh-137

[Python-checkins] [3.14] gh-136823: Update documentation on excluded headers in Python.h (GH-136824) (#137437)

2025-10-07 Thread kumaraditya303
https://github.com/python/cpython/commit/e3d102ecdc6da767b5dc871aee343b04a101d888 commit: e3d102ecdc6da767b5dc871aee343b04a101d888 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-07T23:23:33+05:30 summary: [3.14]

[Python-checkins] [3.14] gh-136516: Mention installation artifacts as de-facto resources (GH-136419) (#137038)

2025-10-07 Thread kumaraditya303
https://github.com/python/cpython/commit/7b203aa2ff08252b4270622d0ee76e972c09e4ac commit: 7b203aa2ff08252b4270622d0ee76e972c09e4ac branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-07T23:20:13+05:30 summary: [3.14]

[Python-checkins] [3.14] gh-136278: Document codecs.escape_encode() and codecs.escape_decode() (GH-136314) (#137149)

2025-10-07 Thread vstinner
https://github.com/python/cpython/commit/08d8dadfc2ce4e4302d46ee4ff1cefec317c953c commit: 08d8dadfc2ce4e4302d46ee4ff1cefec317c953c branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-10-07T19:40:30+02:00 summary: [3.14] gh-13

[Python-checkins] [3.14] gh-139208: Fix regrtest --fast-ci --verbose (GH-139240) (#139260)

2025-10-07 Thread vstinner
https://github.com/python/cpython/commit/e4e8c5a3b0f51fd403ee7deaa9187010a52f44e8 commit: e4e8c5a3b0f51fd403ee7deaa9187010a52f44e8 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-10-07T19:39:06+02:00 summary: [3.14] gh-13

[Python-checkins] [3.14] gh-137017: Ensure `Thread.is_alive()` only returns False after the underlying OS thread exits (gh-137315) (gh-138916)

2025-10-07 Thread colesbury
https://github.com/python/cpython/commit/9e13cc28962ce92ea080cb7988d95fff70955d96 commit: 9e13cc28962ce92ea080cb7988d95fff70955d96 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2025-10-07T17:37:31Z summary: [3.14] gh-137017

[Python-checkins] [3.14] gh-112729: Correctly fail when the process is out of memory during interpreter creation (GH-139164) (GH-139168)

2025-10-07 Thread ZeroIntensity
https://github.com/python/cpython/commit/08bea299bfd4377611df42e4e42414ffacea4f7f commit: 08bea299bfd4377611df42e4e42414ffacea4f7f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-10-07T13:30:23-04:00 summary: [3.14]

[Python-checkins] gh-139516: Fix lambda colon start format spec in f-string in tokenizer (#139657)

2025-10-07 Thread pablogsal
https://github.com/python/cpython/commit/539461d9ec8e5322ead638f7be733fd196aa6c79 commit: 539461d9ec8e5322ead638f7be733fd196aa6c79 branch: main author: Tomasz Pytel committer: pablogsal date: 2025-10-07T17:28:15+01:00 summary: gh-139516: Fix lambda colon start format spec in f-string in tokenize

[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.12] gh-139436