summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/module.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #15042: Add PyState_AddModule and PyState_RemoveModule.Martin v. Löwis2012-06-221-1/+21
* Update C API docs for PEP 393.Georg Brandl2011-10-071-1/+1
* merge 3.2Benjamin Peterson2011-04-301-1/+1
|\
| * merge 3.1Benjamin Peterson2011-04-301-1/+1
| |\
| | * fix function name in example (closes #11966)Benjamin Peterson2011-04-301-1/+1
* | | Issue #3080: Add PyModule_NewObject() functionVictor Stinner2011-03-041-1/+9
* | | Issue #3080: Add PyModule_GetNameObject()Victor Stinner2011-02-231-7/+15
|/ /
* | Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-44/+44
* | Add versionadded tag to PyModule_GetFilenameObject() docVictor Stinner2010-08-181-0/+2
* | Issue #9425: Create PyModule_GetFilenameObject() functionVictor Stinner2010-08-171-2/+13
|/
* #4614: document PyModule_Create and PyModuleDef struct.Georg Brandl2009-01-041-1/+95
* Remove trailing whitespace.Georg Brandl2009-01-031-1/+1
* Merged revisions 60284-60349 via svnmerge fromChristian Heimes2008-01-271-4/+4
* Merged revisions 60176-60209 via svnmerge fromChristian Heimes2008-01-231-2/+16
* Split C API docs in Py3k branch.Georg Brandl2008-01-201-0/+94