summaryrefslogtreecommitdiff
path: root/Doc/c-api/import.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593)Eric Snow2017-09-151-0/+7
* bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565)Eric Snow2017-09-131-7/+0
* bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638)Eric Snow2017-09-041-0/+7
* bpo-29918: Add missed "const" modifiers in C API documentation. (#846)Serhiy Storchaka2017-03-301-8/+3
* Issue #28496: Mark up constants 0, 1 and -1 that denote return values orSerhiy Storchaka2016-10-271-2/+2
* [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder".Senthil Kumaran2016-09-071-4/+4
* Issue #25533: Update documentation regarding the frozen modules tableMartin Panter2016-05-151-1/+1
* Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-151-1/+1
* Issue #12484: Remove a mention of Py_InitModule() and _PyImport_FixupExtensio...Brett Cannon2015-12-271-5/+0
* Fixed documentation of functions with const char* arguments.Serhiy Storchaka2015-06-211-2/+2
|\
| * Fixed documentation of functions with const char* arguments.Serhiy Storchaka2015-06-211-2/+2
* | Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-3/+3
|/
* Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject.Eric Snow2014-05-121-1/+7
* Issue #20942: PyImport_ImportFrozenModuleObject() no longer setsBrett Cannon2014-04-041-0/+3
* Issue #1772673: The type of `char*` arguments now changed to `const char*`.Serhiy Storchaka2013-10-191-4/+4
* Fix rst markup.Ezio Melotti2012-09-201-1/+1
* Issue #15610: The PyImport_ImportModuleEx macro now callsBrett Cannon2012-08-101-2/+4
* Issues #15169, #14599: Make PyImport_ExecCodeModuleWithPathnames() useBrett Cannon2012-07-131-1/+6
* Issue #15167 (as part of #13959): imp.get_magic() is no implemented inBrett Cannon2012-07-091-1/+4
* Issue #15242: Have PyImport_GetMagicTag() return a const char *Brett Cannon2012-07-091-1/+2
* Issue #9260: A finer-grained import lock.Antoine Pitrou2012-05-171-7/+7
* Fix a typo (see #3080)Éric Araujo2011-03-201-2/+2
* Issue #3080: Add PyImport_ImportModuleLevelObject() functionVictor Stinner2011-03-141-1/+8
* Issue #3080: Document the name attribute of the _inittab structureVictor Stinner2011-03-071-5/+5
* Issue #3080: Add PyImport_ImportFrozenModuleObject()Victor Stinner2011-03-201-1/+9
* Issue #3080: Add PyImport_AddModuleObject() and PyImport_ExecCodeModuleObject()Victor Stinner2011-03-041-2/+19
* Add missing docs and directives related to PEP 3147 and byte-compilationÉric Araujo2010-12-161-0/+3
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-45/+45
* Replace :func: by :cfunc:Victor Stinner2010-08-171-3/+3
* PEP 3147Barry Warsaw2010-04-171-0/+17
* Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-...Benjamin Peterson2010-04-111-0/+9
* Merged revisions 74209 via svnmerge fromGeorg Brandl2009-07-261-1/+1
* Merged revisions 73930-73932,73937-73939,73945,73951,73954,73962-73963,73970 ...Alexandre Vassalotti2009-07-171-0/+4
* 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-2/+2
* Remove many "versionchanged" items that didn't use the official markup,Georg Brandl2008-05-121-14/+9
* Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,...Christian Heimes2008-03-221-0/+13
* Split C API docs in Py3k branch.Georg Brandl2008-01-201-0/+227