summaryrefslogtreecommitdiff
path: root/Doc/c-api/module.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #27125: Remove duplicated words from documentation and commentsMartin Panter2016-05-301-1/+1
* Correct ?an? ? ?a? with ?Unicode?, ?user?, ?UTF?, etcMartin Panter2016-04-151-1/+1
* Close #24458: PEP 489 documentationNick Coghlan2015-07-031-77/+243
* PEP 489: Multi-phase extension module initializationNick Coghlan2015-05-231-26/+66
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-151-1/+1
* Issue #18668: Further clarify m_size setting for non-negative valuesEli Bendersky2013-08-101-2/+9
|\
| * Closing #18668: Properly document setting m_size in PyModuleDefEli Bendersky2013-08-071-4/+10
| |\
| * | #17115,17116: Have modules initialize the __package__ and __loader__Brett Cannon2013-05-041-2/+9
* | | Issue #18668: Further clarify m_size setting for non-negative valuesEli Bendersky2013-08-101-4/+4
| |/ |/|
* | Issue #18668: Properly document setting m_size in PyModuleDefEli Bendersky2013-08-071-4/+10
|/
* #17363: fix arguments in PyState_AddModule and PyState_RemoveModule docs.Ezio Melotti2013-03-061-2/+2
* 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-41/+54
| |\
| * | 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