python-checkins
Thread
Date
Earlier messages
Later messages
Messages by Date
2026/09/07
[Python-checkins] [3.14] gh-155752: Do not crash when GenericAlias parameters change during substitution (GH-155761) (#155771)
terryjreedy
2026/09/07
[Python-checkins] [3.14] gh-154937: Fix `_thread._shutdown()` racing with `_thread.start_joinable_thread` on `ThreadHandle.ident` (GH-155085) (#155124)
terryjreedy
2026/09/07
[Python-checkins] [3.13] gh-157142: Fix linking _freeze_module with built-in test modules (GH-157143) (#157150)
gpshead
2026/09/07
[Python-checkins] [3.14] gh-150771: Fix email serialization for shift_jis and euc-jp (GH-151120) (#152952)
terryjreedy
2026/09/07
[Python-checkins] gh-157142: Fix linking _freeze_module with built-in test modules (GH-157143)
gpshead
2026/09/07
[Python-checkins] gh-156939: Fix struct.pack('0p', bytes) (#157071)
vstinner
2026/09/07
[Python-checkins] [3.14] gh-156939: Fix struct.pack('0p', bytes) (GH-157071) (#157130)
vstinner
2026/09/07
[Python-checkins] [3.13] gh-156939: Fix struct.pack('0p', bytes) (GH-157071) (#157131)
vstinner
2026/09/07
[Python-checkins] gh-156953: Fix a reference leak in curses window.insnstr() (GH-156954)
serhiy-storchaka
2026/09/07
[Python-checkins] gh-156951: Do not truncate the color pair in curses.slk_color() (GH-156952)
serhiy-storchaka
2026/09/07
[Python-checkins] gh-99772: Fix datetime.time comparison and hashing for sub-minute UTC offsets (#155024)
StanFromIreland
2026/09/07
[Python-checkins] gh-156963: Raise TypeError when concatenating complexstr with another type (GH-156964)
serhiy-storchaka
2026/09/07
[Python-checkins] gh-152433: Allow building mimalloc for Windows UWP (GH-152477)
zooba
2026/09/07
[Python-checkins] [3.13] gh-157048: check for buffer errors before mutating in BytesIO.__init__ (GH-157049) (#157070)
ngoldbaum
2026/09/07
[Python-checkins] [3.14] gh-157048: check for buffer errors before mutating in BytesIO.__init__ (GH-157049) (#157068)
ngoldbaum
2026/09/07
[Python-checkins] gh-156505: Speed up difflib.HtmlDiff for lopsided replacements (GH-156506)
encukou
2026/09/07
[Python-checkins] [3.14] gh-154357: Fix tkinter, ttk and IDLE tests depending on the window manager (GH-154370) (GH-157064)
serhiy-storchaka
2026/09/07
[Python-checkins] [3.13] gh-154357: Fix tkinter, ttk and IDLE tests depending on the window manager (GH-154370) (GH-157065)
serhiy-storchaka
2026/09/07
[Python-checkins] [3.15] gh-156512: Fix asyncio calling connection_lost() twice from resume_writing() (GH-156657) (#157031)
hugovk
2026/09/07
[Python-checkins] [3.15] gh-127296: Document that argparse count action starts from a non-zero default (GH-156908) (#156997)
hugovk
2026/09/07
[Python-checkins] [3.15] gh-156988: Fix asyncio call graph loss at sync generators (#157004)
hugovk
2026/09/07
[Python-checkins] gh-154357: Fix tkinter, ttk and IDLE tests depending on the window manager (GH-154370)
serhiy-storchaka
2026/09/07
[Python-checkins] gh-157025: Fix transport cleanup when cancelling asyncio native sendfile (#157027)
kumaraditya303
2026/09/07
[Python-checkins] gh-157048: check for buffer errors before mutating in BytesIO.__init__ (#157049)
ngoldbaum
2026/09/06
[Python-checkins] [3.15] Add separate docstring for frozendict (gh-156986) (#157018)
hugovk
2026/09/06
[Python-checkins] gh-153569: return token spans and unify decoded source storage (#156482)
pablogsal
2026/09/06
[Python-checkins] gh-155835: fix `digest_size` data race on BLAKE-2 objects (#155839)
picnixz
2026/09/06
[Python-checkins] [3.14] gh-154511: Consolidate IDLE's mouse wheel handling in util (GH-156974) (GH-157022)
serhiy-storchaka
2026/09/06
[Python-checkins] gh-155835: fix `digest_size` and `block_size` data races on SHA-3 objects (#155838)
picnixz
2026/09/06
[Python-checkins] gh-155843: properly initialize HMAC objects to prevent crashes after allocation failures (#155845)
picnixz
2026/09/06
[Python-checkins] gh-156310: Make the iter() sequence fallback iterator safe in free-threaded build (#156311)
kumaraditya303
2026/09/06
[Python-checkins] [3.14] gh-156988: Fix asyncio call graph loss at sync generators (#157005)
kumaraditya303
2026/09/06
[Python-checkins] [3.13] gh-154511: Consolidate IDLE's mouse wheel handling in util (GH-156974) (GH-157023)
serhiy-storchaka
2026/09/06
[Python-checkins] gh-156512: Fix asyncio calling connection_lost() twice from resume_writing() (#156657)
kumaraditya303
2026/09/05
[Python-checkins] gh-154511: Consolidate IDLE's mouse wheel handling in util (GH-156974)
serhiy-storchaka
2026/09/05
[Python-checkins] no-issue: Add separate docstring for frozendict (gh-156986)
corona10
2026/09/05
[Python-checkins] gh-156091: Fix crash compiling deeply nested inlined comprehensions (#156957)
iritkatriel
2026/09/05
[Python-checkins] [3.13] gh-127296: Document that argparse count action starts from a non-zero default (GH-156908) (#156999)
savannahostrowski
2026/09/05
[Python-checkins] [3.14] gh-127296: Document that argparse count action starts from a non-zero default (GH-156908) (#156998)
savannahostrowski
2026/09/05
[Python-checkins] gh-156400: Close the socket or pipe when transport creation fails in asyncio datagram/pipe endpoints (#156401)
kumaraditya303
2026/09/05
[Python-checkins] gh-127296: Document that argparse count action starts from a non-zero default (#156908)
savannahostrowski
2026/09/05
[Python-checkins] gh-156988: Fix asyncio call graph breaking at sync generators (#156991)
kumaraditya303
2026/09/05
[Python-checkins] [3.15] gh-128805: Clarify the deprecation notice of xml.etree.cElementTree (GH-156779) (#156883)
hugovk
2026/09/05
[Python-checkins] [3.14] gh-156091: Fix crash compiling deeply nested inlined comprehensions (GH-156957) (#156993)
iritkatriel
2026/09/05
[Python-checkins] [3.15] gh-127057: reschedule proactor datagram read loop after ConnectionResetError (GH-156726) (#156976)
hugovk
2026/09/05
[Python-checkins] [3.13] gh-156970: Set `Mock.return_value`'s docstring (GH-156971) (#156981)
StanFromIreland
2026/09/05
[Python-checkins] [3.15] gh-89735: Document requirements for the *headers* argument (GH-155640) (#156898)
hugovk
2026/09/05
[Python-checkins] [3.15] Add tests for async comprehensions in different scopes (GH-156412) (#156794)
hugovk
2026/09/05
[Python-checkins] [3.15] gh-156347: Fix wrong statements in the curses documentation (GH-156354) (#156872)
hugovk
2026/09/05
[Python-checkins] [3.15] gh-97850: Add load_module() removal to 3.15 What's New (GH-156418) (#156935)
hugovk
2026/09/05
[Python-checkins] [3.15] Reword `atexit` docs (GH-156086) (#156878)
hugovk
2026/09/05
[Python-checkins] [3.15] gh-156414: Document tomllib's limits & "extensions" (GH-156415) (#156835)
hugovk
2026/09/05
[Python-checkins] [3.15] gh-156970: Set `Mock.return_value`'s docstring (GH-156971) (#156983)
hugovk
2026/09/05
[Python-checkins] [3.15] gh-129813: Fix typo in byteswriter_resize() (GH-156938) (#156979)
hugovk
2026/09/05
[Python-checkins] [3.14] gh-156970: Set `Mock.return_value`'s docstring (GH-156971) (#156982)
StanFromIreland
2026/09/05
[Python-checkins] gh-156970: Set `Mock.return_value`'s docstring (#156971)
StanFromIreland
2026/09/05
[Python-checkins] [3.15] gh-155418: Fix TaskGroup hang when a task cancels it before suspending (#156760)
hugovk
2026/09/05
[Python-checkins] [3.15] gh-94242: Clarify comments for _MAX_WINDOWS_WORKERS in concurrent.futures.process (GH-135537) (#156905)
hugovk
2026/09/05
[Python-checkins] [3.15] gh-140870: Add PyREPL's module attributes import completion feature to What's New 3.15 (GH-156782) (#156945)
hugovk
2026/09/05
[Python-checkins] [3.13] gh-127057: reschedule proactor datagram read loop after ConnectionResetError (GH-156726) (#156978)
kumaraditya303
2026/09/05
[Python-checkins] [3.14] gh-127057: reschedule proactor datagram read loop after ConnectionResetError (GH-156726) (#156977)
kumaraditya303
2026/09/05
[Python-checkins] gh-129813: Fix typo in byteswriter_resize() (#156938)
vstinner
2026/09/05
[Python-checkins] gh-127057: reschedule proactor datagram read loop after ConnectionResetError (#156726)
kumaraditya303
2026/09/04
[Python-checkins] [3.13] gh-156896: Stop scrubbing tkinter submodules upon idlelib.run import (GH-156915) (#156960)
terryjreedy
2026/09/04
[Python-checkins] [3.14] gh-156896: Stop scrubbing tkinter submodules upon idlelib.run import (GH-156915) (#156959)
terryjreedy
2026/09/04
[Python-checkins] gh-143493: fix cleanup on errors in codegen_comprehension (#156374)
iritkatriel
2026/09/04
[Python-checkins] gh-156187: Fix the warning stacklevel inside a nested set operand (GH-156188)
serhiy-storchaka
2026/09/04
[Python-checkins] gh-140870: Add PyREPL's module attributes import completion feature to What's New 3.15 (#156782)
StanFromIreland
2026/09/04
[Python-checkins] gh-142349: Clarify that sys.lazy_modules may contain extra items (GH-155547)
encukou
2026/09/04
[Python-checkins] gh-156894: Fix the position of syntax errors which cover a range (GH-156901)
serhiy-storchaka
2026/09/04
[Python-checkins] gh-156583: Remove unnecessary `test_sundry` (#156642)
StanFromIreland
2026/09/04
[Python-checkins] [3.15] gh-142349: Clarify that sys.lazy_modules may contain extra items (GH-155547) (#156934)
hugovk
2026/09/04
[Python-checkins] gh-118150: difflib: expose autojunk flag from SequenceMatcher to public methods and functions (GH-153959)
encukou
2026/09/04
[Python-checkins] gh-155907: Fix error handling in the marshal C API (GH-155909)
serhiy-storchaka
2026/09/04
[Python-checkins] gh-97850: Add load_module() removal to 3.15 What's New (GH-156418)
encukou
2026/09/04
[Python-checkins] [3.14] gh-156894: Fix the position of syntax errors which cover a range (GH-156901) (GH-156927)
serhiy-storchaka
2026/09/04
[Python-checkins] [3.13] gh-156894: Fix the position of syntax errors which cover a range (GH-156901) (GH-156928)
serhiy-storchaka
2026/09/04
[Python-checkins] gh-156896: Stop scrubbing tkinker submodules upon idlelib.run import (#156915)
terryjreedy
2026/09/04
[Python-checkins] [3.13] Reword `atexit` docs (GH-156086) (GH-156889)
encukou
2026/09/04
[Python-checkins] gh-155561: Use multi-phase init for Modules/_testlimitedcapi.c (GH-156052)
encukou
2026/09/04
[Python-checkins] [3.14] gh-155292: Don't consider Unicode codepoint attributes outside RFC 3454 (GH-155293) (GH-156020)
encukou
2026/09/04
[Python-checkins] [3.14] GH-146096: Fix segfault in BaseExceptionGroup repr (GH-146141) (GH-156904)
encukou
2026/09/04
[Python-checkins] [3.13] GH-146096: Fix segfault in BaseExceptionGroup repr (GH-146141) (GH-156903)
encukou
2026/09/04
[Python-checkins] gh-156886: Fix spurious ZeroDivisionError for complex powers (GH-156887)
serhiy-storchaka
2026/09/03
[Python-checkins] Add an `AGENTS.md` pointing to our policy (#156838)
ambv
2026/09/03
[Python-checkins] [3.13] gh-136061: Simplify idlelib.editor.EditorWindow.load_extension methodname processing (GH-156913)
zware
2026/09/03
[Python-checkins] gh-136061: Simplify idlelib.editor.EditorWindow.load_extension methodname processing (GH-134874)
zware
2026/09/03
[Python-checkins] [3.14] gh-136061: Simplify idlelib.editor.EditorWindow.load_extension methodname processing (GH-156912)
zware
2026/09/03
[Python-checkins] gh-156439: Gate `socket.if_{nametoindex, indextoname}` on respective OS capability (#156708)
StanFromIreland
2026/09/03
[Python-checkins] [3.13] gh-94242: Clarify comments for _MAX_WINDOWS_WORKERS in concurrent.futures.process (GH-135537) (#156907)
chris-eibl
2026/09/03
[Python-checkins] gh-144446: Fix _PyFrame_GetFrameObject() for test_cppext (C++) (#156893)
vstinner
2026/09/03
[Python-checkins] [3.14] Add a page detailing the time complexity of operations on built-in types (GH-154363) (#156337)
nedbat
2026/09/03
[Python-checkins] [3.14] gh-94242: Clarify comments for _MAX_WINDOWS_WORKERS in concurrent.futures.process (GH-135537) (#156906)
chris-eibl
2026/09/03
[Python-checkins] gh-155141: Improve stack-use estimation for keyword calls (#155785)
iritkatriel
2026/09/03
[Python-checkins] gh-94242: Clarify comments for _MAX_WINDOWS_WORKERS in concurrent.futures.process (#135537)
chris-eibl
2026/09/03
[Python-checkins] [3.14] gh-89735: Document requirements for the *headers* argument (GH-155640) (GH-156899)
serhiy-storchaka
2026/09/03
[Python-checkins] [3.13] gh-89735: Document requirements for the *headers* argument (GH-155640) (GH-156900)
serhiy-storchaka
2026/09/03
[Python-checkins] gh-89735: Document requirements for the *headers* argument (GH-155640)
serhiy-storchaka
2026/09/03
[Python-checkins] [3.14] gh-156002: Bound zipfile decompression for bzip2/LZMA/Zstandard (GH-156003) (GH-156362) (GH-156737)
encukou
2026/09/03
[Python-checkins] [3.14] Reword `atexit` docs (GH-156086) (GH-156879)
encukou
2026/09/03
[Python-checkins] [3.14] gh-82406: Add 3.10.6 change notes for inspect.is*function (GH-94987) (#156881)
encukou
2026/09/03
[Python-checkins] [3.13] gh-82406: Add 3.10.6 change notes for inspect.is*function (GH-94987) (#156880)
encukou
2026/09/03
[Python-checkins] [3.14] gh-128805: Clarify the deprecation notice of xml.etree.cElementTree (GH-156779) (GH-156884)
serhiy-storchaka
2026/09/03
[Python-checkins] [3.13] gh-128805: Clarify the deprecation notice of xml.etree.cElementTree (GH-156779) (GH-156885)
serhiy-storchaka
2026/09/03
[Python-checkins] gh-128805: Clarify the deprecation notice of xml.etree.cElementTree (GH-156779)
serhiy-storchaka
2026/09/03
[Python-checkins] gh-126273: Add missing docstrings in the C implementation of xml.etree (GH-156783)
serhiy-storchaka
2026/09/03
[Python-checkins] gh-117999: Fix small integer powers of complex numbers (GH-124243)
serhiy-storchaka
2026/09/03
[Python-checkins] gh-82406: Add 3.10.6 change notes for inspect.is*function (GH-94987)
encukou
2026/09/03
[Python-checkins] Reword `atexit` docs (#156086)
encukou
2026/09/03
[Python-checkins] [3.13] gh-156347: Fix wrong statements in the curses documentation (GH-156354) (GH-156874)
serhiy-storchaka
2026/09/03
[Python-checkins] [3.14] gh-156347: Fix wrong statements in the curses documentation (GH-156354) (GH-156873)
serhiy-storchaka
2026/09/03
[Python-checkins] gh-156347: Fix wrong statements in the curses documentation (GH-156354)
serhiy-storchaka
2026/09/02
[Python-checkins] [3.15] gh-156839: Fix inaccuracies in the xml.dom.pulldom documentation (GH-156840) (#156845)
hugovk
2026/09/02
[Python-checkins] [3.14] gh-156797: Escape the namespace URI in xml.sax.saxutils.XMLGenerator (GH-156799) (GH-156857)
serhiy-storchaka
2026/09/02
[Python-checkins] [3.13] gh-156797: Escape the namespace URI in xml.sax.saxutils.XMLGenerator (GH-156799) (GH-156856)
serhiy-storchaka
2026/09/02
[Python-checkins] gh-156797: Escape the namespace URI in xml.sax.saxutils.XMLGenerator (GH-156799)
serhiy-storchaka
2026/09/02
[Python-checkins] [3.14] gh-156821: Fix inaccuracies in the xml.parsers.expat documentation (GH-156822) (GH-156853)
serhiy-storchaka
2026/09/02
[Python-checkins] [3.13] gh-156821: Fix inaccuracies in the xml.parsers.expat documentation (GH-156822) (GH-156854)
serhiy-storchaka
2026/09/02
[Python-checkins] gh-156821: Fix inaccuracies in the xml.parsers.expat documentation (GH-156822)
serhiy-storchaka
2026/09/02
[Python-checkins] [3.13] gh-119452: test_large_content_length_truncated: Don't use the full LOOPBACK_TIMEOUT on Windows (GH-156851)
zware
2026/09/02
[Python-checkins] gh-144446: Fix thread safety of gi_frame, cr_frame and ag_frame in free-threading (#156037)
kumaraditya303
2026/09/02
[Python-checkins] [3.14] gh-156765: Fix inaccuracies in the ElementTree documentation (GH-156766) (GH-156849)
serhiy-storchaka
2026/09/02
[Python-checkins] [3.13] gh-156765: Fix inaccuracies in the ElementTree documentation (GH-156766) (GH-156850)
serhiy-storchaka
2026/09/02
[Python-checkins] [3.14] gh-119452: test_large_content_length_truncated: Don't use the full LOOPBACK_TIMEOUT on Windows (GH-156761)
zware
2026/09/02
[Python-checkins] [3.14] gh-156839: Fix inaccuracies in the xml.dom.pulldom documentation (GH-156840) (GH-156846)
serhiy-storchaka
2026/09/02
[Python-checkins] [3.14] gh-156829: Fix inaccuracies in the xml.sax documentation (GH-156830) (GH-156843)
serhiy-storchaka
2026/09/02
[Python-checkins] gh-156765: Fix inaccuracies in the ElementTree documentation (GH-156766)
serhiy-storchaka
2026/09/02
[Python-checkins] [3.13] gh-156839: Fix inaccuracies in the xml.dom.pulldom documentation (GH-156840) (GH-156847)
serhiy-storchaka
2026/09/02
[Python-checkins] [3.13] gh-156829: Fix inaccuracies in the xml.sax documentation (GH-156830) (GH-156844)
serhiy-storchaka
2026/09/02
[Python-checkins] gh-156839: Fix inaccuracies in the xml.dom.pulldom documentation (GH-156840)
serhiy-storchaka
2026/09/02
[Python-checkins] gh-156829: Fix inaccuracies in the xml.sax documentation (GH-156830)
serhiy-storchaka
2026/09/02
[Python-checkins] gh-155742: Use PyBytesWriter in xml.etree (#155749)
vstinner
2026/09/02
[Python-checkins] gh-153740: Refine test for _Float16: check support from libm (#156815)
vstinner
2026/09/02
[Python-checkins] gh-156228: Use PyMem_Raw allocators for OpenSSL in `_ssl` and `_hashlib` (#156229)
kumaraditya303
2026/09/02
[Python-checkins] gh-141984: Move generator iterator reference out of syntax docs (GH-154884)
encukou
2026/09/02
[Python-checkins] gh-156414: Document tomllib's limits & "extensions" (GH-156415)
encukou
2026/09/02
[Python-checkins] gh-155742: Add support.built_with_c_assertions() (#156776)
vstinner
2026/09/02
[Python-checkins] [3.14] gh-156658: Only XML white space characters are treated as white space (GH-156659) (GH-156826)
serhiy-storchaka
2026/09/02
[Python-checkins] [3.13] gh-156658: Only XML white space characters are treated as white space (GH-156659) (GH-156827)
serhiy-storchaka
2026/09/02
[Python-checkins] gh-156658: Only XML white space characters are treated as white space (GH-156659)
serhiy-storchaka
2026/09/02
[Python-checkins] gh-155742: Use PyBytesWriter in io _textiowrapper_writeflush() (#155743)
vstinner
2026/09/02
[Python-checkins] gh-156810: Write the profiler's collapsed-stack export as UTF-8 (#156811)
pablogsal
2026/09/01
[Python-checkins] gh-145177: Upgrade to Emscripten 6.0.9 (#156804)
freakboy3742
2026/09/01
[Python-checkins] [3.14] gh-156371: Fix missing PyRefTracer_DESTROY events for trashcan objects (gh-156372) (gh-156802)
corona10
2026/09/01
[Python-checkins] [3.15] Fix typos in the `concurrent.interpreters` docs (GH-156485) (#156790)
hugovk
2026/09/01
[Python-checkins] [3.14] Add tests for async comprehensions in different scopes (GH-156412) (#156795)
iritkatriel
2026/09/01
[Python-checkins] [3.14] Fix typos in the `concurrent.interpreters` docs (GH-156485) (#156791)
StanFromIreland
2026/09/01
[Python-checkins] Add tests for async comprehensions in different scopes (#156412)
iritkatriel
2026/09/01
[Python-checkins] gh-149578: Fix tarfile.open failing on PAX archives with only global headers (GH-149647)
ethanfurman
2026/09/01
[Python-checkins] Fix typos in the `concurrent.interpreters` docs (#156485)
StanFromIreland
2026/09/01
[Python-checkins] gh-156371: Fix missing PyRefTracer_DESTROY events for trashcan objects (gh-156372)
corona10
2026/09/01
[Python-checkins] [3.13] gh-83895: Accept input larger than 2 GiB in the C implementation of ElementTree (GH-156746) (GH-156773)
serhiy-storchaka
2026/09/01
[Python-checkins] gh-89499: Support the standalone document declaration in ElementTree (GH-156730)
serhiy-storchaka
2026/09/01
[Python-checkins] [3.14] gh-83895: Accept input larger than 2 GiB in the C implementation of ElementTree (GH-156746) (GH-156772)
serhiy-storchaka
2026/09/01
[Python-checkins] gh-155742: Use PyBytesWriter in CJK codecs (#155746)
vstinner
2026/09/01
[Python-checkins] gh-155742: Use PyBytesWriter in codecs (#155750)
vstinner
2026/09/01
[Python-checkins] gh-83895: Accept input larger than 2 GiB in the C implementation of ElementTree (GH-156746)
serhiy-storchaka
2026/09/01
[Python-checkins] gh-153740: Optimize PyFloat_Pack/Unpack2 using native _Float16 (#154796)
vstinner
2026/09/01
[Python-checkins] gh-64862: Add the stop_exception parameter in iter() and aiter() (GH-156298)
serhiy-storchaka
2026/09/01
[Python-checkins] Python 3.15.0rc2
hugovk
2026/09/01
[Python-checkins] [3.13] gh-99064: Ignore the encoding declaration when parsing decoded text (GH-156734) (GH-156752)
serhiy-storchaka
2026/08/31
[Python-checkins] gh-156703: Set LD_LIBRARY_PATH in SystemTap trace commands (GH-156424)
encukou
2026/08/31
[Python-checkins] gh-156745: Inline CJK replacement writer call (gh-156744)
corona10
2026/08/31
[Python-checkins] [3.14] gh-99064: Ignore the encoding declaration when parsing decoded text (GH-156734) (GH-156751)
serhiy-storchaka
2026/08/31
[Python-checkins] gh-155981: Store refleak deltas in arrays (gh-55982)
nascheme
2026/08/31
[Python-checkins] gh-99064: Ignore the encoding declaration when parsing decoded text (GH-156734)
serhiy-storchaka
2026/08/31
[Python-checkins] gh-155742: Get singleton in PyBytesWriter_FinishWithSize() (#155795)
vstinner
2026/08/31
[Python-checkins] [3.15] gh-156635: Fix the exceptions in the xml.dom documentation (GH-156636) (#156637)
hugovk
2026/08/31
[Python-checkins] gh-156689: Fix out-of-bounds read in `PyAst_CheckMode()` for `mode='func_type'` (#156697)
StanFromIreland
2026/08/31
[Python-checkins] gh-156723: Update bundled libexpat to version 2.8.4 (#156724)
StanFromIreland
2026/08/31
[Python-checkins] [3.14] gh-156723: Update bundled libexpat to version 2.8.4 (GH-156724) (#156732)
StanFromIreland
2026/08/31
[Python-checkins] [3.15] gh-156707: Do not follow junctions in os_helper.rmtree() on Windows (GH-156710) (#156714)
hugovk
2026/08/31
[Python-checkins] [3.15] gh-156002: Bound zipfile decompression for bzip2/LZMA/Zstandard (GH-156003) (#156362)
hugovk
2026/08/31
[Python-checkins] [3.15] gh-155999: `tarfile`: handle a member that leaves the destination but comes back (GH-156000) (#156040)
hugovk
2026/08/31
[Python-checkins] gh-121291: Respect mixin bitwise-operator overrides on Flag subclasses (GH-155862)
ethanfurman
2026/08/31
[Python-checkins] [3.15] gh-156723: Update bundled libexpat to version 2.8.4 (GH-156724) (#156731)
hugovk
2026/08/31
[Python-checkins] [3.13] gh-156723: Update bundled libexpat to version 2.8.4 (GH-156724) (#156733)
StanFromIreland
2026/08/31
[Python-checkins] gh-155418: Fix TaskGroup hang when a task cancels it before suspending (#155421)
kumaraditya303
2026/08/31
[Python-checkins] [3.14] gh-156101: Don't set the result in error in PyLong_AsInt32() (GH-156727) (#156729)
vstinner
2026/08/31
[Python-checkins] gh-155358: Use named attributes with urllib.parse module (#155364)
vstinner
2026/08/31
[Python-checkins] gh-156101: Don't set the result in error in PyLong_AsInt32() (#156727)
vstinner
2026/08/31
[Python-checkins] [3.14] gh-156707: Do not follow junctions in os_helper.rmtree() on Windows (GH-156710) (GH-156715)
serhiy-storchaka
2026/08/31
[Python-checkins] [3.13] gh-156707: Do not follow junctions in os_helper.rmtree() on Windows (GH-156710) (GH-156716)
serhiy-storchaka
2026/08/31
[Python-checkins] gh-156707: Do not follow junctions in os_helper.rmtree() on Windows (GH-156710)
serhiy-storchaka
2026/08/31
[Python-checkins] [3.14] gh-156523: Fix asyncio.as_completed() not recording the awaiting task (GH-156527) (#156553)
kumaraditya303
2026/08/31
[Python-checkins] [3.14] gh-156689: Fix out-of-bounds read in `PyAst_CheckMode()` for `mode='func_type'` (GH-156697) (#156704)
StanFromIreland
2026/08/31
[Python-checkins] [3.13] gh-156353: Fix configparser space delimiter parsing (GH-156382) (GH-156559)
encukou
2026/08/31
[Python-checkins] [3.14] gh-156353: Fix configparser space delimiter parsing (GH-156382) (GH-156558)
encukou
2026/08/31
[Python-checkins] [3.15] gh-57952: Clarify that xml.dom documents DOM interfaces (GH-156647) (#156651)
hugovk
2026/08/31
[Python-checkins] [3.15] gh-115075: Fix info about initialization of mimetypes.MimeTypes attributes (GH-150691) (#156625)
hugovk
2026/08/31
[Python-checkins] [3.15] gh-155468: Distinguish empty quoted tokens from EOF in netrc (GH-155471) (#156464)
hugovk
2026/08/31
[Python-checkins] [3.15] gh-156408: Fix asyncio.print_call_graph() on a finished task (GH-156410) (#156563)
hugovk
2026/08/31
[Python-checkins] [3.15] gh-156466: Fix additional compiler scope cleanup errors (GH-156547) (#156571)
hugovk
2026/08/30
[Python-checkins] [3.15] gh-155725: Remove `PyGILState_Ensure` usage from `tracemalloc` (GH-156409) (#156628)
hugovk
2026/08/30
[Python-checkins] [3.15] gh-156676: Skip `test_pyinit_function_raises_exception` for other implementations (GH-156684) (#156686)
hugovk
2026/08/30
[Python-checkins] [3.13] gh-156676: Skip `test_pyinit_function_raises_exception` for other implementations (GH-156684) (GH-156688)
ZeroIntensity
2026/08/30
[Python-checkins] [3.14] gh-156676: Skip `test_pyinit_function_raises_exception` for other implementations (GH-156684) (GH-156687)
ZeroIntensity
2026/08/30
[Python-checkins] gh-156676: Skip `test_pyinit_function_raises_exception` for other implementations (GH-156684)
ZeroIntensity
2026/08/30
[Python-checkins] gh-151914: Copyedit "What's new in Python 3.16" (#156678)
hugovk
2026/08/30
[Python-checkins] gh-156500: Reject non-positional parameters in `ctypes.util.wrap_dll_function` (GH-156501)
ZeroIntensity
Earlier messages
Later messages