COMMITS
/ Python/import.c 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
March 23, 2021
V
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Victor Stinner committed
March 22, 2021
J
bpo-43551: Fix PyImport_Import() for subinterpreters (GH-24929)
junyixie committed
March 20, 2021
A
bpo-43517: Fix false positive in detection of circular imports (#24895)
Antoine Pitrou committed
February 19, 2021
V
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Victor Stinner committed
V
bpo-43268: _Py_IsMainInterpreter() now expects interp (GH-24577)
Victor Stinner committed
January 12, 2021
S
bpo-41994: Fix refcount issues in Python/import.c (GH-22632)
Serhiy Storchaka committed
November 18, 2020
V
bpo-1635741: Convert _imp to multi-phase init (GH-23378)
Victor Stinner committed
November 12, 2020
V
bpo-42260: Initialize time and warnings earlier at startup (GH-23249)
Victor Stinner committed
October 30, 2020
V
bpo-42208: Move _PyImport_Cleanup() to pylifecycle.c (GH-23040)
Victor Stinner committed
V
bpo-42208: Pass tstate to _PyGC_CollectNoFail() (GH-23038)
Victor Stinner committed
October 26, 2020
S
bpo-42152: Use PyDict_Contains and PyDict_SetDefault if appropriate. (GH-22986)
Serhiy Storchaka committed
October 11, 2020
S
bpo-41993: Fix possible issues in remove_module() (GH-22631)
Serhiy Storchaka committed
June 2, 2020
V
bpo-40232: _PyImport_ReInitLock() can now safely use its lock (GH-20597)
Victor Stinner committed
V
PyOS_AfterFork_Child() uses PyStatus (GH-20596)
Victor Stinner committed
May 1, 2020
R
bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750)
Robert Rouhani committed
G
bpo-40412: Nullify inittab_copy during finalization (GH-19746)
Gregory Szorc committed
April 28, 2020
V
bpo-40429: PyFrame_GetCode() now returns a strong reference (GH-19773)
Victor Stinner committed
V
bpo-40421: Add PyFrame_GetCode() function (GH-19757)
Victor Stinner committed
April 15, 2020
V
bpo-40268: Remove unused osdefs.h includes (GH-19532)
Victor Stinner committed
V
bpo-40268: Remove unused pycore_pymem.h includes (GH-19531)
Victor Stinner committed