| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
| | | |||||
| * | Fix markup again. | Georg Brandl | 2008-01-26 | 1 | -4/+4 |
| | | |||||
| * | Don't repeat yourself | Christian Heimes | 2008-01-22 | 1 | -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 Brandl | 2008-01-19 | 1 | -0/+105 |
