COMMITS
/ Python/import.c 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
February 8, 2023
S
gh-101670: typo fix in PyImport_AppendInittab() (GH-101672)
Sergey B Kirpichev committed
M
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon committed
November 21, 2022
V
gh-99578: Fix refleak in _imp.create_builtin() (#99642)
Victor Stinner committed
November 16, 2022
V
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99530)
Victor Stinner committed
November 14, 2022
E
gh-81057: Move the Remaining Import State Globals to _PyRuntimeState (gh-99488)
Eric Snow committed
November 12, 2022
E
gh-81057: Move PyImport_Inittab to _PyRuntimeState (gh-99402)
Eric Snow committed
November 11, 2022
E
gh-81057: Move the Extension Modules Cache to _PyRuntimeState (gh-99355)
Eric Snow committed
November 10, 2022
V
gh-99300: Use Py_NewRef() in Python/ directory (#99317)
Victor Stinner committed
October 20, 2022
October 5, 2022
B
June 14, 2022
S
gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
Serhiy Storchaka committed
March 30, 2022
C
bpo-47162: Add call trampoline to mitigate bad fpcasts on Emscripten (GH-32189)
Christian Heimes committed
February 24, 2022
V
bpo-45459: C API uses type names rather than structure names (GH-31528)
Victor Stinner committed
February 8, 2022
February 7, 2022
V
bpo-46670: Remove unused macros in the Python directory (GH-31192)
Victor Stinner committed
February 4, 2022
K
bpo-46608: exclude marshalled-frozen data if deep-freezing to save 300 KB space (GH-31074)
Kumar Aditya committed
November 24, 2021
C
bpo-45020: Fix strict-prototypes warning (GH-29755)
Christian Heimes committed
November 11, 2021
G
bpo-45696: Deep-freeze selected modules (GH-29118)
Guido van Rossum committed
October 29, 2021
F
bpo-45379: clarify FROZEN_EXCLUDED and FROZEN_INVALID documentation (GH-29189)
Filipe Laíns committed
October 28, 2021
E
F
bpo-45379: add custom error string for FROZEN_DISABLED (GH-29190)
Filipe Laíns committed
October 15, 2021
V
bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975)
Victor Stinner committed
October 14, 2021
E
bpo-21736: Set __file__ on frozen stdlib modules. (gh-28656)
Eric Snow committed
October 13, 2021
V
bpo-45434: Mark the PyTokenizer C API as private (GH-28924)
Victor Stinner committed
October 6, 2021
C
Fix typos in the Python directory (GH-28767)
Christian Clauss committed
October 5, 2021
E
bpo-45020: Identify which frozen modules are actually aliases. (gh-28655)
Eric Snow committed
E
September 14, 2021
September 13, 2021
E
bpo-45019: Do some cleanup related to frozen modules. (gh-28319)
Eric Snow committed
June 23, 2021
V
bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874)
Victor Stinner committed
April 7, 2021
V
bpo-43244: Remove Yield macro from pycore_ast.h (GH-25243)
Victor Stinner committed