COMMITS
August 23, 2026
T
gh-155433: Fix TaskGroup losing outside cancellation after cancel() (#155439)
Timofei Ivankov committed
S
S
gh-131885: Use real signatures in the `zlib` docs (#156179)
Stan Ulbrych committed
K
gh-156126: Fix crash in -X importtime with unencodable module names (#156137)
Kirill Podoprigora committed
T
gh-156246: Fix documented default of the asyncio limit argument (#156247)
Timofei Ivankov committed
T
gh-155648: In IDLE tests, call unittest.main without exit arg (#156249)
Terry Jan Reedy committed
August 22, 2026
S
gh-156180: Reject a negative `len2` in `zlib.{adler32,crc32}_combine()` (#156181)
Stan Ulbrych committed
A
gh-156111: Clarify wording in glossary entry "expression" (#156198)
Aniket committed
S
gh-155911: Fix curses detection with libraries in LIBS (GH-156130)
Shamil committed
S
gh-156219: Fix Argument Clinic for an optional argument with **kwds (GH-156220)
Serhiy Storchaka committed
C
gh-156112: Load the ObjC runtime by name when find_library() cannot resolve it (#156113)
Clément Péron committed
C
gh-156115: Use the simulator deployment-target flag for iOS simulator builds (#156116)
Clément Péron committed
August 21, 2026
N
gh-152754: Fix crash when an os.scandir iterator is shared between threads (gh-153462)
Neil Schemenauer committed
K
gh-116048: restructure task group docs and add docs for eager execution (#156102)
Kumar Aditya committed
V
gh-155354: Document that `sys._clear_type_cache` no longer clears the type cache (#155391)
Vyron Vasileiadis committed
S
gh-155877: Fix a NUL in a curses character cell (GH-156158)
Serhiy Storchaka committed
C
gh-155781: Hold strong references to sqlite3 converters (#155784)
cui fliter committed
S
gh-156106: Add tests for setting and deleting attributes defined in C (GH-156107)
Serhiy Storchaka committed
S
gh-155254: Avoid warning about missing stdlib when using _pth files (GH-156015)
Steve Dower committed
S
gh-156166: Fix setting and deleting SSLContext._msg_callback (GH-156167)
Serhiy Storchaka committed
S
gh-155952: Fix `<unrepresentable>` Argument Clinic defaults in several signatures (#155954)
Stan Ulbrych committed
P
gh-153227: Unpin development version of Pygments (#156163)
Peter Bierma committed
S
S
gh-155499: Fix curses window.border() and window.box() with 0 (GH-155871)
Serhiy Storchaka committed
S
gh-156101: Fix sqlite3 Cursor.arraysize on a failed assignment (GH-156105)
Serhiy Storchaka committed
S
gh-156124: Fix a crash when deleting ctypes Pointer.contents (GH-156125)
Serhiy Storchaka committed
S
gh-156100: Fix crashes in the sqlite3 Connection.autocommit setter (GH-156104)
Serhiy Storchaka committed
S
gh-155863: Add the WACS_* constants to the curses module (GH-155870)
Serhiy Storchaka committed
S
gh-156138: Keep the color pair when a curses write restores the rendition (GH-156139)
Serhiy Storchaka committed
S
gh-156099: Fix a crash when deleting SSLContext.keylog_filename (GH-156103)
Serhiy Storchaka committed