Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete the LaTeX doc tree. | Georg Brandl | 2007-08-15 | 1 | -224/+0 |
| | |||||
* | Updated documentation to: | Jim Fulton | 2004-07-14 | 1 | -9/+24 |
| | | | | | | | | | - point out the importance of reassigning data members before assigning thier values - correct my missconception about return values from visitprocs. Sigh. - mention the labor saving Py_VISIT and Py_CLEAR macros. | ||||
* | Rewrote the docs for supporting cyclic garbage collection to reflect | Jim Fulton | 2003-06-28 | 1 | -0/+209 |
the new way that once writes types. Deleted the old section and sample code and added a new section building on the Noddy example. |