COMMITS
/ Python/import.c 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
V
gh-110850: Replace _PyTime_t with PyTime_t (#115719)
Victor Stinner committed
February 7, 2024
M
GH-108362: Revert "GH-108362: Incremental GC implementation (GH-108038)" (#115132)
Mark Shannon committed
February 5, 2024
M
GH-108362: Incremental GC implementation (GH-108038)
Mark Shannon committed
January 29, 2024
N
gh-114685: Fix incorrect use of PyBUF_READ in import.c (GH-114686)
Nikita Sobolev committed
December 7, 2023
S
gh-111924: Use PyMutex for Runtime-global Locks. (gh-112207)
Sam Gross committed
S
gh-112660: Do not clear arbitrary errors on import (GH-112661)
Serhiy Storchaka committed
November 14, 2023
V
gh-111262: Add PyDict_Pop() function (#112028)
Victor Stinner committed
S
gh-111789: Simplify import.c by using PyDict_GetItemRef() (GH-111979)
Serhiy Storchaka committed
November 2, 2023
S
gh-108082: Use PyErr_FormatUnraisable() (GH-111580)
Serhiy Storchaka committed
October 25, 2023
S
gh-106320: Re-add some PyLong/PyDict C-API functions (GH-#111162)
scoder committed
October 4, 2023
S
gh-88402: Add new sysconfig variables on Windows (GH-110049)
Sam Gross committed
September 29, 2023
V
gh-110079: Remove extern "C" { ...} in C code (#110080)
Victor Stinner committed
September 23, 2023
S
gh-109521: Fix obscure cases handling in PyImport_GetImporter() (GH-109522)
Serhiy Storchaka committed
September 17, 2023
S
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
Serhiy Storchaka committed
September 8, 2023
M
GH-108716: Turn off deep-freezing of code objects. (GH-108722)
Mark Shannon committed
August 24, 2023
V
gh-106320: Remove private _PyDict functions (#108449)
Victor Stinner committed