COMMITS
/ Python/import.c 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
July 30, 2024
M
gh-122188: Move magic number to its own file (#122243)
Michael Droettboom committed
July 8, 2024
E
gh-121110: Fix Extension Module Tests Under Py_TRACE_REFS Builds (gh-121503)
Eric Snow committed
June 25, 2024
E
gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121010)
Eric Snow committed
June 21, 2024
P
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-120520)
Petr Viktorin committed
June 19, 2024
K
gh-120726: Fix compiler warnings on is_core_module() (#120727)
Kirill Podoprigora committed
June 17, 2024
June 6, 2024
S
gh-117657: Fix TSAN race involving import lock (#118523)
Sam Gross committed
June 4, 2024
X
Fix typos in documentation and comments (#119763)
Xie Yanbo committed
May 27, 2024
E
gh-119584: Fix test_import Failed Assertion (gh-119623)
Eric Snow committed
May 25, 2024
E
gh-119560: Drop an Invalid Assert in PyState_FindModule() (gh-119561)
Eric Snow committed
May 7, 2024
E
gh-117953: Always Run Extension Init Func in Main Interpreter First (gh-118157)
Eric Snow committed
B
gh-116322: Enable the GIL while loading C extension modules (#118560)
Brett Simmers committed
May 5, 2024
V
gh-110850: Remove _PyTime_TimeUnchecked() function (#118552)
Victor Stinner committed
May 4, 2024
E
gh-117953: Track Extra Details in Global Extensions Cache (gh-118532)
Eric Snow committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
E
gh-117953: Other Cleanups in the Extensions Machinery (gh-118206)
Eric Snow committed
May 1, 2024
April 29, 2024
E
E
gh-117953: Split Up _PyImport_LoadDynamicModuleWithSpec() (gh-118203)
Eric Snow committed
April 24, 2024
E
gh-117953: Add Internal struct _Py_ext_module_loader_info (gh-118194)
Eric Snow committed
E
E
gh-117953: Cleanups For fix_up_extension() in import.c (gh-118192)
Eric Snow committed
April 23, 2024
E
gh-117953: Small Cleanup of Extensions-Related Machinery Code (gh-118167)
Eric Snow committed
April 11, 2024
S
March 20, 2024
M
GH-108362: Incremental Cycle GC (GH-116206)
Mark Shannon committed
February 20, 2024
V
gh-110850: Rename internal PyTime C API functions (#115734)
Victor Stinner committed
V
gh-110850: Cleanup pycore_time.h includes (#115724)
Victor Stinner committed