COMMITS
August 17, 2026
Ł
gh-155694: Scope HTTPPasswordMgr credentials by URL scheme (#155696)
Łukasz committed
V
gh-153005: Use a monotonic clock for concurrent.interpreters Queue timeouts (GH-154156)
Vyron Vasileiadis committed
S
gh-67217: Test both warnings implementations in environment variable tests (GH-155234)
Serhiy Storchaka committed
T
gh-153539: Fix use-after-free in TextIOWrapper.tell() with a reentrant decoder (GH-153540)
tonghuaroot (童话) committed
T
gh-153603: Fix out-of-bounds read in the ISO-2022 decoder for an unknown charset (GH-153604)
tonghuaroot (童话) committed
T
gh-155852: Do not cancel remaining Executor.map calls on a callable's TimeoutError (GH-155853)
tonghuaroot (童话) committed
T
gh-155315: Fix marshal round-trip of shared frozendict references (GH-155316)
tonghuaroot (童话) committed
S
gh-150942: Speed up re.split result building (gh-155940)
Sangmin Lee committed
S
gh-141510: Document frozendict support in json (gh-155929)
Sanghun Lee committed
T
gh-153158: Remove the erroneous width argument of HTMLCalendar.formatmonthpage (#153159)
tonghuaroot (童话) committed
S
gh-150942: Optimize stringlib split/splitlines with _PyList_AppendTakeRef (gh-155922)
Seungki Kim committed
C
S
gh-149083: Document that dataclasses.MISSING and KW_ONLY are sentinels (#155919)
Sanghun Lee committed
August 16, 2026
V
gh-154842: Reject repack() while a reading handle is open (GH-154843)
Vyron Vasileiadis committed
T
gh-151895: Fix marshal.loads() crash on dict reference-tracking failure (GH-151896)
tonghuaroot (童话) committed
T
gh-155477: Fix multiprocessing.Pool deadlock on close() with a buffersize imap (GH-155478)
tonghuaroot (童话) committed
H
Fix various typos in `Doc/library/stdtypes.rst` (#155879)
hu-jeff committed
B
gh-154196: Improve `AttributeError` messages from unresolved lazy imports (#154688)
Bartosz Sławecki committed
K
gh-148817: Fold long lists/sets of constant elements into constant tuples/frozensets (#149016)
Kirill Podoprigora committed
B
gh-155717: skip `TMPDIR` writeability test if process user is root (#155891)
Bénédikt Tran committed
T
gh-155888: Fix asyncio writelines() hanging on an empty chunk (#155889)
Timofei Ivankov committed
B
gh-155717: use `spawn` as the default start method for read-only filesystems (#155827)
Bénédikt Tran committed
V
gh-155389: Return bytes from _pyio.BytesIO.peek() (GH-155390)
Vyron Vasileiadis committed
V
gh-155864: Keep the module's current screen in step with use_screen() (GH-155865)
Vyron Vasileiadis committed
V
gh-154002: Do not wrap a constructor TypeError in pickle._Unpickler (GH-154003)
Vyron Vasileiadis committed
V
gh-155860: Reject a detached window in panel.replace() (GH-155861)
Vyron Vasileiadis committed
Z
gh-129382: Match venv API symlink defaults to the CLI (#155759)
Zanie Blue committed
A
gh-155504: Set the interpreter before fallible thread state initialization (#155590)
Abdul Mohammad committed
August 15, 2026
Ł
gh-155869: Fix data loss in dbm.dumb.reorganize() (GH-155872)
Łukasz committed
V
gh-83869: tarfile: compute next header offset using pax size for sparse file (GH-18562)
Valentin Samir committed