[Python-checkins] GH-142234: Allow `--enable-wasm-dynamic-linking` under WASI (GH-142235)

2025-12-05 Thread brettcannon
https://github.com/python/cpython/commit/eba449a1989265a923174142dd67dee074f90967 commit: eba449a1989265a923174142dd67dee074f90967 branch: main author: Brett Cannon committer: brettcannon date: 2025-12-05T23:27:16Z summary: GH-142234: Allow `--enable-wasm-dynamic-linking` under WASI (GH-142235)

[Python-checkins] [3.13] Add explanation comments for tests for overlapped ZIP entries (GH-137152) (GH-142311)

2025-12-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/7147ef43372d839b5692dbe897627c31e87d0016 commit: 7147ef43372d839b5692dbe897627c31e87d0016 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-12-05T23:29:37+02:00 summary: [3.1

[Python-checkins] [3.13] gh-141370: Fix undefined behavior when using Py_ABS() (GH-141548) (#142304)

2025-12-05 Thread Yhg1s
https://github.com/python/cpython/commit/93d5c481af36c284fc5c9df5b0fdcdf9f3e849f0 commit: 93d5c481af36c284fc5c9df5b0fdcdf9f3e849f0 branch: 3.13 author: Serhiy Storchaka committer: Yhg1s date: 2025-12-05T15:52:12Z summary: [3.13] gh-141370: Fix undefined behavior when using Py_ABS() (GH-141548)

[Python-checkins] [3.13] gh-142145: Remove quadratic behavior in node ID cache clearing (GH-142146) (#142210)

2025-12-05 Thread gpshead
https://github.com/python/cpython/commit/ddcd2acd85d891a53e281c773b3093f9db953964 commit: ddcd2acd85d891a53e281c773b3093f9db953964 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead <[email protected]> date: 2025-12-0

[Python-checkins] GH-139862: Remove `color` from HelpFormatter (#142274)

2025-12-05 Thread savannahostrowski
https://github.com/python/cpython/commit/4b145297301fbcb18461a4e933a4188b2515fad4 commit: 4b145297301fbcb18461a4e933a4188b2515fad4 branch: main author: Savannah Ostrowski committer: savannahostrowski date: 2025-12-05T16:21:31Z summary: GH-139862: Remove `color` from HelpFormatter (#142274) Co-a

[Python-checkins] [3.14] gh-140482: Avoid changing terminal settings in test_pty (gh-142202) (gh-142239)

2025-12-05 Thread colesbury
https://github.com/python/cpython/commit/8fd39c0e51b51c789d0cead38a570964fd9e0b30 commit: 8fd39c0e51b51c789d0cead38a570964fd9e0b30 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2025-12-05T11:18:40-05:00 summary: [3.14] gh-1

[Python-checkins] [3.14] GH-142267: Cache formatter to avoid repeated `_set_color` calls (GH-142268) (#142313)

2025-12-05 Thread savannahostrowski
https://github.com/python/cpython/commit/37c6dd1c91159c87bb458c5c2e21f02a88f9386b commit: 37c6dd1c91159c87bb458c5c2e21f02a88f9386b branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: savannahostrowski date: 2025-12-05T17:14:56Z summary: [3.14] G

[Python-checkins] [3.13] gh-119451: Fix a potential denial of service in http.client (GH-119454) (#142139)

2025-12-05 Thread Yhg1s
https://github.com/python/cpython/commit/289f29b0fe38baf2d7cb5854f4bb573cc34a6a15 commit: 289f29b0fe38baf2d7cb5854f4bb573cc34a6a15 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-12-05T16:21:57+01:00 summary: [3.13] gh-11945

[Python-checkins] [3.13] gh-119452: Fix a potential virtual memory allocation denial of service in http.server (GH-142216) (#142296)

2025-12-05 Thread Yhg1s
https://github.com/python/cpython/commit/9303573c74256de141831229cfa046b00e37e2c8 commit: 9303573c74256de141831229cfa046b00e37e2c8 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-12-05T15:37:09Z summary: [3.13] gh-119452: Fi

[Python-checkins] Add explanation comments for tests for overlapped ZIP entries (GH-137152)

2025-12-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/100c726d9895ef26d0d279ae585c0228c0d8529f commit: 100c726d9895ef26d0d279ae585c0228c0d8529f branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-12-05T18:09:20+02:00 summary: Add explanation comments for tests for overlapped ZIP entr

[Python-checkins] [3.14] gh-142214: Fix two regressions in dataclasses (GH-142223) (#142277)

2025-12-05 Thread JelleZijlstra
https://github.com/python/cpython/commit/654e3c7435180d4aec8a2fcb16a16585cea7ab70 commit: 654e3c7435180d4aec8a2fcb16a16585cea7ab70 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2025-12-05T08:08:15Z summary: [3.14] gh-14

[Python-checkins] [3.14] gh-142206: multiprocessing.resource_tracker: Decode messages using older protocol (GH-142215) (GH-142285)

2025-12-05 Thread encukou
https://github.com/python/cpython/commit/f130b06da30616dd4dae363c7d8af79b540a7971 commit: f130b06da30616dd4dae363c7d8af79b540a7971 branch: 3.14 author: Petr Viktorin committer: encukou date: 2025-12-05T12:47:30+01:00 summary: [3.14] gh-142206: multiprocessing.resource_tracker: Decode messages us

[Python-checkins] Fix disk space issues in Android CI (#142289)

2025-12-05 Thread hugovk
https://github.com/python/cpython/commit/cac4b04973ea4cee80b775782453cddcd694635d commit: cac4b04973ea4cee80b775782453cddcd694635d branch: main author: Malcolm Smith committer: hugovk <[email protected]> date: 2025-12-05T13:10:51Z summary: Fix disk space issues in Android CI

[Python-checkins] [3.14] gh-101100: Fix references to the set methods (GH-141857) (GH-142300)

2025-12-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c9b2ec6c66ef309b8dc63c28f34a5a496a600fe0 commit: c9b2ec6c66ef309b8dc63c28f34a5a496a600fe0 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-12-05T16:33:35+02:00 summary: [3.1

[Python-checkins] [3.13] gh-142206: multiprocessing.resource_tracker: Decode messages using older protocol (GH-142215) (#142287)

2025-12-05 Thread Yhg1s
https://github.com/python/cpython/commit/29100c8e87ffe643fe43130f1664212c88ff388e commit: 29100c8e87ffe643fe43130f1664212c88ff388e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-12-05T12:13:05Z summary: [3.13] gh-142206: mu

[Python-checkins] [3.13] Revert "[3.13] gh-140797: Forbid capturing groups in re.Scanner lexicon patterns (GH-140944) (GH-140983)" (GH-142231)

2025-12-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/6f47a134bc76d32d2c357249cbafa451453c254f commit: 6f47a134bc76d32d2c357249cbafa451453c254f branch: 3.13 author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-12-05T15:31:34+02:00 summary: [3.13] Revert "[3.13] gh-140797: Forbid capturing groups i

[Python-checkins] [3.14] gh-119452: Fix a potential virtual memory allocation denial of service in http.server (GH-142216)

2025-12-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0e4f4f1a4633f2d215fb5a803cae278aeea31845 commit: 0e4f4f1a4633f2d215fb5a803cae278aeea31845 branch: 3.14 author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-12-05T16:20:23+02:00 summary: [3.14] gh-119452: Fix a potential virtual memory allocatio

[Python-checkins] gh-101100: Fix references to the set methods (GH-141857)

2025-12-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/1d8f3ed2eba762e60a02ff87e782a5c7dcd0e77c commit: 1d8f3ed2eba762e60a02ff87e782a5c7dcd0e77c branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-12-05T16:22:38+02:00 summary: gh-101100: Fix references to the set methods (GH-141857)

[Python-checkins] gh-141370: Fix undefined behavior when using Py_ABS() (GH-141548)

2025-12-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/706fdda8b360120a25b272898df40c8913381723 commit: 706fdda8b360120a25b272898df40c8913381723 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-12-05T16:24:35+02:00 summary: gh-141370: Fix undefined behavior when using Py_ABS() (GH-

[Python-checkins] gh-48752: Add readline.get_pre_input_hook() function (#141586)

2025-12-05 Thread vstinner
https://github.com/python/cpython/commit/4238a975d78a0cc8f1751cfc63b3030b94b46aa8 commit: 4238a975d78a0cc8f1751cfc63b3030b94b46aa8 branch: main author: Sanyam Khurana <[email protected]> committer: vstinner date: 2025-12-05T13:18:54+01:00 summary: gh-48752: Add readl

[Python-checkins] [3.13] Fix disk space issues in Android CI (GH-142289) (#142293)

2025-12-05 Thread Yhg1s
https://github.com/python/cpython/commit/e7d2f62bb3ab89e066db6f0ab1d2a13f0d6a88be commit: e7d2f62bb3ab89e066db6f0ab1d2a13f0d6a88be branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-12-05T16:12:05+01:00 summary: [3.13] Fix disk

[Python-checkins] [3.14] Fix disk space issues in Android CI (GH-142289) (#142292)

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

[Python-checkins] [3.14] Add explanation comments for tests for overlapped ZIP entries (GH-137152) (GH-142310)

2025-12-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d8b1ce10bd72b0069fb87cb31de959511f816d80 commit: d8b1ce10bd72b0069fb87cb31de959511f816d80 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-12-05T16:35:21Z summary: [3.14] Ad

[Python-checkins] [3.14] Revert "gh-140797: Forbid capturing groups in re.Scanner lexicon patterns (GH-140944) (GH-140982)" (#142309)

2025-12-05 Thread hugovk
https://github.com/python/cpython/commit/4cb6cbb6faa23cf8c6c687ab5738bea2259d9918 commit: 4cb6cbb6faa23cf8c6c687ab5738bea2259d9918 branch: 3.14 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-12-05T16:45:15Z

[Python-checkins] GH-142267: Cache formatter to avoid repeated `_set_color` calls (#142268)

2025-12-05 Thread savannahostrowski
https://github.com/python/cpython/commit/4085ff7b32f91bad7d821e5564d8565c5928f7d1 commit: 4085ff7b32f91bad7d821e5564d8565c5928f7d1 branch: main author: Savannah Ostrowski committer: savannahostrowski date: 2025-12-05T16:47:50Z summary: GH-142267: Cache formatter to avoid repeated `_set_color` ca

[Python-checkins] gh-115952: Fix a potential virtual memory allocation denial of service in pickle (GH-119204)

2025-12-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/59f247e43bc93c607a5793c220bcaafb712cf542 commit: 59f247e43bc93c607a5793c220bcaafb712cf542 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-12-05T19:17:01+02:00 summary: gh-115952: Fix a potential virtual memory allocation denia

[Python-checkins] [3.13] gh-140482: Avoid changing terminal settings in test_pty (gh-142202) (gh-142238)

2025-12-05 Thread colesbury
https://github.com/python/cpython/commit/b44cd567fc409f542f81161bd4e0281e27db818b commit: b44cd567fc409f542f81161bd4e0281e27db818b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2025-12-05T15:20:42-05:00 summary: [3.13] gh-1

[Python-checkins] Python 3.14.2

2025-12-05 Thread hugovk
https://github.com/python/cpython/commit/df793163d5821791d4e7caf5a2c11a107986 commit: df793163d5821791d4e7caf5a2c11a107986 branch: 3.14 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-12-05T18:49:16+0

[Python-checkins] Introduce `build-python` and `build-host` subcommands for `Tools/wasm/wasi` (GH-142266)

2025-12-05 Thread brettcannon
https://github.com/python/cpython/commit/58e1c7a16f0926b1047c336eeed2849d5fff7c70 commit: 58e1c7a16f0926b1047c336eeed2849d5fff7c70 branch: main author: Brett Cannon committer: brettcannon date: 2025-12-05T13:35:50-08:00 summary: Introduce `build-python` and `build-host` subcommands for `Tools/wa

[Python-checkins] Python 3.13.11

2025-12-05 Thread Yhg1s
https://github.com/python/cpython/commit/627894459a84be3488a1789919679c997056a03c commit: 627894459a84be3488a1789919679c997056a03c branch: 3.13 author: Thomas Wouters committer: Yhg1s date: 2025-12-05T17:06:33+01:00 summary: Python 3.13.11 files: A Misc/NEWS.d/3.13.11.rst D Misc/NEWS.d/next/Cor

[Python-checkins] Extract data from `Tools/wasm/wasi` that varies between Python versions into a config file (GH-142273)

2025-12-05 Thread brettcannon
https://github.com/python/cpython/commit/d49e6f38a7a0ca666df2c81329291291f0389682 commit: d49e6f38a7a0ca666df2c81329291291f0389682 branch: main author: Brett Cannon committer: brettcannon date: 2025-12-05T14:31:30-08:00 summary: Extract data from `Tools/wasm/wasi` that varies between Python vers

[Python-checkins] [3.14] Introduce `build-python` and `build-host` subcommands for `Tools/wasm/wasi` (GH-142266) (#142322)

2025-12-05 Thread brettcannon
https://github.com/python/cpython/commit/5a639ca1b316101d24e7219841d3c73d559be370 commit: 5a639ca1b316101d24e7219841d3c73d559be370 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: brettcannon date: 2025-12-05T15:04:50-08:00 summary: [3.14] In

[Python-checkins] gh-142318: Fix typing `'q'` at interactive help screen exiting Tachyon (#142319)

2025-12-05 Thread pablogsal
https://github.com/python/cpython/commit/dcac498e501db3983ce22851c88f88561ae46351 commit: dcac498e501db3983ce22851c88f88561ae46351 branch: main author: Stan Ulbrych <[email protected]> committer: pablogsal date: 2025-12-05T19:36:28Z summary: gh-142318: Fix typing `