COMMITS
/ Python/import.c 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
August 23, 2023
V
gh-108308: Replace _PyDict_GetItemStringWithError() (#108372)
Victor Stinner committed
August 22, 2023
V
gh-106320: Remove _PyDict_GetItemStringWithError() function (#108313)
Victor Stinner committed
August 2, 2023
E
gh-107471: Fix Refleaks in test_import (gh-107569)
Eric Snow committed
July 31, 2023
G
no-issue: Fix typo in import.c (gh-107498)
Georg Brandl committed
July 28, 2023
E
gh-105699: Use a _Py_hashtable_t for the PyModuleDef Cache (gh-106974)
Eric Snow committed
July 27, 2023
E
July 25, 2023
V
Remove unused internal _PyImport_GetModuleId() function (#107235)
Victor Stinner committed
July 18, 2023
S
gh-86493: Use PyModule_Add() instead of PyModule_AddObjectRef() (GH-106860)
Serhiy Storchaka committed
July 12, 2023
S
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka committed
July 11, 2023
S
gh-106307: C API: Add PyMapping_GetOptionalItem() function (GH-106308)
Serhiy Storchaka committed
July 1, 2023
V
gh-106320: Remove _PyInterpreterState_Get() alias (#106321)
Victor Stinner committed
June 30, 2023
H
gh-106210 Remove Emscripten import trampoline (#106211)
Hood Chatham committed
June 26, 2023
V
gh-106084: Remove old PyObject call aliases (#106085)
Victor Stinner committed
June 22, 2023
V
gh-105927: PyImport_AddModule() uses _PyWeakref_GET_REF() (#106001)
Victor Stinner committed
V
gh-105922: Use PyImport_AddModuleRef() function (#105999)
Victor Stinner committed
June 20, 2023
V
gh-105922: Add PyImport_AddModuleRef() function (#105923)
Victor Stinner committed
June 14, 2023
E
gh-105699: Use a Thread-Local Variable for PKGCONTEXT (gh-105740)
Eric Snow committed
June 9, 2023
V
gh-105396: Deprecate PyImport_ImportModuleNoBlock() function (#105397)
Victor Stinner committed
June 1, 2023
V
gh-92536: Remove PyUnicode_READY() calls (#105210)
Victor Stinner committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
April 28, 2023
B
gh-98040: Remove just the `imp` module (#98573)
Barry Warsaw committed
April 25, 2023
E
April 24, 2023
E
gh-100227: Only Use deepfreeze for the Main Interpreter (gh-103794)
Eric Snow committed
April 4, 2023
E
gh-102660: Fix is_core_module() (gh-103257)
Eric Snow committed
March 31, 2023
E
gh-100227: Fix Cleanup of the Extensions Cache (gh-103150)
Eric Snow committed
March 29, 2023
March 19, 2023
I
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#102816)
Irit Katriel committed
March 16, 2023
E
gh-102660: Fix Refleaks in import.c (#102744)
Eric Snow committed
March 14, 2023
E
gh-102660: Handle m_copy Specially for the sys and builtins Modules (gh-102661)
Eric Snow committed
March 9, 2023
E
gh-100227: Isolate the Import State to Each Interpreter (gh-101941)
Eric Snow committed
February 27, 2023
E
gh-102251: Updates to test_imp Toward Fixing Some Refleaks (gh-102254)
Eric Snow committed
February 16, 2023
E
gh-101758: Add _PyState_AddModule() Back for the Stable ABI (gh-101956)
Eric Snow committed
February 15, 2023
E
E
gh-101758: Clean Up Uses of Import State (gh-101919)
Eric Snow committed
February 14, 2023
E
gh-101758: Add a Test For Single-Phase Init Module Variants (gh-101891)
Eric Snow committed
February 9, 2023
S
gh-101670: typo fix in PyImport_ExtendInittab() (#101723)
Sergey B Kirpichev committed