summaryrefslogtreecommitdiff
path: root/Doc/ext/cycle-gc.c
Commit message (Collapse)AuthorAgeFilesLines
* Rewrote the docs for supporting cyclic garbage collection to reflectJim Fulton2003-06-281-79/+0
| | | | | | | the new way that once writes types. Deleted the old section and sample code and added a new section building on the Noddy example.
* Move reference material on PyArg_Parse*() out of the Extending & EmbeddingFred Drake2002-04-051-0/+79
document to the C API reference. Move some instructional text from the API reference to the Extending & Embedding manual. Fix the descriptions of the es and es# formats for PyArg_Parse*(). This closes SF bug #536516.