summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/module.rst
Commit message (Collapse)AuthorAgeFilesLines
* Issue #24314: Add links for general attributes like __name__, __dict__Martin Panter2016-06-181-2/+2
|
* update to new C roles and directivesSandro Tosi2012-01-141-15/+15
|
* fix function name in example (closes #11966)Benjamin Peterson2011-04-301-1/+1
|
* 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