summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/module.rst
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace.Georg Brandl2009-01-031-1/+1
|
* Fix markup again.Georg Brandl2008-01-261-4/+4
|
* Don't repeat yourselfChristian Heimes2008-01-221-2/+18
| | | | Added the macros PyModule_AddIntMacro and PyModule_AddStringMacro. They shorten PyModule_AddIntConstant(m, "AF_INET", AF_INET) to PyModule_AddIntMacro(m, AF_INET)
* Split the monstrous C API manual files in smaller parts.Georg Brandl2008-01-191-0/+105