COMMITS
March 30, 2026
C
gh-139922: always run MSVC 64-bit tail-calling CI (GH-146570)
Chris Eibl committed
V
gh-126835: Fix _PY_IS_SMALL_INT() macro (#146631)
Victor Stinner committed
K
gh-146587: fix type slot assignment incase of multiple slots for same name (#146593)
Kumar Aditya committed
I
gh-138122: Add differential flame graph (#145785)
ivonastojanovic committed
H
gh-146416: Emscripten: Improve standard stream handling in node_entry.mjs (#146417)
Hood Chatham committed
R
gh-146444: Don't package as part of iOS 'build hosts' target (#146628)
Russell Keith-Magee committed
M
gh-138850: Add --disable-epoll to configure (GH-145768)
Marcel Telka committed
V
gh-146444: Make Platforms/Apple/ compatible with Python 3.9 (#146624)
Victor Stinner committed
S
gh-138577: Fix keyboard shortcuts in getpass with echo_char (#141597)
Sanyam Khurana committed
R
gh-146556: Fix infinite loop in annotationlib.get_annotations() on circular __wrapped__ (#146557)
Ramin Farajpour Cami committed
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