Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Two typo fixes | Andrew M. Kuchling | 2004-07-26 | 1 | -2/+2 |
| | |||||
* | Implemented a new Py_CLEAR macro. This macro should be used when | Jim Fulton | 2004-07-14 | 1 | -0/+16 |
| | | | | | decrementing the refcount of variables that might be accessed as a result of calling Python | ||||
* | Two new public API functions, Py_IncRef and Py_DecRef. Useful for | Thomas Heller | 2004-04-22 | 1 | -0/+5 |
| | | | | dynamic embedders of Python. | ||||
* | Break the Python/C API manual into smaller files by chapter. This manual | Fred Drake | 2001-10-12 | 1 | -0/+48 |
has grown beyond what font-lock will work with using the default (X)Emacs settings. Indentation of the description has been made consistent, and a number of smaller markup adjustments have been made as well. |