Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Defining Py_GCC_ATTRIBUTE finds even some more undocumented functions. | Thomas Heller | 2004-06-09 | 1 | -1/+1 |
* | Public Python functions are nowadays marked PyAPI_FUNC, not DL_IMPORT. | Thomas Heller | 2004-06-09 | 1 | -1/+1 |
* | Replace the simpleminded string.find with a re.search looking only for | Thomas Heller | 2002-04-16 | 1 | -2/+2 |
* | A few small changes: | Fred Drake | 2001-11-29 | 1 | -8/+17 |
* | No need to preprocess the header files - use ctags -I flag instead to | Thomas Heller | 2001-11-12 | 1 | -27/+15 |
* | Remove my name, probably bad style. | Thomas Heller | 2001-11-09 | 1 | -2/+0 |
* | Script to print undocumented symbols found in Python header files. | Thomas Heller | 2001-11-09 | 1 | -0/+99 |