python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/07/01
[Python-checkins] [3.13] gh-66331: Set correct WM_CLASS on X11 for IDLE windows (GH-152733) (#152796)
terryjreedy
2026/07/01
[Python-checkins] gh-66331: Set correct WM_CLASS on X11 for IDLE windows (#152733)
terryjreedy
2026/07/01
[Python-checkins] Use tk_scaling() instead of a raw Tcl call in IDLE and tkinter tests (#152788)
terryjreedy
2026/07/01
[Python-checkins] GH-148874: Make sure that mngr.__exit__() is always called in a with statement (GH-150911)
markshannon
2026/07/01
[Python-checkins] [3.14] gh-144473: Add "steal" term to glossary; clarify "stealing" on error (GH-144502) (GH-152772)
encukou
2026/07/01
[Python-checkins] Fix copy paste error with Py_mod_state_traverse (GH-152776)
encukou
2026/07/01
[Python-checkins] [3.14] Docs: Fix incomplete sentence in `tp_itemsize` documentation (GH-152381) (GH-152424)
encukou
2026/07/01
[Python-checkins] [3.13] Docs: Fix incomplete sentence in `tp_itemsize` documentation (GH-152381) (GH-152423)
encukou
2026/07/01
[Python-checkins] gh-144473: Add "steal" term to glossary; clarify "stealing" on error (GH-144502)
encukou
2026/07/01
[Python-checkins] Bump the `actions/{github-script,checkout}` and `j178/prek-action` actions (#152760)
StanFromIreland
2026/07/01
[Python-checkins] Use `@force_not_colorized` in `test_syntactical_future_repl` (#152749)
StanFromIreland
2026/07/01
[Python-checkins] [3.15] gh-152157: Reject empty fractions in `_datetime.{date}time.fromisoformat` (GH-152161) (#152761)
StanFromIreland
2026/07/01
[Python-checkins] Bump `hypothesis` from `6.151.9` to `6.155.3` in `Tools/requirements-hypothesis.txt` (#152758)
StanFromIreland
2026/07/01
[Python-checkins] gh-152157: Reject empty fractions in `_datetime.{date}time.fromisoformat` (#152161)
StanFromIreland
2026/07/01
[Python-checkins] gh-133031: Fix test_textbox_unicode on a narrow build (GH-152750)
serhiy-storchaka
2026/07/01
[Python-checkins] [3.13] gh-151626: Fix tests that fail when PYTHONPYCACHEPREFIX is set (GH-151952) (GH-152744) (#152748)
gpshead
2026/07/01
[Python-checkins] [3.14] gh-151626: Fix tests that fail when PYTHONPYCACHEPREFIX is set (GH-151952) (#152744)
gpshead
2026/06/30
[Python-checkins] [3.13] gh-152728: IDLE - move 3 toplevel fix_xyz functions to idlelb.util (GH-152729) (#152732)
terryjreedy
2026/06/30
[Python-checkins] [3.14] gh-152728: IDLE - move 3 toplevel fix_xyz functions to idlelb.util (GH-152729) (#152731)
terryjreedy
2026/06/30
[Python-checkins] [3.15] gh-152728: IDLE - move 3 toplevel fix_xyz functions to idlelb.util (GH-152729) (#152730)
terryjreedy
2026/06/30
[Python-checkins] [3.15] gh-151626: Fix tests that fail when PYTHONPYCACHEPREFIX is set (GH-151952) (#152736)
gpshead
2026/06/30
[Python-checkins] [3.14] gh-152502: Detect the curses mouse interface portably (GH-152705) (GH-152734)
serhiy-storchaka
2026/06/30
[Python-checkins] gh-151626: Fix tests that fail when PYTHONPYCACHEPREFIX is set (GH-151952)
gpshead
2026/06/30
[Python-checkins] [3.13] gh-152502: Detect the curses mouse interface portably (GH-152705) (GH-152735)
serhiy-storchaka
2026/06/30
[Python-checkins] gh-152728: IDLE - move 3 toplevel fix_xyz functions to idlelb.util (#152729)
terryjreedy
2026/06/30
[Python-checkins] [3.15] gh-152715: Add pythoninfo-build command to Platforms/Apple (GH-152716) (#152723)
freakboy3742
2026/06/30
[Python-checkins] [3.15] gh-152711: Add pythoninfo-build command to Platforms/Android (GH-152713) (#152725)
freakboy3742
2026/06/30
[Python-checkins] [3.14] gh-152715: Add pythoninfo-build command to Platforms/Apple (GH-152716) (#152724)
freakboy3742
2026/06/30
[Python-checkins] [3.13] gh-152711: Add pythoninfo-build command to Platforms/Android (GH-152713) (#152727)
freakboy3742
2026/06/30
[Python-checkins] [3.14] gh-152711: Add pythoninfo-build command to Platforms/Android (GH-152713) (#152726)
freakboy3742
2026/06/30
[Python-checkins] gh-152711: Add pythoninfo-build command to Platforms/Android (#152713)
freakboy3742
2026/06/30
[Python-checkins] gh-152715: Add pythoninfo-build command to Platforms/Apple (#152716)
freakboy3742
2026/06/30
[Python-checkins] [3.15] gh-152502: Detect the curses mouse interface portably (GH-152705) (GH-152707)
serhiy-storchaka
2026/06/30
[Python-checkins] gh-152433: Windows: enable mmapmodule for UWP (#152473)
chris-eibl
2026/06/30
[Python-checkins] gh-152433: Windows: use GetFileSizeEx instead of GetFileSize for memory mapped files (#152383)
chris-eibl
2026/06/30
[Python-checkins] GH-81881: Raise `SpecialFileError` for sockets and devices in `shutil.copyfile` (#142693)
savannahostrowski
2026/06/30
[Python-checkins] gh-152502: Detect the curses mouse interface and is_* methods portably (GH-152705)
serhiy-storchaka
2026/06/30
[Python-checkins] gh-145857: Replace `DELETE_GLOBAL` with `PUSH_NULL; STORE_GLOBAL` (GH-146314)
markshannon
2026/06/30
[Python-checkins] gh-145854: Replace `DELETE_NAME` with `PUSH_NULL; STORE_NAME` (GH-146006)
markshannon
2026/06/30
[Python-checkins] [3.15] gh-152680: Detect container/VM in test.pythoninfo (GH-152668) (#152699)
vstinner
2026/06/30
[Python-checkins] [3.14] gh-152680: Detect container/VM in test.pythoninfo (GH-152668) (#152700)
vstinner
2026/06/30
[Python-checkins] [3.13] gh-152680: Detect container/VM in test.pythoninfo (GH-152668) (#152698)
vstinner
2026/06/30
[Python-checkins] gh-152680: Detect container/VM in test.pythoninfo (#152668)
vstinner
2026/06/30
[Python-checkins] gh-152682: Fix NULL dereference on OOM in `symtable_visit_type_param_bound_or_default` (#152684)
sobolevn
2026/06/30
[Python-checkins] gh-151881: Skip tk_inactive negativity check on Windows (GH-152683)
serhiy-storchaka
2026/06/30
[Python-checkins] gh-152546: Refactor `mappingproxy.__new__` to use `PyDictProxy_New` (#152547)
sobolevn
2026/06/30
[Python-checkins] [3.15] gh-151126: Fix a possible crash during the startup with no memory under `Py_STACKREF_DEBUG` (GH-152478) (#152677)
sobolevn
2026/06/30
[Python-checkins] [3.14] gh-151126: Fix a possible crash during the startup with no memory under `Py_STACKREF_DEBUG` (GH-152478) (#152678)
sobolevn
2026/06/30
[Python-checkins] gh-151126: Fix a possible crash during the startup with no memory under `Py_STACKREF_DEBUG` (#152478)
sobolevn
2026/06/30
[Python-checkins] [3.14] gh-151029: Fix `test_remote_exec_deleted_static_executable` on static installed builds (GH-152653) (#152669)
StanFromIreland
2026/06/30
[Python-checkins] [3.15] gh-151029: Fix `test_remote_exec_deleted_static_executable` on static installed builds (GH-152653) (#152670)
StanFromIreland
2026/06/30
[Python-checkins] [3.14] gh-152635: Raise MemoryError when the lock allocation fails in `_interpchannels.create()` (GH-152642) (#152672)
sobolevn
2026/06/30
[Python-checkins] [3.15] gh-152635: Raise MemoryError when the lock allocation fails in `_interpchannels.create()` (GH-152642) (#152671)
sobolevn
2026/06/30
[Python-checkins] [3.13] gh-152635: Raise MemoryError when the lock allocation fails in `_interpchannels.create()` (GH-152642) (#152673)
sobolevn
2026/06/30
[Python-checkins] gh-152635: Raise MemoryError when the lock allocation fails in `_interpchannels.create()` (#152642)
sobolevn
2026/06/30
[Python-checkins] gh-151029: Fix `test_remote_exec_deleted_static_executable` on static installed builds (GH-152653)
encukou
2026/06/30
[Python-checkins] [3.14] Don't require the `_test{internal}capi` modules in `test_monitoring.py` (GH-152311) (#152661)
StanFromIreland
2026/06/30
[Python-checkins] [3.14] gh-50966: Fix unbounded recursion in turtle drag handlers (GH-152626) (GH-152658)
serhiy-storchaka
2026/06/30
[Python-checkins] [3.15] Don't require the `_test{internal}capi` modules in `test_monitoring.py` (GH-152311) (#152660)
StanFromIreland
2026/06/30
[Python-checkins] [3.15] gh-50966: Fix unbounded recursion in turtle drag handlers (GH-152626) (GH-152657)
serhiy-storchaka
2026/06/30
[Python-checkins] [3.13] Use tkinter wrapper methods instead of raw Tcl calls in turtle and IDLE (GH-152414) (GH-152663)
serhiy-storchaka
2026/06/30
[Python-checkins] [3.14] Use tkinter wrapper methods instead of raw Tcl calls in turtle and IDLE (GH-152414) (GH-152662)
serhiy-storchaka
2026/06/30
[Python-checkins] gh-121249: Deprecate using F/D type codes in the struct module (#152309)
vstinner
2026/06/30
[Python-checkins] gh-152192: Fix JUMP_BACKWARD passing a truncated oparg to the jit tracer (GH-152382)
markshannon
2026/06/30
[Python-checkins] Don't require the `_test{internal}capi` modules in `test_monitoring.py` (#152311)
StanFromIreland
2026/06/30
[Python-checkins] gh-50966: Fix unbounded recursion in turtle drag handlers (GH-152626)
serhiy-storchaka
2026/06/30
[Python-checkins] [3.14] gh-133510: Add links to more info for the match statement in FAQ anwser (GH-133511) (#152655)
StanFromIreland
2026/06/30
[Python-checkins] [3.15] gh-133510: Add links to more info for the match statement in FAQ anwser (GH-133511) (#152656)
StanFromIreland
2026/06/30
[Python-checkins] [3.13] gh-133510: Add links to more info for the match statement in FAQ anwser (GH-133511) (#152654)
StanFromIreland
2026/06/30
[Python-checkins] gh-152325: Gate curses.has_mouse() on the ncurses patch level (GH-152652)
serhiy-storchaka
2026/06/30
[Python-checkins] gh-133510: Add links to more info for the match statement in FAQ anwser (#133511)
StanFromIreland
2026/06/30
[Python-checkins] [3.15] gh-152248: Reject a POSIX TZ abbreviation with non-ASCII-letters in pure-Python `zoneinfo` (GH-152249) (#152650)
StanFromIreland
2026/06/30
[Python-checkins] [3.14] gh-152248: Reject a POSIX TZ abbreviation with non-ASCII-letters in pure-Python `zoneinfo` (GH-152249) (#152651)
StanFromIreland
2026/06/30
[Python-checkins] [3.13] gh-152248: Reject a POSIX TZ abbreviation with non-ASCII-letters in pure-Python `zoneinfo` (GH-152249) (#152649)
StanFromIreland
2026/06/30
[Python-checkins] gh-152248: Reject a POSIX TZ abbreviation with non-ASCII-letters in pure-Python `zoneinfo` (#152249)
StanFromIreland
2026/06/30
[Python-checkins] [3.15] gh-149689: add missing error checks in Parser/action_helpers.c (GH-149710) (#152640)
pablogsal
2026/06/30
[Python-checkins] [3.14] gh-149689: add missing error checks in Parser/action_helpers.c (GH-149710) (#152641)
pablogsal
2026/06/29
[Python-checkins] [3.15] Use tkinter wrapper methods instead of raw Tcl calls in turtle and IDLE (GH-152414) (GH-152648)
serhiy-storchaka
2026/06/29
[Python-checkins] Use tkinter wrapper methods instead of raw Tcl calls in turtle and IDLE (GH-152414)
serhiy-storchaka
2026/06/29
[Python-checkins] [3.15] gh-146219: Document reusing a thread state across repeated foreign-thread calls (GH-146221) (#152644)
gpshead
2026/06/29
[Python-checkins] gh-146219: Document reusing a thread state across repeated foreign-thread calls (GH-146221)
gpshead
2026/06/29
[Python-checkins] gh-149689: add missing error checks in Parser/action_helpers.c (#149710)
pablogsal
2026/06/29
[Python-checkins] gh-82312: Further improvement of error messages for generating AST nodes (GH-150912)
serhiy-storchaka
2026/06/29
[Python-checkins] gh-103878: Return a consistent empty value from cancelled file dialogs (GH-152435)
serhiy-storchaka
2026/06/29
[Python-checkins] [3.15] gh-152492 Allow `OrderedDict.update` to work with `frozendict` (GH-152494) (#152630)
sobolevn
2026/06/29
[Python-checkins] [3.15] gh-103878: Document that the cancelled file dialog value is only falsy (GH-152429) (GH-152629)
serhiy-storchaka
2026/06/29
[Python-checkins] [3.14] gh-103878: Document that the cancelled file dialog value is only falsy (GH-152429) (GH-152627)
serhiy-storchaka
2026/06/29
[Python-checkins] [3.13] gh-103878: Document that the cancelled file dialog value is only falsy (GH-152429) (GH-152628)
serhiy-storchaka
2026/06/29
[Python-checkins] gh-152492 Allow `OrderedDict.update` to work with `frozendict` (#152494)
sobolevn
2026/06/29
[Python-checkins] gh-103878: Document that the cancelled file dialog value is only falsy (GH-152429)
serhiy-storchaka
2026/06/29
[Python-checkins] Micro-optimizations for the statistics module (#152618)
rhettinger
2026/06/29
[Python-checkins] [3.13] gh-151987: Pass filter_function to `TarFile._extract_one()` during `.extract()` (GH-151988) (#152610)
StanFromIreland
2026/06/29
[Python-checkins] [3.15] gh-151987: Pass `filter_function` to `TarFile._extract_one()` during `.extract()` (GH-151988) (#152608)
StanFromIreland
2026/06/29
[Python-checkins] [3.14] gh-151987: Pass filter_function to `TarFile._extract_one()` during `.extract()` (GH-151988) (#152609)
StanFromIreland
2026/06/29
[Python-checkins] [3.13] gh-152502: Detect optional curses functions with configure probes (GH-152504) (GH-152589) (GH-152602)
serhiy-storchaka
2026/06/29
[Python-checkins] gh-152263: Add curses soft-label-key functions (GH-152264)
serhiy-storchaka
2026/06/29
[Python-checkins] [3.14] gh-69134: Wait until mapped in keyboard virtual-event tests (GH-152599) (GH-152606)
serhiy-storchaka
2026/06/29
[Python-checkins] [3.15] gh-152228: Fix an assertion failure in `str.replace` under a limited memory case (GH-152229) (#152615)
sobolevn
2026/06/29
[Python-checkins] [3.14] gh-152228: Fix an assertion failure in `str.replace` under a limited memory case (GH-152229) (#152616)
sobolevn
2026/06/29
[Python-checkins] gh-152228: Fix an assertion failure in `str.replace` under a limited memory case (#152229)
sobolevn
2026/06/29
[Python-checkins] [3.15] gh-69134: Wait until mapped in keyboard virtual-event tests (GH-152599) (GH-152605)
serhiy-storchaka
2026/06/29
[Python-checkins] [3.13] gh-69134: Wait until mapped in keyboard virtual-event tests (GH-152599) (GH-152607)
serhiy-storchaka
2026/06/29
[Python-checkins] gh-151987: Pass filter_function to TarFile._extract_one() during .extract() (GH-151988)
encukou
2026/06/29
[Python-checkins] gh-69134: Wait until mapped in keyboard virtual-event tests (GH-152599)
serhiy-storchaka
2026/06/29
[Python-checkins] [3.14] gh-152502: Detect optional curses functions with configure probes (GH-152504) (GH-152589) (GH-152603)
serhiy-storchaka
2026/06/29
[Python-checkins] gh-151040: Fix `test_c_stack_unwind` on RISC-V (#152370)
vstinner
2026/06/29
[Python-checkins] [3.15] gh-69134: Harden tkinter GUI tests that depend on a mapped widget (GH-152499) (GH-152516)
serhiy-storchaka
2026/06/29
[Python-checkins] [3.15] gh-152502: Detect optional curses functions with configure probes (GH-152504) (GH-152589)
serhiy-storchaka
2026/06/29
[Python-checkins] gh-152587: Make name and value required in tkinter variable methods (GH-152595)
serhiy-storchaka
2026/06/29
[Python-checkins] [3.15] gh-152587: Stop documenting bogus default values in tkinter variable methods (GH-152594) (GH-152596)
serhiy-storchaka
2026/06/29
[Python-checkins] [3.13] gh-152587: Stop documenting bogus default values in tkinter variable methods (GH-152594) (GH-152598)
serhiy-storchaka
2026/06/29
[Python-checkins] [3.14] gh-152587: Stop documenting bogus default values in tkinter variable methods (GH-152594) (GH-152597)
serhiy-storchaka
2026/06/29
[Python-checkins] gh-133031: Fix test_textbox_edit_wide on a narrow build (GH-152592)
serhiy-storchaka
2026/06/29
[Python-checkins] [3.14] gh-151096: Fix test_embed with split exec prefix (GH-151288) (#152591)
vstinner
2026/06/29
[Python-checkins] [3.13] gh-151096: Fix test_embed with split exec prefix (GH-151288) (#152593)
vstinner
2026/06/29
[Python-checkins] [3.15] gh-151096: Fix test_embed with split exec prefix (GH-151288) (#152590)
vstinner
2026/06/29
[Python-checkins] gh-152587: Stop documenting bogus default values in tkinter variable methods (GH-152594)
serhiy-storchaka
2026/06/29
[Python-checkins] gh-151096: Fix test_embed with split exec prefix (#151288)
vstinner
2026/06/29
[Python-checkins] gh-152584: Reorganize the curses documentation into topic subsections (GH-152583)
serhiy-storchaka
2026/06/29
[Python-checkins] gh-151483: Only declare `PyCodeObject._co_unique_id` on Free Threading (#151484)
vstinner
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
Earlier messages
Later messages