summaryrefslogtreecommitdiffstats
path: root/Doc/tools/anno-api.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix the way we found relevant cfuncdesc lines; PREFIX was not a regularFred Drake2000-09-221-7/+10
| | | | expression!
* Make this script handle PyVarObject* functions as well as PyObject*Fred Drake2000-09-121-4/+5
| | | | functions.
* For functions which return a PyObject* but use "null" for theFred Drake2000-04-101-1/+5
| | | | | | reference count field, state that the return value is always NULL. (Useful for some PyErr_*() flavors.)
* Script to annotate api.tex with reference count information.Fred Drake2000-03-151-0/+63