COMMITS
/ Python/import.c March 24, 2026
K
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Karolina Surma committed
March 5, 2026
V
gh-145055: Accept frozendict for globals in exec() and eval() (#145072)
Victor Stinner committed
March 3, 2026
J
gh-145376: Fix various reference leaks (GH-145377)
Jelle Zijlstra committed
March 2, 2026
B
gh-144851: Fix `__lazy_import__` crash with user-defined filters (#144852)
Bartosz Sławecki committed
February 21, 2026
S
gh-145058: Add input validation to `_PyImport_LazyImportModuleLevelObject` (#145068)
Stan Ulbrych committed
February 12, 2026
P
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Pablo Galindo Salgado committed
February 10, 2026
G
gh-143650: Fix importlib race condition on import failure (GH-143651)
Gregory P. Smith committed
February 9, 2026
December 19, 2025
December 15, 2025
December 14, 2025
Y
gh-142666: Remove unused variable package in import logic (GH-142667)
Yongtao Huang committed
December 12, 2025
P
gh-140550: Correct error message for PyModExport (PEP 793) hook (GH-142583)
Petr Viktorin committed
December 10, 2025
November 24, 2025
P
gh-141780: Make PyModule_FromSlotsAndSpec enable GIL if needed (GH-141785)
Petr Viktorin committed
November 21, 2025
S
gh-137422: Fix race condition in PyImport_AddModuleRef (gh-141822)
Sam Gross committed
November 14, 2025
I
gh-116146: Add C-API to create module from spec and initfunc (GH-139196)
Itamar Oren committed
P
gh-140550: Use a bool for the Py_mod_gil value (GH-141519)
Petr Viktorin committed
November 11, 2025
V
gh-141376: Fix exported symbols (GH-141377)
Victor Stinner committed
November 5, 2025
P
gh-140550: Initial implementation of PEP 793 – PyModExport (GH-140556)
Petr Viktorin committed
October 28, 2025
P
gh-140544: Always assume that thread locals are available (GH-140690)
Peter Bierma committed
October 27, 2025
I
gh-140641: Break out of inittab search on match (GH-140642)
Itamar Oren committed
September 19, 2025
L
gh-138310: Adds sys.audit event for import_module (#138311)
Lisa Roach committed
August 18, 2025
A
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
Adam Turner committed
June 16, 2025
E
gh-135443: Sometimes Fall Back to __main__.__dict__ For Globals (gh-135491)
Eric Snow committed
May 30, 2025
E
gh-132775: Expand the Capability of Interpreter.call() (gh-133484)
Eric Snow committed
May 28, 2025
S
gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)
Serhiy Storchaka committed
May 18, 2025
N
gh-134100: Fix use-after-free in `PyImport_ImportModuleLevelObject` (#134117)
Nico-Posada committed
May 8, 2025
B
gh-133644: remove deprecated `PyImport_ImportModuleNoBlock` (#133655)
Bénédikt Tran committed
May 6, 2025
April 28, 2025
E
gh-132775: Drop PyUnstable_InterpreterState_GetMainModule() (gh-132978)
Eric Snow committed
March 19, 2025
V
gh-131238: Remove more includes from pycore_interp.h (#131480)
Victor Stinner committed
March 17, 2025
M
GH-131238: More refactoring of core header files (GH-131351)
Mark Shannon committed
March 13, 2025
V
gh-111178: Fix function signatures in misc files (#131180)
Victor Stinner committed
February 25, 2025
S
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
Serhiy Storchaka committed
February 20, 2025
S
gh-111924: Fix data races when swapping allocators (gh-130287)
Sam Gross 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 6, 2025
V
gh-127350: Add Py_fopen() and Py_fclose() functions (#127821)
Victor Stinner committed
December 16, 2024
T
gh-127864: Fix compiler warning (-Wstringop-truncation) (GH-127878)
Tomas R. committed
December 12, 2024
November 29, 2024
V
gh-127208: Reject null character in _imp.create_dynamic() (#127400)
Victor Stinner committed
November 12, 2024
S
gh-126688: Reinit import lock after fork (#126692)
Sam Gross committed
November 8, 2024
V
gh-126171: fix possible null dereference in _imp_find_frozen_impl (#126566)
Valery Fedorenko committed
October 18, 2024
E
gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)
Eric Snow committed
October 10, 2024
M
GH-125174: Make immortal objects more robust, following design from PEP 683 (GH-125251)
Mark Shannon committed
September 20, 2024
P
gh-123880: Allow recursive import of single-phase-init modules (GH-123950)
Petr Viktorin committed
September 19, 2024
L
September 2, 2024
P
gh-123091: Use more _Py_IsImmortalLoose() (GH-123602)
Petr Viktorin committed
August 30, 2024
V
gh-122854: Add Py_HashBuffer() function (#122855)
Victor Stinner committed
August 2, 2024
S
gh-122188: Remove _imp.pyc_magic_number (GH-122503)
Serhiy Storchaka committed