COMMITS
January 12, 2026
L
gh-142518: Document thread-safety guarantees of list operations (#142519)
Lysandros Nikolaou committed
N
gh-134584: Eliminate redundant refcounting from `_CONTAINS_{OP|OP_SET|OP_DICT}` (GH-143731)
Nadeshiko Manju committed
V
P
gh-143253: Add libabigail suppression file for internal types (#143254)
Pablo Galindo Salgado committed
K
gh-137113 docs: note readline no longer supported in REPL after 3.13 (GH-137142)
Kuang Yu Heng committed
C
gh-134584: JIT: Remove redundant refcount for _BINARY_OP_SUBSCR_DICT (GH-143724)
Cajetan Rodrigues committed
Y
G
gh-140806: add docs for `enum.bin` function (#140807)
Guo Ci committed
I
gh-143189: fix insertdict() for non-Unicode key (#143285)
Inada Naoki committed
P
gh-143578: Restore note about patchlevel.h (#143596)
Petr Viktorin committed
S
gh-142306: Improve errors for Element.remove() (GH-142308)
Serhiy Storchaka committed
S
gh-142881: Fix concurrent and reentrant call of atexit.unregister() (GH-142901)
Serhiy Storchaka committed
S
gh-143346: Fix calculation of the line width for wrapped Base64 in plistlib (GH-143347)
Serhiy Storchaka committed
January 11, 2026
K
B
gh-142972: Document arbitrary ordering in `Path.glob` and `Path.rglob` (GH-143025)
Bartosz Sławecki committed
J
gh-128335: Make slice generic at runtime (#128336)
James Hilton-Balfe committed
B
gh-127750: Fix annotations in singledispatchmethod signature tests (GH-143571)
Bartosz Sławecki committed
K
gh-139038: Update JIT perf figures for 3.14a4 (GH-143705)
Ken Jin committed
S
gh-143420: Clarify sequence behavior for slice indexes (#143422)
Sergey B Kirpichev committed
A
S
gh-78724: Raise RuntimeError's when calling methods on non-ready Struct()'s (GH-143643)
Sergey B Kirpichev committed
S
gh-143638: Forbid cuncurrent use of the Pickler and Unpickler objects in C implementation (GH-143664)
Serhiy Storchaka committed
M
Remove outdated comment about `excess_args` warning in `object.__init__` (#143669)
Manuel Jacob committed
R
Sync the batched() example with the grouper() example. (gh-143676)
Raymond Hettinger committed
R
Add derangements() recipe (gh-143671)
Raymond Hettinger committed
January 10, 2026
E
B
gh-143377: fix crashes in `_interpreters.capture_exception` (#143418)
Bénédikt Tran committed
N
gh-143604: Hold strong reference to executor during JIT tracing (GH-143646)
Nadeshiko Manju committed
J
gh-143641: Make `ready_to_import` always remove tempdir from `sys.path` (#143642)
Jeong, YunWon committed
H
gh-143586: Add Counter comparison tests to enforce missing element semantics (gh-143587)
Heikki Toivonen committed