python-checkins
Thread
Date
Earlier messages
Messages by Date
2026/06/29
[Python-checkins] gh-152503: Fix garbage text from curses wide-character cell reads (GH-152505)
serhiy-storchaka
2026/06/29
[Python-checkins] gh-152502: Detect optional curses functions with configure probes (GH-152504)
serhiy-storchaka
2026/06/29
[Python-checkins] [3.15] gh-133031: Support non-ASCII characters in curses.textpad.Textbox (GH-152451) (GH-152467)
serhiy-storchaka
2026/06/29
[Python-checkins] [3.13] gh-133031: Support non-ASCII characters in curses.textpad.Textbox (GH-152451) (GH-152469)
serhiy-storchaka
2026/06/29
[Python-checkins] [3.14] gh-133031: Support non-ASCII characters in curses.textpad.Textbox (GH-152451) (GH-152468)
serhiy-storchaka
2026/06/29
[Python-checkins] [3.14] gh-152359: Update numbers.rst to reference numeric-hash docs (GH-152549) (#152580)
picnixz
2026/06/29
[Python-checkins] [3.13] gh-152359: Update numbers.rst to reference numeric-hash docs (GH-152549) (#152581)
picnixz
2026/06/29
[Python-checkins] [3.14] gh-71450: Document that Tcl sets the HOME variable on Windows (GH-152568) (GH-152575)
serhiy-storchaka
2026/06/29
[Python-checkins] [3.13] gh-152375: Fix undefined behaviour in the `INSTRUMENTED_JUMP` macro (GH-152376) (#152577)
StanFromIreland
2026/06/29
[Python-checkins] [3.15] gh-152359: Update numbers.rst to reference numeric-hash docs (GH-152549) (#152579)
picnixz
2026/06/29
[Python-checkins] [3.15] gh-71450: Document that Tcl sets the HOME variable on Windows (GH-152568) (GH-152574)
serhiy-storchaka
2026/06/29
[Python-checkins] [3.13] gh-71450: Document that Tcl sets the HOME variable on Windows (GH-152568) (GH-152576)
serhiy-storchaka
2026/06/29
[Python-checkins] gh-152359: Update numbers.rst to reference numeric-hash docs (#152549)
picnixz
2026/06/29
[Python-checkins] [3.15] gh-152375: Fix undefined behaviour in the `INSTRUMENTED_JUMP` macro (GH-152376) (#152566)
StanFromIreland
2026/06/29
[Python-checkins] gh-152240: Fix test_c_stack_unwind on Linux LoongArch builds (#152241)
vstinner
2026/06/29
[Python-checkins] [3.14] gh-152375: Fix undefined behaviour in the `INSTRUMENTED_JUMP` macro (GH-152376) (#152567)
StanFromIreland
2026/06/29
[Python-checkins] [3.14] gh-140146: Fix for stdin redirection to a pipe with interactive tkinter on Windows (GH-148819) (GH-152561)
serhiy-storchaka
2026/06/29
[Python-checkins] [3.15] gh-148909: Fix broken author attribution URL in 'The Python 2.3 Method Resolution Order' doc (GH-149092) (#152571)
StanFromIreland
2026/06/29
[Python-checkins] [3.13] gh-148909: Fix broken author attribution URL in 'The Python 2.3 Method Resolution Order' doc (GH-149092) (#152573)
StanFromIreland
2026/06/29
[Python-checkins] gh-71450: Document that Tcl sets the HOME variable on Windows (GH-152568)
serhiy-storchaka
2026/06/29
[Python-checkins] [3.14] gh-148909: Fix broken author attribution URL in 'The Python 2.3 Method Resolution Order' doc (GH-149092) (#152572)
StanFromIreland
2026/06/29
[Python-checkins] gh-148909: Fix broken author attribution URL in 'The Python 2.3 Method Resolution Order' doc (#149092)
StanFromIreland
2026/06/29
[Python-checkins] [3.15] GH-151672: `__lazy_import__` always resolves to the module being imported (GH-151827) (#152534)
pablogsal
2026/06/29
[Python-checkins] [3.15] gh-140146: Fix for stdin redirection to a pipe with interactive tkinter on Windows (GH-148819) (GH-152560)
serhiy-storchaka
2026/06/29
[Python-checkins] [3.13] gh-140146: Fix for stdin redirection to a pipe with interactive tkinter on Windows (GH-148819) (GH-152562)
serhiy-storchaka
2026/06/29
[Python-checkins] gh-152375: Fix undefined behaviour in the `INSTRUMENTED_JUMP` macro (#152376)
StanFromIreland
2026/06/29
[Python-checkins] [3.15] gh-85320: Use UTF-8 for IDLE configuration and breakpoint files (GH-152475) (GH-152555)
serhiy-storchaka
2026/06/29
[Python-checkins] gh-140146: Fix for stdin redirection to a pipe with interactive tkinter on Windows (GH-148819)
serhiy-storchaka
2026/06/29
[Python-checkins] [3.14] gh-85320: Use UTF-8 for IDLE configuration and breakpoint files (GH-152475) (GH-152556)
serhiy-storchaka
2026/06/29
[Python-checkins] [3.13] gh-85320: Use UTF-8 for IDLE configuration and breakpoint files (GH-152475) (GH-152557)
serhiy-storchaka
2026/06/29
[Python-checkins] [3.15] gh-110357: hashlib no longer logs at import when a guaranteed hash is unavailable (GH-152538) (#152554)
gpshead
2026/06/29
[Python-checkins] gh-85320: Use UTF-8 for IDLE configuration and breakpoint files (GH-152475)
serhiy-storchaka
2026/06/29
[Python-checkins] gh-110357: hashlib no longer logs at import when a guaranteed hash is unavailable (GH-152538)
gpshead
2026/06/28
[Python-checkins] [3.13] gh-87577: Document that wm_manage does not accept ttk widgets (GH-152532) (GH-152545)
serhiy-storchaka
2026/06/28
[Python-checkins] [3.14] gh-87577: Document that wm_manage does not accept ttk widgets (GH-152532) (GH-152544)
serhiy-storchaka
2026/06/28
[Python-checkins] [3.15] gh-87577: Document that wm_manage does not accept ttk widgets (GH-152532) (GH-152543)
serhiy-storchaka
2026/06/28
[Python-checkins] gh-87577: Document that wm_manage does not accept ttk widgets (GH-152532)
serhiy-storchaka
2026/06/28
[Python-checkins] [3.13] gh-148660: Fix use-after-free in OrderedDict.copy() on reentrant mutation (GH-151573) (#152542)
gpshead
2026/06/28
[Python-checkins] [3.15] gh-148660: Fix use-after-free in OrderedDict.copy() on reentrant mutation (GH-151573) (#152540)
gpshead
2026/06/28
[Python-checkins] [3.14] gh-148660: Fix use-after-free in OrderedDict.copy() on reentrant mutation (GH-151573) (#152541)
gpshead
2026/06/28
[Python-checkins] [3.13] gh-151416: fix a borrowed ref potential use after free via fspath in os.spawnv/spawnve (GH-151417) (GH-152536) (#152539)
gpshead
2026/06/28
[Python-checkins] gh-148660: Fix use-after-free in OrderedDict.copy() on reentrant mutation (GH-151573)
gpshead
2026/06/28
[Python-checkins] [3.14] gh-151416: fix a borrowed ref potential use after free via fspath in os.spawnv/spawnve (GH-151417) (#152536)
gpshead
2026/06/28
[Python-checkins] gh-151416: fix a borrowed ref potential use after free via fspath in os.spawnv/spawnve (GH-151417)
gpshead
2026/06/28
[Python-checkins] [3.15] gh-151416: fix a borrowed ref potential use after free via fspath in os.spawnv/spawnve (GH-151417) (#152535)
gpshead
2026/06/28
[Python-checkins] GH-151672: `__lazy_import__` always resolves to the module being imported (#151827)
pablogsal
2026/06/28
[Python-checkins] [3.15] GH-151619: Ensure non-module global/builtin namespaces are watched for lazy imports (GH-151762) (#152533)
pablogsal
2026/06/28
[Python-checkins] GH-151619: Ensure non-module global/builtin namespaces are watched for lazy imports (#151762)
pablogsal
2026/06/28
[Python-checkins] [3.11] gh-145599, CVE 2026-3644: Reject control characters in `http.cookies.Morsel.update()` (GH-145600) (#146026)
pablogsal
2026/06/28
[Python-checkins] [3.10] gh-150743: Limit trailer lines and interim responses read by http.client (GH-150749) (#152529)
pablogsal
2026/06/28
[Python-checkins] [3.11] gh-150743: Limit trailer lines and interim responses read by http.client (GH-150749) (#152528)
pablogsal
2026/06/28
[Python-checkins] [3.13] gh-150743: Limit trailer lines and interim responses read by http.client (GH-150749) (#152526)
gpshead
2026/06/28
[Python-checkins] [3.15] gh-150743: Limit trailer lines and interim responses read by http.client (GH-150741) (#152523)
gpshead
2026/06/28
[Python-checkins] [3.14] gh-150743: Limit trailer lines and interim responses read by http.client (GH-150749)
gpshead
2026/06/28
[Python-checkins] [3.15] Docs: link to language reference instead of PEP (GH-152462) (#152522)
nedbat
2026/06/28
[Python-checkins] gh-150743: Limit trailer lines and interim responses read by http.client (GH-150741)
gpshead
2026/06/28
[Python-checkins] Docs: link to language reference instead of PEP (#152462)
nedbat
2026/06/28
[Python-checkins] [3.13] gh-69134: Harden tkinter GUI tests that depend on a mapped widget (GH-152499) (GH-152518)
serhiy-storchaka
2026/06/28
[Python-checkins] [3.14] gh-69134: Harden tkinter GUI tests that depend on a mapped widget (GH-152499) (GH-152517)
serhiy-storchaka
2026/06/28
[Python-checkins] gh-78335: Complete the widget option lists in tkinter docstrings (GH-152485) (GH-152513)
serhiy-storchaka
2026/06/28
[Python-checkins] [3.15] gh-152356: Fix Windows blocking sampling after target process exit (GH-152471) (#152512)
pablogsal
2026/06/28
[Python-checkins] [3.13] gh-87881: Document the result of curses inch() and getbkgd() (GH-152488) (GH-152511) (GH-152515)
serhiy-storchaka
2026/06/28
[Python-checkins] [3.14] gh-87881: Document the result of curses inch() and getbkgd() (GH-152488) (GH-152511) (GH-152514)
serhiy-storchaka
2026/06/28
[Python-checkins] gh-69134: Harden tkinter GUI tests that depend on a mapped widget (GH-152499)
serhiy-storchaka
2026/06/28
[Python-checkins] [3.15] gh-87881: Document the result of curses inch() and getbkgd() (GH-152488) (GH-152511)
serhiy-storchaka
2026/06/28
[Python-checkins] gh-152356: Fix Windows blocking sampling after target process exit (#152471)
pablogsal
2026/06/28
[Python-checkins] [3.15] gh-78335: Complete the widget option lists in tkinter docstrings (GH-152485) (GH-152500)
serhiy-storchaka
2026/06/28
[Python-checkins] [3.14] gh-78335: Complete the widget option lists in tkinter docstrings (GH-152485) (GH-152501)
serhiy-storchaka
2026/06/28
[Python-checkins] [3.14] gh-110904: Recommend windows-curses in the curses HOWTO (GH-152491) (GH-152507)
serhiy-storchaka
2026/06/28
[Python-checkins] [3.13] gh-110904: Recommend windows-curses in the curses HOWTO (GH-152491) (GH-152508)
serhiy-storchaka
2026/06/28
[Python-checkins] [3.15] gh-110904: Recommend windows-curses in the curses HOWTO (GH-152491) (GH-152506)
serhiy-storchaka
2026/06/28
[Python-checkins] gh-110904: Recommend windows-curses in the curses HOWTO (GH-152491)
serhiy-storchaka
2026/06/28
[Python-checkins] [3.15] gh-152434: Avoid Gecko export in async-aware test (GH-152496) (#152498)
pablogsal
2026/06/28
[Python-checkins] gh-78335: Complete the widget option lists in tkinter docstrings (GH-152485)
serhiy-storchaka
2026/06/28
[Python-checkins] gh-152434: Avoid Gecko export in async-aware test (#152496)
pablogsal
2026/06/28
[Python-checkins] [3.14] gh-151029: Fix sys.remote_exec() unable to find writable memory when libpython replaced on disk (GH-151032) (#152464)
pablogsal
2026/06/28
[Python-checkins] gh-152325: Add curses.has_mouse() and curses.window.mouse_trafo() (GH-152484)
serhiy-storchaka
2026/06/28
[Python-checkins] gh-87881: Document the result of curses inch() and getbkgd() (GH-152488)
serhiy-storchaka
2026/06/28
[Python-checkins] gh-133031: Support the full Unicode range in curses.textpad.Textbox (GH-152482)
serhiy-storchaka
2026/06/28
[Python-checkins] Remove now-wrapped functions from the curses unsupported list (GH-152480)
serhiy-storchaka
2026/06/28
[Python-checkins] gh-152099: Raise SendfileNotAvailableError for fallback-only transports in asyncio (#152223)
kumaraditya303
2026/06/28
[Python-checkins] gh-152074: Increase the buffer size to 256 KiB in `asyncio` `_sendfile_fallback` (#152097)
kumaraditya303
2026/06/28
[Python-checkins] gh-152470: Make wide-character curses functions work on a narrow build (GH-152476)
serhiy-storchaka
2026/06/27
[Python-checkins] gh-152233: Make the curses cell API work without ncursesw (ПР-152466)
serhiy-storchaka
2026/06/27
[Python-checkins] gh-133031: Support non-ASCII characters in curses.textpad.Textbox (GH-152451)
serhiy-storchaka
2026/06/27
[Python-checkins] [3.15] gh-152397: Provide a cross-reference to PEP 798 unpacking syntax (GH-152454) (#152460)
rhettinger
2026/06/27
[Python-checkins] gh-83274: Don't crash when a Tcl interpreter is deallocated in the wrong thread (GH-152323)
serhiy-storchaka
2026/06/27
[Python-checkins] Provide a cross-reference to PEP 798 unpacking syntax (#152454)
rhettinger
2026/06/27
[Python-checkins] [3.14] gh-152415: Exercise curses non-ASCII tests under 8-bit locale encodings (GH-152416) (GH-152453) (GH-152456)
serhiy-storchaka
2026/06/27
[Python-checkins] [3.13] gh-152415: Exercise curses non-ASCII tests under 8-bit locale encodings (GH-152416) (GH-152453) (GH-152457)
serhiy-storchaka
2026/06/27
[Python-checkins] [3.15] gh-152415: Exercise curses non-ASCII tests under 8-bit locale encodings (GH-152416) (#152453)
serhiy-storchaka
2026/06/27
[Python-checkins] gh-152332: Add the curses.term_attrs() function (GH-152333)
serhiy-storchaka
2026/06/27
[Python-checkins] gh-152415: Exercise curses non-ASCII tests under 8-bit locale encodings (GH-152416)
serhiy-storchaka
2026/06/27
[Python-checkins] [3.15] gh-152434: Fix async-aware Gecko collection (GH-152442) (#152450)
pablogsal
2026/06/27
[Python-checkins] [3.10] gh-145599, CVE 2026-3644: Reject control characters in `http.cookies.Morsel.update()` (#145600) (#146027)
pablogsal
2026/06/27
[Python-checkins] [3.10] gh-146211: Reject CR/LF in HTTP tunnel request headers (GH-146… (#148350)
pablogsal
2026/06/27
[Python-checkins] [3.11] gh-146211: Reject CR/LF in HTTP tunnel request headers (GH-146… (#148351)
pablogsal
2026/06/27
[Python-checkins] [3.11] gh-87451: Apply CVE-2021-4189 PASV fix to ftplib.ftpcp() (GH-149648) (#149796)
pablogsal
2026/06/27
[Python-checkins] [3.10] gh-87451: Apply CVE-2021-4189 PASV fix to ftplib.ftpcp() (GH-149648) (#149797)
pablogsal
2026/06/27
[Python-checkins] [3.15] gh-151613: Fix remote debugging frame cache ABA (#152448)
pablogsal
2026/06/27
[Python-checkins] [3.11] gh-151981: Make tarfile._Stream.seek break at EOF (GH-151982) (#151995)
pablogsal
2026/06/27
[Python-checkins] [3.15] gh-145306: Fix browser open after empty export (GH-150017) (#152447)
pablogsal
2026/06/27
[Python-checkins] [3.11] gh-151558: Fix symlink escape via `tarfile` hardlink-extraction fallback (GH-151559) (#152001)
pablogsal
2026/06/27
[Python-checkins] [3.10] gh-151981: Make tarfile._Stream.seek break at EOF (GH-151982) (#151996)
pablogsal
2026/06/27
[Python-checkins] gh-152434: Fix async-aware Gecko collection (#152442)
pablogsal
2026/06/27
[Python-checkins] [3.15] gh-152434: Block --async-aware with --binary (GH-152444) (#152446)
pablogsal
2026/06/27
[Python-checkins] gh-145306: Fix browser open after empty export (#150017)
pablogsal
2026/06/27
[Python-checkins] gh-146495: Improve `SyntaxError` message for `&&` and `||` operators (#150906)
pablogsal
2026/06/27
[Python-checkins] gh-151613: Fix remote debugging frame cache ABA (#151614)
pablogsal
2026/06/27
[Python-checkins] gh-152434: Block --async-aware with --binary (#152444)
pablogsal
2026/06/27
[Python-checkins] [3.15] gh-151029: Fix sys.remote_exec() unable to find writable memory when libpython replaced on disk (GH-151032) (#152443)
pablogsal
2026/06/27
[Python-checkins] gh-151029: Fix sys.remote_exec() unable to find writable memory when libpython replaced on disk (#151032)
pablogsal
2026/06/27
[Python-checkins] [3.13] gh-152391: Improve `test_interpreters.test_stress` test (GH-152396) (#152430)
sobolevn
2026/06/27
[Python-checkins] [3.14] gh-152391: Improve `test_interpreters.test_stress` test (GH-152396) (#152428)
sobolevn
2026/06/27
[Python-checkins] [3.15] gh-152391: Improve `test_interpreters.test_stress` test (GH-152396) (#152427)
sobolevn
2026/06/27
[Python-checkins] [3.15] gh-152305: Fix `_pydatetime.time.strftime()` raising on year directives (GH-152306) (#152425)
StanFromIreland
2026/06/27
[Python-checkins] [3.14] gh-152305: Fix `_pydatetime.time.strftime()` raising on year directives (GH-152306) (#152426)
StanFromIreland
2026/06/27
[Python-checkins] [3.15] gh-151126: Sets missing exceptions in `tkinter` and `socket` modules initializations (GH-152418) (#152420)
sobolevn
2026/06/27
[Python-checkins] [3.14] gh-151126: Sets missing exceptions in `tkinter` and `socket` modules initializations (GH-152418) (#152421)
sobolevn
2026/06/27
[Python-checkins] [3.13] gh-151126: Sets missing exceptions in `tkinter` and `socket` modules initializations (GH-152418) (#152422)
sobolevn
2026/06/27
[Python-checkins] gh-152391: Improve `test_interpreters.test_stress` test (#152396)
sobolevn
2026/06/27
[Python-checkins] gh-151126: Sets missing exceptions in `tkinter` and `socket` modules initializations (#152418)
sobolevn
2026/06/27
[Python-checkins] gh-152305: Fix `_pydatetime.time.strftime()` raising on year directives (#152306)
StanFromIreland
2026/06/27
[Python-checkins] [3.15] gh-152402: Use `support.nomemtest` in `test_pyexpat` (GH-152403) (#152411)
sobolevn
2026/06/27
[Python-checkins] [3.14] gh-152402: Use `support.nomemtest` in `test_pyexpat` (GH-152403) (#152412)
sobolevn
2026/06/27
[Python-checkins] [3.15] Docs: Fix incomplete sentence in `tp_itemsize` documentation (GH-152381) (GH-152417)
ZeroIntensity
2026/06/27
[Python-checkins] [3.13] gh-152402: Use `support.nomemtest` in `test_pyexpat` (GH-152403) (#152413)
sobolevn
2026/06/27
[Python-checkins] Docs: Fix incomplete sentence in `tp_itemsize` documentation (GH-152381)
ZeroIntensity
2026/06/27
[Python-checkins] gh-152402: Use `support.nomemtest` in `test_pyexpat` (#152403)
sobolevn
2026/06/27
[Python-checkins] gh-152275: Add integer overflow guards to the curses chtype and color-pair packing path (GH-152303)
serhiy-storchaka
2026/06/27
[Python-checkins] gh-152260: Fix flaky curses test_scr_dump on macOS (GH-152390)
serhiy-storchaka
2026/06/27
[Python-checkins] [3.13] gh-152156: Fix a crash in `interpeters.create` under limited memory conditions (GH-152163) (#152270)
sobolevn
2026/06/27
[Python-checkins] [3.15] gh-70273: Document default class bindings in tkinter (GH-152389) (GH-152393)
serhiy-storchaka
2026/06/27
[Python-checkins] [3.14] gh-70273: Document default class bindings in tkinter (GH-152389) (GH-152394)
serhiy-storchaka
2026/06/27
[Python-checkins] [3.13] gh-70273: Document default class bindings in tkinter (GH-152389) (GH-152392)
serhiy-storchaka
2026/06/27
[Python-checkins] gh-70273: Document default class bindings in tkinter (GH-152389)
serhiy-storchaka
2026/06/27
[Python-checkins] [3.15] gh-82830: Improve tkinter messagebox docstrings and cursor documentation (GH-152380) (GH-152386)
serhiy-storchaka
2026/06/27
[Python-checkins] [3.14] gh-82830: Improve tkinter messagebox docstrings and cursor documentation (GH-152380) (GH-152387)
serhiy-storchaka
2026/06/27
[Python-checkins] [3.13] gh-82830: Improve tkinter messagebox docstrings and cursor documentation (GH-152380) (GH-152388)
serhiy-storchaka
2026/06/27
[Python-checkins] gh-82830: Improve tkinter messagebox docstrings and cursor documentation (GH-152380)
serhiy-storchaka
2026/06/27
[Python-checkins] [3.15] gh-152212: Reject a POSIX TZ footer with a missing std offset in pure-Python `zoneinfo` (GH-152213) (#152379)
StanFromIreland
2026/06/27
[Python-checkins] [3.14] gh-152212: Reject a POSIX TZ footer with a missing std offset in pure-Python `zoneinfo` (GH-152213) (#152378)
StanFromIreland
2026/06/27
[Python-checkins] [3.13] gh-152212: Reject a POSIX TZ footer with a missing std offset in pure-Python `zoneinfo` (GH-152213) (#152377)
StanFromIreland
2026/06/27
[Python-checkins] gh-152212: Reject a POSIX TZ footer with a missing std offset in pure-Python `zoneinfo` (#152213)
StanFromIreland
2026/06/27
[Python-checkins] [3.15] gh-71880: Allow editing the last cell in curses.textpad.Textbox (GH-152363) (GH-152364)
serhiy-storchaka
2026/06/27
[Python-checkins] [3.13] gh-71880: Allow editing the last cell in curses.textpad.Textbox (GH-152363) (GH-152366)
serhiy-storchaka
2026/06/27
[Python-checkins] [3.14] gh-71880: Allow editing the last cell in curses.textpad.Textbox (GH-152363) (GH-152365)
serhiy-storchaka
2026/06/27
[Python-checkins] [3.15] gh-151678: Add more tests for tkinter.dnd (GH-152362) (GH-152367)
serhiy-storchaka
2026/06/27
[Python-checkins] [3.14] gh-151678: Add more tests for tkinter.dnd (GH-152362) (GH-152368)
serhiy-storchaka
2026/06/27
[Python-checkins] [3.13] gh-151678: Add more tests for tkinter.dnd (GH-152362) (GH-152369)
serhiy-storchaka
2026/06/27
[Python-checkins] gh-127949: remove asyncio policy system (#150310)
kumaraditya303
2026/06/27
[Python-checkins] gh-87904: Report the public module name in curses types and exceptions (GH-152341)
serhiy-storchaka
2026/06/27
[Python-checkins] gh-151678: Add more tests for tkinter.dnd (GH-152362)
serhiy-storchaka
2026/06/27
[Python-checkins] gh-71880: Allow editing the last cell in curses.textpad.Textbox (GH-152363)
serhiy-storchaka
2026/06/26
[Python-checkins] [3.15] gh-38464: Make tkinter nametowidget() work with cloned menus (GH-152336) (GH-152349)
serhiy-storchaka
2026/06/26
[Python-checkins] [3.13] gh-88758: Handle non-tkinter widgets in tkinter focus methods (GH-152337) (GH-152348)
serhiy-storchaka
2026/06/26
[Python-checkins] [3.15] gh-88758: Handle non-tkinter widgets in tkinter focus methods (GH-152337) (GH-152346)
serhiy-storchaka
2026/06/26
[Python-checkins] [3.14] gh-38464: Make tkinter nametowidget() work with cloned menus (GH-152336) (GH-152350)
serhiy-storchaka
2026/06/26
[Python-checkins] [3.14] gh-88758: Handle non-tkinter widgets in tkinter focus methods (GH-152337) (GH-152347)
serhiy-storchaka
2026/06/26
[Python-checkins] Remove commented out code
rhettinger
2026/06/26
[Python-checkins] [3.13] gh-38464: Make tkinter nametowidget() work with cloned menus (GH-152336) (GH-152351)
serhiy-storchaka
2026/06/26
[Python-checkins] [3.14] IDLE: fix dedent() usage in htest (GH-152256) (#152343)
terryjreedy
2026/06/26
[Python-checkins] [3.15] IDLE: fix dedent() usage in htest (GH-152256) (#152342)
terryjreedy
2026/06/26
[Python-checkins] [3.13] IDLE: fix dedent() usage in htest (GH-152256) (#152344)
terryjreedy
2026/06/26
[Python-checkins] gh-38464: Make tkinter nametowidget() work with cloned menus (GH-152336)
serhiy-storchaka
2026/06/26
[Python-checkins] gh-88758: Handle non-tkinter widgets in tkinter focus methods (GH-152337)
serhiy-storchaka
2026/06/26
[Python-checkins] gh-152334: Add curses key-management functions (GH-152338)
serhiy-storchaka
2026/06/26
[Python-checkins] IDLE: fix dedent() usage in htest (#152256)
terryjreedy
2026/06/26
[Python-checkins] gh-152260: Fix test_scr_dump() on macOS (GH-152340)
serhiy-storchaka
2026/06/26
[Python-checkins] [3.13] gh-98894: Skip test_dtrace when building without dtrace (GH-152239) (#152302)
vstinner
2026/06/26
[Python-checkins] [3.14] gh-98894: Skip test_dtrace when building without dtrace (GH-152239) (#152301)
vstinner
2026/06/26
[Python-checkins] [3.15] gh-98894: Skip test_dtrace when building without dtrace (GH-152239) (#152300)
vstinner
2026/06/26
[Python-checkins] [3.15] gh-80937: Fix memory leak in tkinter createcommand (GH-152294) (GH-152327)
serhiy-storchaka
2026/06/26
[Python-checkins] [3.14] gh-80937: Fix memory leak in tkinter createcommand (GH-152294) (GH-152328)
serhiy-storchaka
2026/06/26
[Python-checkins] [3.13] gh-80937: Fix memory leak in tkinter createcommand (GH-152294) (GH-152329)
serhiy-storchaka
2026/06/26
[Python-checkins] gh-80937: Fix memory leak in tkinter createcommand (GH-152294)
serhiy-storchaka
2026/06/26
[Python-checkins] gh-152238: Revert gh-150490 and gh-152200. (gh-152232)
nascheme
2026/06/26
[Python-checkins] [3.13] gh-152235: Defer GC tracking in set.union and set.difference (gh-152290) (gh-152319)
corona10
2026/06/26
[Python-checkins] [3.15] gh-152235: Defer GC tracking in set.union and set.difference (gh-152290) (gh-152316)
corona10
2026/06/26
[Python-checkins] [3.14] gh-152235: Defer GC tracking in set.union and set.difference (gh-152290) (gh-152312)
corona10
2026/06/26
[Python-checkins] gh-152235: Defer GC tracking in set.union and set.difference (gh-152290)
corona10
2026/06/26
[Python-checkins] [3.13] gh-152235: Defer GC tracking in more set operations (gh-152273) (gh-152280)
corona10
2026/06/26
[Python-checkins] gh-152260: Add curses.scr_dump(), scr_restore(), scr_init() and scr_set() (GH-152261)
serhiy-storchaka
2026/06/26
[Python-checkins] gh-151776: Fix test_state_getters on terminals without insert/delete capability (GH-152304)
serhiy-storchaka
2026/06/26
[Python-checkins] [3.14] gh-152052: Fix misleading `json` error for `\uXXXX` escape at the end of input (GH-152053) (#152284)
StanFromIreland
2026/06/26
[Python-checkins] [3.13] gh-152236: Fix skips on `_testcapi.set_nomemory` tests (GH-152253) (#152286)
sobolevn
2026/06/26
[Python-checkins] [3.13] gh-139145: Fix tkinter event loop in interactive mode (GH-152257) (GH-152293)
serhiy-storchaka
2026/06/26
[Python-checkins] [3.15] gh-139145: Fix tkinter event loop in interactive mode (GH-152257) (GH-152291)
serhiy-storchaka
2026/06/26
[Python-checkins] [3.14] gh-139145: Fix tkinter event loop in interactive mode (GH-152257) (GH-152292)
serhiy-storchaka
2026/06/26
[Python-checkins] gh-98894: Skip test_dtrace when building without dtrace (#152239)
vstinner
2026/06/26
[Python-checkins] gh-152258: Add curses.window.dupwin() (GH-152259)
serhiy-storchaka
2026/06/26
[Python-checkins] [3.15] gh-121249: Soft deprecate F and D struct format types (#149346) (#152274)
vstinner
2026/06/26
[Python-checkins] [3.15] gh-152052: Fix misleading `json` error for `\uXXXX` escape at the end of input (GH-152053) (#152283)
StanFromIreland
2026/06/26
[Python-checkins] gh-139145: Fix tkinter event loop in interactive mode (GH-152257)
serhiy-storchaka
2026/06/26
[Python-checkins] [3.13] gh-152052: Fix misleading `json` error for `\uXXXX` escape at the end of input (GH-152053) (#152285)
StanFromIreland
2026/06/26
[Python-checkins] [3.14] gh-152235: Defer GC tracking in more set operations (gh-152273) (gh-152279)
corona10
2026/06/26
[Python-checkins] [3.15] gh-152236: Fix skips on `_testcapi.set_nomemory` tests (GH-152253) (#152281)
sobolevn
2026/06/26
[Python-checkins] [3.14] gh-152236: Fix skips on `_testcapi.set_nomemory` tests (GH-152253) (#152282)
sobolevn
2026/06/26
[Python-checkins] [3.15] gh-152235: Defer GC tracking in more set operations (gh-152273) (gh-152278)
corona10
2026/06/26
[Python-checkins] gh-152052: Fix misleading `json` error for `\uXXXX` escape at the end of input (#152053)
StanFromIreland
Earlier messages