Messages by Thread
-
[Python-checkins] gh-152212: Reject a POSIX TZ footer with a missing std offset in pure-Python `zoneinfo` (#152213)
StanFromIreland
-
[Python-checkins] [3.15] gh-71880: Allow editing the last cell in curses.textpad.Textbox (GH-152363) (GH-152364)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-71880: Allow editing the last cell in curses.textpad.Textbox (GH-152363) (GH-152366)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-71880: Allow editing the last cell in curses.textpad.Textbox (GH-152363) (GH-152365)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-151678: Add more tests for tkinter.dnd (GH-152362) (GH-152367)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-151678: Add more tests for tkinter.dnd (GH-152362) (GH-152368)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-151678: Add more tests for tkinter.dnd (GH-152362) (GH-152369)
serhiy-storchaka
-
[Python-checkins] gh-127949: remove asyncio policy system (#150310)
kumaraditya303
-
[Python-checkins] gh-87904: Report the public module name in curses types and exceptions (GH-152341)
serhiy-storchaka
-
[Python-checkins] gh-151678: Add more tests for tkinter.dnd (GH-152362)
serhiy-storchaka
-
[Python-checkins] gh-71880: Allow editing the last cell in curses.textpad.Textbox (GH-152363)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-38464: Make tkinter nametowidget() work with cloned menus (GH-152336) (GH-152349)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-88758: Handle non-tkinter widgets in tkinter focus methods (GH-152337) (GH-152348)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-88758: Handle non-tkinter widgets in tkinter focus methods (GH-152337) (GH-152346)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-38464: Make tkinter nametowidget() work with cloned menus (GH-152336) (GH-152350)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-88758: Handle non-tkinter widgets in tkinter focus methods (GH-152337) (GH-152347)
serhiy-storchaka
-
[Python-checkins] Remove commented out code
rhettinger
-
[Python-checkins] [3.13] gh-38464: Make tkinter nametowidget() work with cloned menus (GH-152336) (GH-152351)
serhiy-storchaka
-
[Python-checkins] [3.14] IDLE: fix dedent() usage in htest (GH-152256) (#152343)
terryjreedy
-
[Python-checkins] [3.15] IDLE: fix dedent() usage in htest (GH-152256) (#152342)
terryjreedy
-
[Python-checkins] [3.13] IDLE: fix dedent() usage in htest (GH-152256) (#152344)
terryjreedy
-
[Python-checkins] gh-38464: Make tkinter nametowidget() work with cloned menus (GH-152336)
serhiy-storchaka
-
[Python-checkins] gh-88758: Handle non-tkinter widgets in tkinter focus methods (GH-152337)
serhiy-storchaka
-
[Python-checkins] gh-152334: Add curses key-management functions (GH-152338)
serhiy-storchaka
-
[Python-checkins] IDLE: fix dedent() usage in htest (#152256)
terryjreedy
-
[Python-checkins] gh-152260: Fix test_scr_dump() on macOS (GH-152340)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-98894: Skip test_dtrace when building without dtrace (GH-152239) (#152302)
vstinner
-
[Python-checkins] [3.14] gh-98894: Skip test_dtrace when building without dtrace (GH-152239) (#152301)
vstinner
-
[Python-checkins] [3.15] gh-98894: Skip test_dtrace when building without dtrace (GH-152239) (#152300)
vstinner
-
[Python-checkins] [3.15] gh-80937: Fix memory leak in tkinter createcommand (GH-152294) (GH-152327)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-80937: Fix memory leak in tkinter createcommand (GH-152294) (GH-152328)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-80937: Fix memory leak in tkinter createcommand (GH-152294) (GH-152329)
serhiy-storchaka
-
[Python-checkins] gh-80937: Fix memory leak in tkinter createcommand (GH-152294)
serhiy-storchaka
-
[Python-checkins] gh-152238: Revert gh-150490 and gh-152200. (gh-152232)
nascheme
-
[Python-checkins] [3.13] gh-152235: Defer GC tracking in set.union and set.difference (gh-152290) (gh-152319)
corona10
-
[Python-checkins] [3.15] gh-152235: Defer GC tracking in set.union and set.difference (gh-152290) (gh-152316)
corona10
-
[Python-checkins] [3.14] gh-152235: Defer GC tracking in set.union and set.difference (gh-152290) (gh-152312)
corona10
-
[Python-checkins] gh-152235: Defer GC tracking in set.union and set.difference (gh-152290)
corona10
-
[Python-checkins] [3.13] gh-152235: Defer GC tracking in more set operations (gh-152273) (gh-152280)
corona10
-
[Python-checkins] gh-152260: Add curses.scr_dump(), scr_restore(), scr_init() and scr_set() (GH-152261)
serhiy-storchaka
-
[Python-checkins] gh-151776: Fix test_state_getters on terminals without insert/delete capability (GH-152304)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-152052: Fix misleading `json` error for `\uXXXX` escape at the end of input (GH-152053) (#152284)
StanFromIreland
-
[Python-checkins] [3.13] gh-152236: Fix skips on `_testcapi.set_nomemory` tests (GH-152253) (#152286)
sobolevn
-
[Python-checkins] [3.13] gh-139145: Fix tkinter event loop in interactive mode (GH-152257) (GH-152293)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-139145: Fix tkinter event loop in interactive mode (GH-152257) (GH-152291)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-139145: Fix tkinter event loop in interactive mode (GH-152257) (GH-152292)
serhiy-storchaka
-
[Python-checkins] gh-98894: Skip test_dtrace when building without dtrace (#152239)
vstinner
-
[Python-checkins] gh-152258: Add curses.window.dupwin() (GH-152259)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-121249: Soft deprecate F and D struct format types (#149346) (#152274)
vstinner
-
[Python-checkins] [3.15] gh-152052: Fix misleading `json` error for `\uXXXX` escape at the end of input (GH-152053) (#152283)
StanFromIreland
-
[Python-checkins] gh-139145: Fix tkinter event loop in interactive mode (GH-152257)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-152052: Fix misleading `json` error for `\uXXXX` escape at the end of input (GH-152053) (#152285)
StanFromIreland
-
[Python-checkins] [3.14] gh-152235: Defer GC tracking in more set operations (gh-152273) (gh-152279)
corona10
-
[Python-checkins] [3.15] gh-152236: Fix skips on `_testcapi.set_nomemory` tests (GH-152253) (#152281)
sobolevn
-
[Python-checkins] [3.14] gh-152236: Fix skips on `_testcapi.set_nomemory` tests (GH-152253) (#152282)
sobolevn
-
[Python-checkins] [3.15] gh-152235: Defer GC tracking in more set operations (gh-152273) (gh-152278)
corona10
-
[Python-checkins] gh-152052: Fix misleading `json` error for `\uXXXX` escape at the end of input (#152053)
StanFromIreland
-
[Python-checkins] gh-152236: Fix skips on `_testcapi.set_nomemory` tests (#152253)
sobolevn
-
[Python-checkins] gh-152235: Defer GC tracking in more set operations (gh-152273)
corona10
-
[Python-checkins] gh-121249: Soft deprecate F and D struct format types (#149346)
vstinner
-
[Python-checkins] [3.13] gh-152235: Defer GC tracking of set and frozenset to end of connstruction (gh-152272)
corona10
-
[Python-checkins] [3.15] gh-151722: Defer GC tracking in frozendict.copy() (GH-152230) (#152271)
vstinner
-
[Python-checkins] [3.15] gh-152156: Fix a crash in `interpeters.create` under limited memory conditions (GH-152163) (#152269)
sobolevn
-
[Python-checkins] [3.15] gh-152246: Fix pure-Python `zoneinfo` accepting invalid seperators in POSIX TZ rules (GH-152247) (#152265)
StanFromIreland
-
[Python-checkins] [3.14] gh-152156: Fix a crash in `interpeters.create` under limited memory conditions (GH-152163) (#152268)
sobolevn
-
[Python-checkins] [3.14] gh-152246: Fix pure-Python `zoneinfo` accepting invalid seperators in POSIX TZ rules (GH-152247) (#152266)
StanFromIreland
-
[Python-checkins] [3.13] gh-152246: Fix pure-Python `zoneinfo` accepting invalid seperators in POSIX TZ rules (GH-152247) (#152267)
StanFromIreland
-
[Python-checkins] gh-151722: Defer GC tracking in frozendict.copy() (#152230)
vstinner
-
[Python-checkins] gh-90533: Implement BytesIO.peek() (#150917)
vstinner
-
[Python-checkins] gh-152156: Fix a crash in `interpeters.create` under limited memory conditions (#152163)
sobolevn
-
[Python-checkins] gh-152246: Fix pure-Python `zoneinfo` accepting invalid seperators in POSIX TZ rules (#152247)
StanFromIreland
-
[Python-checkins] gh-152233: Add curses complexstr type and wide-character cell-array methods (GH-152262)
serhiy-storchaka
-
[Python-checkins] gh-95555: Allow a negated property as a character set member (GH-152245)
serhiy-storchaka
-
[Python-checkins] gh-152100: Fuse set-operation character classes into a single charset (GH-152214)
serhiy-storchaka
-
[Python-checkins] gh-152233: Add curses complexchar type and wide-character cell reads (GH-152250)
serhiy-storchaka
-
[Python-checkins] gh-152219: Add curses window attribute get/set methods and WA_* constants (GH-152221)
serhiy-storchaka
-
[Python-checkins] gh-95555: Support Unicode property escapes \p{...} in regular expressions (GH-151969)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-152235: Defer GC tracking of set and frozenset to end of construction (gh-152237) (gh-152242)
corona10
-
[Python-checkins] [3.14] gh-152235: Defer GC tracking of set and frozenset to end of construction (gh-152237) (gh-152243)
corona10
-
[Python-checkins] gh-152235: Defer GC tracking of set and frozenset to end of construction (gh-152237)
corona10
-
[Python-checkins] [3.15] gh-151722: Do not track the frozendict in the GC in _PyDict_FromKeys() (GH-152067) (#152225)
vstinner
-
[Python-checkins] [3.13] gh-151929: Add pythoninfo commands to Tools/wasm/wasi.py (#152136) (#152224) (#152226)
vstinner
-
[Python-checkins] gh-151722: Do not track the frozendict in the GC in _PyDict_FromKeys() (#152067)
vstinner
-
[Python-checkins] [3.14] gh-151929: Add pythoninfo commands to Tools/wasm/wasi (#152136) (#152224)
vstinner
-
[Python-checkins] gh-151593: Fix dead lock in PyDict insert_split_key() (#152200)
vstinner
-
[Python-checkins] [3.15] gh-151929: Add pythoninfo commands to Platforms/WASI (GH-152136) (#152222)
vstinner
-
[Python-checkins] gh-151929: Add pythoninfo commands to Platforms/WASI (#152136)
vstinner
-
[Python-checkins] [3.13] gh-151678: Add tests for ttk Menubutton and OptionMenu widget options (GH-151960) (GH-151965)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-151929: Add pythoninfo-build command to Platforms/emscripten (GH-152210) (#152218)
vstinner
-
[Python-checkins] [3.15] gh-151929: Add pythoninfo-build command to Platforms/emscripten (GH-152210) (#152217)
vstinner
-
[Python-checkins] gh-151929: Add pythoninfo-build command to Platforms/emscripten (#152210)
vstinner
-
[Python-checkins] [3.13] gh-151929: Get uptime on BSD/macOS in pythoninfo (#152189) (#152197) (#152207)
vstinner
-
[Python-checkins] [3.15] gh-148825: Fix build error if specialization is disabled (GH-148826) (#152206)
JelleZijlstra
-
[Python-checkins] gh-148825: Fix build error if specialization is disabled (#148826)
JelleZijlstra
-
[Python-checkins] [3.15] Don't require `_testcapi` for `test_code` (GH-152185) (#152202)
StanFromIreland
-
[Python-checkins] [3.14] Don't require `_testcapi` for `test_code` (GH-152185) (#152201)
StanFromIreland
-
[Python-checkins] [3.14] gh-152168: Don't skip `test_bigmem` if `_testcapi` is missing (GH-152171) (#152199)
StanFromIreland
-
[Python-checkins] [3.15] gh-152168: Don't skip `test_bigmem` if `_testcapi` is missing (GH-152171) (#152198)
StanFromIreland
-
[Python-checkins] [3.15] gh-151929: Get uptime on BSD/macOS in pythoninfo (GH-152189) (#152196)
vstinner
-
[Python-checkins] [3.14] gh-151929: Get uptime on BSD/macOS in pythoninfo (#152189) (#152197)
vstinner
-
[Python-checkins] [3.13] gh-151929: Get machine ID and uptime on Windows in pythoninfo (#152146) (#152187) (#152193) (#152195)
vstinner
-
[Python-checkins] Don't require `_testcapi` for `test_code` (#152185)
StanFromIreland
-
[Python-checkins] gh-152168: Don't skip `test_bigmem` if `_testcapi` is missing (#152171)
StanFromIreland
-
[Python-checkins] gh-151929: Get uptime on BSD/macOS in pythoninfo (#152189)
vstinner
-
[Python-checkins] [3.14] gh-151929: Get machine ID and uptime on Windows in pythoninfo (#152146) (#152187) (#152193)
vstinner
-
[Python-checkins] [3.15] gh-127802: Schedule removal of legacy tkinter variable trace methods in 3.17 (GH-152012) (GH-152186)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-151929: Get machine ID and uptime on Windows in pythoninfo (#152146) (#152187)
vstinner
-
[Python-checkins] [3.14] gh-151678: Add tests for ttk Menubutton and OptionMenu widget options (GH-151960) (GH-151964)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-151678: Add tests for ttk Menubutton and OptionMenu widget options (GH-151960) (GH-151963)
serhiy-storchaka
-
[Python-checkins] gh-127802: Schedule removal of legacy tkinter variable trace methods in 3.17 (GH-152012)
serhiy-storchaka
-
[Python-checkins] gh-151929: Get machine ID and uptime on Windows in pythoninfo (#152146)
vstinner
-
[Python-checkins] gh-51067: Refactor duplicated logic in `zipfile` to `_read_local_file_header` helper (#152139)
StanFromIreland
-
[Python-checkins] [3.15] gh-151126: Add missing `PyErr_NoMemory` in `_winapi.c` (GH-151588) (#152182)
sobolevn
-
[Python-checkins] [3.14] gh-151126: Add missing `PyErr_NoMemory` in `_winapi.c` (GH-151588) (#152183)
sobolevn
-
[Python-checkins] [3.13] gh-151126: Add missing `PyErr_NoMemory` in `_winapi.c` (GH-151588) (#152184)
sobolevn
-
[Python-checkins] gh-151126: Add missing `PyErr_NoMemory` in `_winapi.c` (#151588)
sobolevn
-
[Python-checkins] [3.15] gh-151126: Fix missing memory errors in `_interpretersmodule.c` (GH-151624) (#152169)
sobolevn
-
[Python-checkins] [3.15] gh-151126: Fix missing `PyErr_NoMemory` in `testinternalcapi.c` (GH-152177) (#152179)
sobolevn
-
[Python-checkins] [3.14] gh-151126: Fix missing `PyErr_NoMemory` in `testinternalcapi.c` (GH-152177) (#152180)
sobolevn
-
[Python-checkins] [3.13] gh-151126: Fix missing `PyErr_NoMemory` in `testinternalcapi.c` (GH-152177) (#152181)
sobolevn
-
[Python-checkins] gh-151126: Fix missing `PyErr_NoMemory` in `testinternalcapi.c` (#152177)
sobolevn
-
[Python-checkins] [3.14] gh-152079: Fix `_datetime.fromisoformat()` mishandling a sub-second tz offset (GH-152087) (#152175)
StanFromIreland
-
[Python-checkins] [3.15] gh-152079: Fix `_datetime.fromisoformat()` mishandling a sub-second tz offset (GH-152087) (#152174)
StanFromIreland
-
[Python-checkins] [3.13] gh-152079: Fix `_datetime.fromisoformat()` mishandling a sub-second tz offset (GH-152087) (#152176)
StanFromIreland
-
[Python-checkins] [3.14] gh-151126: Fix missing memory errors in `_interpretersmodule.c` (GH-151624) (#152170)
sobolevn
-
[Python-checkins] gh-152079: Fix `_datetime.fromisoformat()` mishandling a sub-second tz offset (#152087)
StanFromIreland
-
[Python-checkins] gh-151126: Fix missing memory errors in `_interpretersmodule.c` (#151624)
sobolevn
-
[Python-checkins] gh-152100: Move re compiler optimizations to Lib/re/_optimizer.py (GH-152154)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-151763: Fix crash in `_interpqueues.create` on `MemoryError` (GH-152131) (#152158)
sobolevn
-
[Python-checkins] [3.14] gh-151763: Fix crash in `_interpqueues.create` on `MemoryError` (GH-152131) (#152159)
sobolevn
-
[Python-checkins] [3.13] gh-151763: Fix crash in `_interpqueues.create` on `MemoryError` (GH-152131) (#152160)
sobolevn
-
[Python-checkins] gh-152100: Support set operations in character classes (GH-152153)
serhiy-storchaka
-
[Python-checkins] gh-151763: Fix crash in `_interpqueues.create` on `MemoryError` (#152131)
sobolevn
-
[Python-checkins] [3.13] gh-151929: Get boot ID, machine ID and uptime in test.pythoninfo (#152127) (#152137)
vstinner
-
[Python-checkins] [3.15] gh-151929: Get boot ID, machine ID and uptime in test.pythoninfo (GH-152127) (#152134)
vstinner
-
[Python-checkins] [3.14] gh-151929: Get boot ID, machine ID and uptime in test.pythoninfo (GH-152127) (#152135)
vstinner
-
[Python-checkins] gh-151929: Get boot ID, machine ID and uptime in test.pythoninfo (#152127)
vstinner
-
[Python-checkins] [3.14] gh-105895: Add `match` and `case` doc to `help()` (GH-152113) (#152129)
sobolevn
-
[Python-checkins] [3.13] gh-105895: Add `match` and `case` doc to `help()` (GH-152113) (#152128)
sobolevn
-
[Python-checkins] [3.15] gh-105895: Add `match` and `case` doc to `help()` (GH-152113) (#152126)
sobolevn
-
[Python-checkins] gh-152093: Fix test_tk_caret() on macOS (GH-152115)
serhiy-storchaka
-
[Python-checkins] gh-105895: Add `match` and `case` doc to `help()` (#152113)
StanFromIreland
-
[Python-checkins] [3.13] gh-151955: Allow more ParamSpec bounds (#152122)
JelleZijlstra
-
[Python-checkins] [3.13] gh-86726: Improve the structure of the tkinter reference (GH-152109 (GH-152111) (GH-152119)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-86726: Improve the structure of the tkinter reference (GH-152109 (GH-152111) (GH-152116)
serhiy-storchaka
-
[Python-checkins] gh-151776: Add curses state-query functions (GH-151778)
serhiy-storchaka
-
[Python-checkins] Add Jacob to CODEOWNERS for Infra/GHA/CI (#152112)
StanFromIreland
-
[Python-checkins] [3.15] gh-86726: Improve the structure of the tkinter reference (GH-152109 (GH-152111)
serhiy-storchaka
-
[Python-checkins] gh-151774: Add curses dynamic color-pair functions (GH-151775)
serhiy-storchaka
-
[Python-checkins] gh-86726: Improve the structure of the tkinter reference (GH-152109)
serhiy-storchaka
-
[Python-checkins] [3.14] Re-raise unexpected exceptions instead of swallowing them in various tests (GH-152019) (#152103)
StanFromIreland
-
[Python-checkins] [3.15] Re-raise unexpected exceptions instead of swallowing them in various tests (GH-152019) (#152102)
StanFromIreland
-
[Python-checkins] [3.13] Re-raise unexpected exceptions instead of swallowing them in various tests (GH-152019) (#152104)
StanFromIreland
-
[Python-checkins] Re-raise unexpected exceptions instead of swallowing them in various tests (#152019)
StanFromIreland
-
[Python-checkins] [3.15] gh-151763: Fix NULL dereference in `os._path_normpath()` under OOM (GH-151779) (#152096)
StanFromIreland
-
[Python-checkins] [3.14] gh-151763: Fix NULL dereference in `os._path_normpath()` under OOM (GH-151779) (#152095)
StanFromIreland
-
[Python-checkins] [3.13] gh-151763: Fix NULL dereference in `os._path_normpath()` under OOM (GH-151779) (#152094)
StanFromIreland
-
[Python-checkins] gh-151955: Allow more ParamSpec and TypeVarTuple bounds (#151956)
JelleZijlstra
-
[Python-checkins] gh-151763: Fix NULL dereference in `os._path_normpath()` under OOM (#151779)
StanFromIreland
-
[Python-checkins] [3.15] gh-90949: Fix copy-paste typo in pyexpat capsule API initialization (GH-151147) (#152088)
StanFromIreland
-
[Python-checkins] [3.15] gh-151496: Use process groups in TraceBackend in test_dtrace (GH-152039) (#152082)
vstinner
-
[Python-checkins] gh-151485: Fix command quoting in subprocess.CalledProcessError.__str__ (#151486)
vstinner
-
[Python-checkins] gh-90949: Fix copy-paste typo in pyexpat capsule API initialization (#151147)
StanFromIreland
-
[Python-checkins] [3.15] gh-152060: Fix `_pydatetime.fromisoformat()` raising `AssertionError` on invalid lengths (GH-152061) (#152081)
StanFromIreland
-
[Python-checkins] [3.14] `valgrind-python.supp`: Update suppression for readline leaks (GH-151783) (#152085)
vstinner
-
[Python-checkins] [3.15] `valgrind-python.supp`: Update suppression for readline leaks (GH-151783) (#152084)
vstinner
-
[Python-checkins] [3.13] `valgrind-python.supp`: Update suppression for readline leaks (GH-151783) (#152086)
vstinner
-
[Python-checkins] `valgrind-python.supp`: Update suppression for readline leaks (#151783)
vstinner
-
[Python-checkins] gh-151496: Use process groups in TraceBackend in test_dtrace (#152039)
vstinner
-
[Python-checkins] gh-152060: Fix `_pydatetime.fromisoformat()` raising `AssertionError` on invalid lengths (#152061)
StanFromIreland
-
[Python-checkins] [3.14] gh-152020: Fix asyncio.all_tasks() loosing eager tasks on FT-build (GH-152022) (#152078)
kumaraditya303
-
[Python-checkins] gh-151456: Document the show_jit parameter in dis (#151457)
vstinner
-
[Python-checkins] [3.15] gh-152020: Fix `asyncio.all_tasks()` loosing eager tasks on FT-build (GH-152022) (#152076)
kumaraditya303
-
[Python-checkins] gh-152020: Fix `asyncio.all_tasks()` loosing eager tasks on FT-build (#152022)
kumaraditya303
-
[Python-checkins] [3.13] gh-151814: Fix unbounded memory growth from repeated empty writes to `io.TextIOWrapper` (GH-151817) (#152073)
StanFromIreland
-
[Python-checkins] [3.15] gh-151763: Fix possible crash on `CodeType` deallocation (GH-152034) (#152069)
sobolevn
-
[Python-checkins] [3.14] gh-151814: Fix unbounded memory growth from repeated empty writes to `io.TextIOWrapper` (GH-151817)
StanFromIreland
-
[Python-checkins] [3.15] gh-151814: Fix unbounded memory growth from repeated empty writes to `io.TextIOWrapper` (GH-151817)
StanFromIreland
-
[Python-checkins] [3.14] gh-151763: Fix possible crash on `CodeType` deallocation (GH-152034) (#152070)
sobolevn
-
[Python-checkins] [3.15] gh-140550: Docs additions & fixups for PEP 793 (GH-151661) (GH-152064)
encukou
-
[Python-checkins] gh-151814: Fix unbounded memory growth from repeated empty writes to `io.TextIOWrapper` (#151817)
StanFromIreland
-
[Python-checkins] gh-151763: Fix possible crash on `CodeType` deallocation (#152034)
sobolevn
-
[Python-checkins] [3.13] gh-151905: fix memory error handling in PyFrame_GetBack (GH-151906) (#152065)
kumaraditya303
-
[Python-checkins] gh-90092: Support multiple terminals in the curses module (GH-151748)
serhiy-storchaka
-
[Python-checkins] gh-151757: Fix curses wide-character tests in non-UTF-8 locales (GH-152062)
serhiy-storchaka
-
[Python-checkins] gh-140550: Docs additions & fixups for PEP 793 (GH-151661)
encukou
-
[Python-checkins] gh-152056: Compile single-category character sets to a bare CATEGORY opcode (GH-152057)
serhiy-storchaka
-
[Python-checkins] [3.15] Capitalize first word in `unittest.mock.assert_*` docs and docstrings (GH-151951) (#152059)
StanFromIreland
-
[Python-checkins] Capitalize first word in `unittest.mock.assert_*` docs and docstrings (#151951)
StanFromIreland
-
[Python-checkins] [3.13] gh-143927: Normalize all line endings (CR, CRLF, and LF) in configparser (GH-143929) (GH-152004)
encukou
-
[Python-checkins] [3.14] gh-143927: Normalize all line endings (CR, CRLF, and LF) in configparser (GH-143929) (GH-152003)
encukou
-
[Python-checkins] [3.15] gh-143927: Normalize all line endings (CR, CRLF, and LF) in configparser (GH-143929) (GH-152002)
encukou
-
[Python-checkins] [3.13] gh-151497: Avoid huge pre-allocation for oversized tarfile extended headers (GH-151498) (GH-151978)
encukou
-
[Python-checkins] [3.14] gh-151497: Avoid huge pre-allocation for oversized tarfile extended headers (GH-151498) (GH-151979)
encukou
-
[Python-checkins] [3.15] GH-150605: use windows-2025 in GitHub Actions (GH-150606) (#151939)
hugovk
-
[Python-checkins] [3.15] gh-151497: Avoid huge pre-allocation for oversized tarfile extended headers (GH-151498) (GH-151977)
encukou
-
[Python-checkins] [3.15] gh-87904: Document curses classes (GH-151643) (GH-152048)
serhiy-storchaka
-
[Python-checkins] [3.15] gh-84008: Document that the LC_NUMERIC locale affects tkinter numeric widgets (GH-152008) (GH-152049)
serhiy-storchaka
-
[Python-checkins] [3.14] gh-84008: Document that the LC_NUMERIC locale affects tkinter numeric widgets (GH-152008) (GH-152050)
serhiy-storchaka
-
[Python-checkins] [3.13] gh-84008: Document that the LC_NUMERIC locale affects tkinter numeric widgets (GH-152008) (GH-152051)
serhiy-storchaka