index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
importdl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Patch #794826: Add __file__ in dynamically loaded modules for multiple
Martin v. Löwis
2003-09-04
1
-2/+3
*
Simplify, and avoid PyModule_GetDict() while we're at it.
Fred Drake
2002-08-26
1
-5/+2
*
SF patch #471839: Bug when extensions import extensions (Shane Hathaway)
Guido van Rossum
2001-10-16
1
-2/+3
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-9/+0
*
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
Thomas Wouters
2000-07-22
1
-4/+1
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
1
-6/+0
*
Change copyright notice.
Guido van Rossum
2000-06-30
1
-22/+7
*
Cleanup patches from Greg Stein:
Guido van Rossum
1999-12-22
1
-65/+13
*
Moved most of the platform-specific code to dynload_<platform>.c files.
Guido van Rossum
1999-12-20
1
-1029/+26
*
Patch by Vladimir Marangozov, inspired by a bug report from Gary
Guido van Rossum
1999-11-16
1
-1/+7
*
Vladimir Marangozov fixes an AIX-specific problem, writing:
Guido van Rossum
1999-08-04
1
-4/+7
*
Patches by William Lewis for Nextstep descendants.
Guido van Rossum
1999-01-27
1
-4/+71
[next]