COMMITS
/ Python/importdl.c August 13, 2024
E
gh-122907: Fix Builds Without HAVE_DYNAMIC_LOADING Set (gh-122952)
Eric Snow committed
June 27, 2024
V
gh-121040: Use __attribute__((fallthrough)) (#121044)
Victor Stinner committed
May 7, 2024
E
gh-117953: Imply Single-phase Init if the Init Function Fails (gh-118684)
Eric Snow committed
May 4, 2024
E
gh-117953: Track Extra Details in Global Extensions Cache (gh-118532)
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: Fix Refleaks Introduced by gh-118194 (gh-118250)
Eric Snow committed
E
gh-117953: Add Internal struct _Py_ext_module_loader_info (gh-118194)
Eric Snow committed
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
October 4, 2023
S
gh-88402: Add new sysconfig variables on Windows (GH-110049)
Sam Gross committed
July 3, 2023
V
gh-106320: Remove private _PyErr C API functions (#106356)
Victor Stinner committed
June 30, 2023
H
gh-106210 Remove Emscripten import trampoline (#106211)
Hood Chatham committed
February 16, 2023
February 15, 2023
E
gh-101758: Clean Up Uses of Import State (gh-101919)
Eric Snow committed
December 23, 2022
S
gh-99947: Ensure unreported errors are chained for SystemError during import (GH-99946)
Sebastian Berg committed
November 16, 2022
E
gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)
Eric Snow committed
March 30, 2022
C
bpo-47162: Add call trampoline to mitigate bad fpcasts on Emscripten (GH-32189)
Christian Heimes committed
February 8, 2022
October 12, 2021
S
Fix format string in _PyImport_LoadDynamicModuleWithSpec() (GH-28863)
Serhiy Storchaka committed
October 11, 2021
D
Handle error when PyUnicode_GetLength returns a negative value. (GH-28859)
Dong-hee Na committed
S
Fix a leak in _PyImport_LoadDynamicModuleWithSpec() after failing PySys_Audit() (GH-28862)
Serhiy Storchaka committed
November 4, 2020
V
bpo-1635741: Fix ref leak in _PyWarnings_Init() error path (GH-23151)
Victor Stinner committed
March 4, 2020
A
bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601)
Andy Lester committed
May 23, 2019
S
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower committed
September 19, 2017
September 14, 2017
E
bpo-28411: Isolate PyInterpreterState.modules (#3575)
Eric Snow committed
E
bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)
Eric Snow committed
September 4, 2017
E
bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)
Eric Snow committed
November 21, 2016
S
Issue #28748: Private variable _Py_PackageContext is now of type "const char *"
Serhiy Storchaka committed
November 20, 2016
S
Issue #28715: Added error checks for PyUnicode_AsUTF8().
Serhiy Storchaka committed
S
Issue #28715: Added error checks for PyUnicode_AsUTF8().
Serhiy Storchaka committed
December 25, 2015
S
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka committed
May 29, 2015
B
fix importing one char extension modules (closes #24328)
Benjamin Peterson committed
May 26, 2015
N
Issue #24285: fix importing extensions from packages
Nick Coghlan committed
May 23, 2015
N
PEP 489: Multi-phase extension module initialization
Nick Coghlan committed
July 17, 2013
V
Issue #18408: Fix _PyImport_LoadDynamicModule(), handle PyUnicode_FromFormat() failure
Victor Stinner committed
July 11, 2013
C
Issue #18426: improve exception message. Courtesy of Amaury
Christian Heimes committed
C
Issue #18426: Fix NULL pointer dereference in C extension import when
Christian Heimes committed
April 20, 2012
B
Issue #14599: Generalize a test for ImportError.path and add support
Brett Cannon committed
April 14, 2012
B
Issue #2377: Make importlib the implementation of __import__().
Brett Cannon committed
May 7, 2011
V
_PyImport_LoadDynamicModule() encodes the module name explicitly to ASCII
Victor Stinner committed
April 4, 2011
V
Issue #11619: _PyImport_LoadDynamicModule() doesn't encode the path to bytes
Victor Stinner committed
March 14, 2011
V
Issue #3080: _PyImport_LoadDynamicModule() uses Unicode for name and path
Victor Stinner committed
March 7, 2011
V
Issue #3080: Import builtins using Unicode strings
Victor Stinner committed
February 22, 2011
V
Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc()
Victor Stinner committed
October 17, 2010
V
_PyImport_FixupExtension() and _PyImport_FindExtension() uses FS encoding
Victor Stinner committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed