COMMITS
/ Python/pylifecycle.c March 23, 2026
C
gh-144319: obtain SeLockMemoryPrivilege on Windows (#144928)
Chris Eibl committed
March 16, 2026
March 11, 2026
S
GH-145247: Use _PyTuple_FromPair in Parser and Python (#145842)
Sergey Miryanov committed
S
gh-145633: Remove support for ancient ARM platforms with mixed-endian doubles (#145634)
Sergey B Kirpichev committed
March 4, 2026
V
gh-142417: Restore private _Py_InitializeMain() function (#145472)
Victor Stinner committed
February 12, 2026
P
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Pablo Galindo Salgado committed
February 4, 2026
V
gh-140824: Fix _Py_DumpExtensionModules() to ignore sub-modules (#144339)
Victor Stinner committed
January 29, 2026
Y
gh-144307: Fix a reference leak during module teardown (GH-144308)
Yongtao Huang committed
January 7, 2026
S
gh-129824: Fix data race on `runtime->gilstate.check_enabled` (gh-143530)
Sam Gross committed
January 6, 2026
K
gh-142863: optimize `list` and `set` calls with generator expressions (#142864)
Kumar Aditya committed
December 28, 2025
P
gh-143228: Fix UAF in perf trampoline during finalization (#143233)
Pablo Galindo Salgado committed
December 23, 2025
D
JIT: don't leak shim memory when shutting down the interpreter (#142984)
Diego Russo committed
December 7, 2025
P
gh-138122: Don't sample partial frame chains (#141912)
Pablo Galindo Salgado committed
November 14, 2025
S
GH-141509: Fix warning about remaining subinterpreters (GH-141528)
Sergey Miryanov committed
November 3, 2025
N
gh-131253: free-threaded build support for pystats (gh-137189)
Neil Schemenauer committed
October 27, 2025
V
gh-125434: Display thread name in faulthandler on Windows (#140675)
Victor Stinner committed
October 3, 2025
S
gh-132042: Remove resolve_slotdups() to speedup class creation (#132156)
Sergey Miryanov committed
September 23, 2025
V
gh-74857, PEP 538: Coerce POSIX locale to UTF-8 based locale (#139238)
Victor Stinner committed
September 19, 2025
September 18, 2025
P
gh-136003: Skip non-daemon threads when exceptions occur during finalization (GH-139129)
Peter Bierma committed
P
gh-136003: Execute pre-finalization callbacks in a loop (GH-136004)
Peter Bierma committed
September 17, 2025
D
gh-137838: Move _PyUOpInstruction buffer to PyInterpreterState (gh-138918)
Donghee Na committed
September 6, 2025
M
August 18, 2025
P
gh-135228: Create __dict__ and __weakref__ descriptors for object (GH-136966)
Petr Viktorin committed
July 21, 2025
P
gh-136421: Load `_datetime` static types during interpreter initialization (GH-136583)
Peter Bierma committed
July 7, 2025
K
gh-109700: fix interpreter finalization while handling memory error (#136342)
Kumar Aditya committed
May 28, 2025
S
gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)
Serhiy Storchaka committed
May 19, 2025
P
P
gh-128639: Don't assume one thread in subinterpreter finalization (gh-128640)
Peter Bierma committed
May 8, 2025
April 30, 2025
M
GH-124715: Move trashcan mechanism into `Py_Dealloc` (GH-132280)
Mark Shannon committed
L
gh-132661: Implement PEP 750 (#132662)
Lysandros Nikolaou committed
April 28, 2025
J
gh-132952: Speed up startup by importing _io instead of io (#132957)
Jelle Zijlstra committed
April 25, 2025
E
gh-132776: Revert Moving memoryview XIData Code to memoryobject.c (gh-132960)
Eric Snow committed
E
gh-132776: Cleanup for XIBufferViewType (gh-132821)
Eric Snow committed
April 10, 2025
C
Fix a typo in Python/pylifecycle.c (#132350)
Chu committed
March 28, 2025
I
gh-131738: optimize builtin any/all/tuple calls with a generator expression arg (#131737)
Irit Katriel committed
March 21, 2025
V
gh-131238: Add pycore_interpframe_structs.h header (#131553)
Victor Stinner committed
March 20, 2025
M
GH-131498: Remove conditional stack effects (GH-131499)
Mark Shannon committed
V
gh-131238: Remove includes from pycore_interp.h (#131495)
Victor Stinner committed
March 19, 2025
V
gh-131238: Remove more includes from pycore_interp.h (#131480)
Victor Stinner committed
March 17, 2025
M
GH-131238: Core header refactor (GH-131250)
Mark Shannon committed
March 6, 2025
S
gh-124878: Fix race conditions during interpreter finalization (#130649)
Sam Gross committed
February 25, 2025
S
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
Serhiy Storchaka committed
January 31, 2025
V
gh-129354: Fix grammar in PyErr_FormatUnraisable() (#129475)
Victor Stinner committed
January 30, 2025
V
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Victor Stinner committed
January 29, 2025
B
GH-126599: Remove the PyOptimizer API (GH-129194)
Brandt Bucher committed
January 24, 2025
V
gh-129185: Simplify PyTraceMalloc_Track() (#129256)
Victor Stinner committed
January 23, 2025
V
gh-129185: Fix PyTraceMalloc_Untrack() at Python exit (#129191)
Victor Stinner committed