Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete the LaTeX doc tree. | Georg Brandl | 2007-08-15 | 1 | -93/+0 |
| | |||||
* | Run 2to3 over Doc/tools/. | Collin Winter | 2007-03-21 | 1 | -3/+2 |
| | |||||
* | Get rid of xreadlines() (methods). | Neal Norwitz | 2006-03-17 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | | | | | | full words. Before that, something like 'PyObject_Call' was missed because 'PyObject_CallFunction' was found. Passes PyChecker now. | ||||
* | A few small changes: | Fred Drake | 2001-11-29 | 1 | -8/+17 |
| | | | | | | | | | | | | | | - Change PREFIX to PREFIXES, which contains a sequence of prefix strings. This is useful since we want to look for both Py and PY. - Wrap a long line. - Collect struct tags as well as typedef names. Since we generally only use one of the other, that improves coverage. - Make the script executable on Unix. This could use a better approach to determine if a symbol is documented, and could easily avoid keeping the massive string in memory. That would take time to actually write more code, though, so we'll bail on that for now. | ||||
* | No need to preprocess the header files - use ctags -I flag instead to | Thomas Heller | 2001-11-12 | 1 | -27/+15 |
| | | | | remove DL_IMPORT. | ||||
* | 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 |