summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/import.rst
Commit message (Expand)AuthorAgeFilesLines
* 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