Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the way we found relevant cfuncdesc lines; PREFIX was not a regular | Fred Drake | 2000-09-22 | 1 | -7/+10 |
| | | | | expression! | ||||
* | Make this script handle PyVarObject* functions as well as PyObject* | Fred Drake | 2000-09-12 | 1 | -4/+5 |
| | | | | functions. | ||||
* | For functions which return a PyObject* but use "null" for the | Fred Drake | 2000-04-10 | 1 | -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 Drake | 2000-03-15 | 1 | -0/+63 |