COMMITS
March 29, 2026
S
gh-146083: Upgrade bundled Expat to 2.7.5 (#146085)
Stan Ulbrych committed
B
gh-146080: fix a crash in SNI callbacks when the SSL object is gone (#146573)
Bénédikt Tran committed
B
gh-146090: fix memory management of internal `sqlite3` callback contexts (#146569)
Bénédikt Tran committed
S
gh-145876: Do not mask KeyErrors raised during dictionary unpacking in call (GH-146472)
Serhiy Storchaka committed
C
gh-146004: fix test_args_from_interpreter_flags on windows (#146580)
Chris Eibl committed
March 28, 2026
P
gh-139003: Use frozenset for module level attributes in _pyrepl.utils (#139004)
Pieter Eendebak committed
S
GH-146527: Add more data to GC statistics and add it to PyDebugOffsets (#146532)
Sergey Miryanov committed
S
`_pyrepl/pager.py`: call `less` with `--clear-screen` (#146382)
Stan Ulbrych committed
J
gh-146544: Fix `asyncio.Queue` docstring ambiguity (#146545)
Jonathan Dung committed
N
Docs: don't rely on implicit 'above' directions in socket docs (#146426)
Ned Batchelder committed
G
gh-146004: propagate all -X options to multiprocessing child processes (GH-146005)
Gregory P. Smith committed
D
S
GH-145247: Use _PyTuple_FromPair[Steal] in Objects (#145884)
Sergey Miryanov committed
March 27, 2026
B
gh-145059: Record lazy modules without submodules in `sys.lazy_modules` (#146081)
Bartosz Sławecki committed
B
gh-145057: Fix test names and comments to reflect `sys.lazy_modules` is a dict, not a set (#146084)
Bartosz Sławecki committed
I
gh-146310: Fix ensurepip to treat empty WHEEL_PKG_DIR as unset (#146357)
Imgyu Kim committed
K
gh-126910: Verify that JIT stencils preserve frame pointer (GH-146524)
Ken Jin committed
D
GH-126910: avoid reading the FP for getting the SP (GH-146521)
Diego Russo committed
D
GH-126910: reserve FP on AArch64 when generating JIT stencils (GH-146520)
Diego Russo committed
S
Mention _Float16 (type from Annex H of the C23) in the struct docs (#146243)
Sergey B Kirpichev committed
N
M
B
S
gh-85332: Support cross-compiling for GNU/Hurd (#146094)
Sam James committed
P
gh-123471: Make `itertools.zip_longest` safe in the FT build (#146033)
Pieter Eendebak committed
B
gh-146250: Fix memory leak in re-initialization of `SyntaxError` (#146251)
Brij Kapadia committed
K
gh-142518: add thread safety annotations for bytearray C-API (#146514)
Kumar Aditya committed
K
gh-142518: add thread safety docs on bytes C-API (#146415)
Kumar Aditya committed
C
V
gh-146480: Override the exception in _PyErr_SetKeyError() (#146486)
Victor Stinner committed