summaryrefslogtreecommitdiff
path: root/Include/import.h
Commit message (Expand)AuthorAgeFilesLines
* Fix redundant declaration of _PyImport_AddModuleObject (GH-7992)Miss Islington (bot)2018-06-291-3/+0
* [3.7] Add missed details of the C API introduced in 3.7. (GH-7047) (GH-7061)Serhiy Storchaka2018-05-221-0/+2
* rename _imp initialization function to follow conventions (#5432)Benjamin Peterson2018-01-291-1/+1
* bpo-32030: Split Py_Main() into subfunctions (#4399)Victor Stinner2017-11-151-1/+1
* bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593)Eric Snow2017-09-151-0/+6
* bpo-28411: Isolate PyInterpreterState.modules (#3575)Eric Snow2017-09-141-3/+14
* bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)Eric Snow2017-09-131-22/+3
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-5/+0
* bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)Eric Snow2017-09-041-3/+22
* Issue #29058: All stable API extensions added after Python 3.2 are nowSerhiy Storchaka2016-12-271-1/+9
* Issue #26900: Excluded underscored names and other private API from limited API.Serhiy Storchaka2016-09-111-0/+2
* (Merge 3.3) Issue #19932: Fix typo in import.h, missing whitespaces in functi...Victor Stinner2013-12-101-4/+4
|\
| * Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes.Victor Stinner2013-12-101-4/+4
* | Issue #1772673: The type of `char*` arguments now changed to `const char*`.Serhiy Storchaka2013-10-191-9/+9
* | make some freezing related stuff constBenjamin Peterson2013-03-131-3/+3
|/
* Issue #15610: The PyImport_ImportModuleEx macro now callsBrett Cannon2012-08-101-1/+1
* Issue #2377: Make importlib the implementation of __import__().Brett Cannon2012-04-141-0/+3
* make PyImport_ImportModuleLevel's first arg const like similiar functions (cl...Benjamin Peterson2011-05-251-1/+1
* Issue #3080: Add PyImport_ImportModuleLevelObject() functionVictor Stinner2011-03-141-0/+7
* Issue #3080: Document the name attribute of the _inittab structureVictor Stinner2011-03-071-1/+1
* Issue #3080: Import builtins using Unicode stringsVictor Stinner2011-03-071-2/+2
* Issue #3080: Add PyImport_ImportFrozenModuleObject()Victor Stinner2011-03-201-0/+3
* Issue #3080: Add PyImport_AddModuleObject() and PyImport_ExecCodeModuleObject()Victor Stinner2011-03-041-0/+9
* Issue #3080: Mark _PyImport_FindBuiltin() argument as constantVictor Stinner2011-02-231-2/+2
* Issue #3080: document encoding used by import functionsVictor Stinner2011-02-221-14/+45
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-2/+6
* _PyImport_FixupExtension() and _PyImport_FindExtension() uses FS encodingVictor Stinner2010-10-171-2/+4
* Remove unused functions _PyImport_FindModule and _PyImport_IsScriptVictor Stinner2010-08-171-3/+0
* PEP 3147Barry Warsaw2010-04-171-0/+3
* Merged revisions 74841 via svnmerge fromBenjamin Peterson2009-10-041-0/+8
* Merged revisions 71031 via svnmerge fromBrett Cannon2009-04-021-1/+1
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-3/+3
* Merged revisions 59666-59679 via svnmerge fromChristian Heimes2008-01-031-4/+1
* Merged revisions 59005-59040 via svnmerge fromChristian Heimes2007-11-181-0/+2
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-1/+1
* SF patch #1438387, PEP 328: relative and absolute imports.Thomas Wouters2006-02-281-0/+8
* Add const to several API functions that take char *.Jeremy Hylton2005-12-101-2/+2
* - Changes donated by Elemental Security to make it work on AIX 5.3Guido van Rossum2005-09-141-0/+1
* SF patch #1035498: -m option to run a module as a scriptRaymond Hettinger2004-10-071-0/+4
* Excise DL_IMPORT/EXPORT from object.h, and related files. This patchMark Hammond2002-07-291-6/+6
* Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT.Mark Hammond2002-07-191-17/+17
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* ANSIfications: fix empty arglists, and remove the checks forThomas Wouters2000-07-221-2/+2
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-081-29/+29
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-21/+6
* Chris Herborth writes:Guido van Rossum1999-01-041-5/+0
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-16/+16
* Changes for BeOS, QNX and long long, by Chris Herborth.Guido van Rossum1998-08-041-0/+5
* Add PyImport_AppendInittab() an PyImport_ExtendInittab().Guido van Rossum1998-06-291-0/+3