| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-117953: Imply Single-phase Init if the Init Function Fails (gh-118684) | Eric Snow | 2024-05-07 | 1 | -0/+7 |
|
|
* | gh-117953: Track Extra Details in Global Extensions Cache (gh-118532) | Eric Snow | 2024-05-04 | 1 | -3/+21 |
|
|
* | gh-117953: Work Relative to Specific Extension Kinds in the Import Machinery ... | Eric Snow | 2024-05-01 | 1 | -28/+179 |
|
|
* | gh-117953: Share More Machinery Code Between Builtin and Dynamic Extensions (... | Eric Snow | 2024-04-29 | 1 | -3/+35 |
|
|
* | gh-117953: Split Up _PyImport_LoadDynamicModuleWithSpec() (gh-118203) | Eric Snow | 2024-04-29 | 1 | -46/+55 |
|
|
* | gh-117953: Fix Refleaks Introduced by gh-118194 (gh-118250) | Eric Snow | 2024-04-24 | 1 | -1/+5 |
|
|
* | gh-117953: Add Internal struct _Py_ext_module_loader_info (gh-118194) | Eric Snow | 2024-04-24 | 1 | -53/+97 |
|
|
* | gh-117953: Cleanups For fix_up_extension() in import.c (gh-118192) | Eric Snow | 2024-04-24 | 1 | -0/+5 |
|
|
* | gh-117953: Small Cleanup of Extensions-Related Machinery Code (gh-118167) | Eric Snow | 2024-04-23 | 1 | -26/+19 |
|
|
* | gh-88402: Add new sysconfig variables on Windows (GH-110049) | Sam Gross | 2023-10-04 | 1 | -1/+1 |
|
|
* | gh-106320: Remove private _PyErr C API functions (#106356) | Victor Stinner | 2023-07-03 | 1 | -0/+1 |
|
|
* | gh-106210 Remove Emscripten import trampoline (#106211) | Hood Chatham | 2023-06-30 | 1 | -1/+1 |
|
|
* | gh-98627: Add an Optional Check for Extension Module Subinterpreter Compatibi... | Eric Snow | 2023-02-16 | 1 | -0/+5 |
|
|
* | gh-101758: Clean Up Uses of Import State (gh-101919) | Eric Snow | 2023-02-15 | 1 | -10/+7 |
|
|
* | gh-99947: Ensure unreported errors are chained for SystemError during import ... | Sebastian Berg | 2022-12-23 | 1 | -2/+1 |
|
|
* | gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516) | Eric Snow | 2022-11-16 | 1 | -0/+2 |
|
|
* | bpo-47162: Add call trampoline to mitigate bad fpcasts on Emscripten (GH-32189) | Christian Heimes | 2022-03-30 | 1 | -3/+3 |
|
|
* | bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g... | Eric Snow | 2022-02-08 | 1 | -2/+4 |
|
|
* | Fix format string in _PyImport_LoadDynamicModuleWithSpec() (GH-28863) | Serhiy Storchaka | 2021-10-12 | 1 | -1/+1 |
|
|
* | Handle error when PyUnicode_GetLength returns a negative value. (GH-28859) | Dong-hee Na | 2021-10-11 | 1 | -0/+3 |
|
|
* | Fix a leak in _PyImport_LoadDynamicModuleWithSpec() after failing PySys_Audit... | Serhiy Storchaka | 2021-10-11 | 1 | -1/+1 |
|
|
* | bpo-1635741: Fix ref leak in _PyWarnings_Init() error path (GH-23151) | Victor Stinner | 2020-11-04 | 1 | -3/+2 |
|
|
* | bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601) | Andy Lester | 2020-03-04 | 1 | -1/+1 |
|
|
* | bpo-36842: Implement PEP 578 (GH-12613) | Steve Dower | 2019-05-23 | 1 | -0/+5 |
|
|
* | bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spec.name i... | Oren Milman | 2017-09-19 | 1 | -0/+5 |
|
|
* | bpo-28411: Isolate PyInterpreterState.modules (#3575) | Eric Snow | 2017-09-14 | 1 | -1/+2 |
|
|
* | bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565) | Eric Snow | 2017-09-14 | 1 | -2/+1 |
|
|
* | bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638) | Eric Snow | 2017-09-04 | 1 | -1/+2 |
|
|
* | Issue #28748: Private variable _Py_PackageContext is now of type "const char *" | Serhiy Storchaka | 2016-11-21 | 1 | -1/+1 |
|
|
* | Issue #28715: Added error checks for PyUnicode_AsUTF8(). | Serhiy Storchaka | 2016-11-20 | 1 | -0/+4 |
|\ |
|
| * | Issue #28715: Added error checks for PyUnicode_AsUTF8(). | Serhiy Storchaka | 2016-11-20 | 1 | -0/+4 |
|
|
* | | Issue #25923: Added the const qualifier to static constant arrays. | Serhiy Storchaka | 2015-12-25 | 1 | -2/+2 |
|/ |
|
* | fix importing one char extension modules (closes #24328) | Benjamin Peterson | 2015-05-29 | 1 | -10/+9 |
|
|
* | Issue #24285: fix importing extensions from packages | Nick Coghlan | 2015-05-26 | 1 | -1/+1 |
|
|
* | PEP 489: Multi-phase extension module initialization | Nick Coghlan | 2015-05-23 | 1 | -61/+166 |
|
|
* | Issue #18408: Fix _PyImport_LoadDynamicModule(), handle PyUnicode_FromFormat(... | Victor Stinner | 2013-07-17 | 1 | -0/+2 |
|
|
* | Issue #18426: improve exception message. Courtesy of Amaury | Christian Heimes | 2013-07-11 | 1 | -1/+5 |
|
|
* | Issue #18426: Fix NULL pointer dereference in C extension import when | Christian Heimes | 2013-07-11 | 1 | -0/+2 |
|
|
* | Issue #14599: Generalize a test for ImportError.path and add support | Brett Cannon | 2012-04-20 | 1 | -4/+5 |
|
|
* | Issue #2377: Make importlib the implementation of __import__(). | Brett Cannon | 2012-04-14 | 1 | -4/+0 |
|
|
* | _PyImport_LoadDynamicModule() encodes the module name explicitly to ASCII | Victor Stinner | 2011-05-07 | 1 | -15/+25 |
|
|
* | Issue #11619: _PyImport_LoadDynamicModule() doesn't encode the path to bytes | Victor Stinner | 2011-04-04 | 1 | -0/+11 |
|
|
* | Issue #3080: _PyImport_LoadDynamicModule() uses Unicode for name and path | Victor Stinner | 2011-03-14 | 1 | -41/+29 |
|
|
* | Issue #3080: Import builtins using Unicode strings | Victor Stinner | 2011-03-07 | 1 | -6/+18 |
|
|
* | Issue #3080: Remove unused argument of _PyImport_GetDynLoadFunc() | Victor Stinner | 2011-02-22 | 1 | -3/+2 |
|
|
* | _PyImport_FixupExtension() and _PyImport_FindExtension() uses FS encoding | Victor Stinner | 2010-10-17 | 1 | -10/+24 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -58/+58 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -11/+19 |
|
|
* | Move decl so it compiles with C89. | Neal Norwitz | 2007-10-15 | 1 | -1/+1 |
|
|
* | Patch #1272, by Christian Heimes and Alexandre Vassalotti. | Guido van Rossum | 2007-10-15 | 1 | -1/+3 |
|
|