Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Another problem reported by Coverity. Backport candidate. | Neal Norwitz | 2006-06-30 | 1 | -0/+2 |
* | Use Py_VISIT in all tp_traverse methods, instead of traversing manually or | Thomas Wouters | 2006-04-15 | 1 | -2/+1 |
* | Use Py_CLEAR instead of in-place DECREF/XDECREF or custom macros, for | Thomas Wouters | 2006-04-15 | 1 | -2/+1 |
* | Previously, Python code had no easy way to access the contents of a | Georg Brandl | 2006-03-18 | 1 | -0/+19 |
* | Use new GC API. | Neil Schemenauer | 2001-08-29 | 1 | -6/+6 |
* | repr's converted to using PyString_FromFormat() instead of sprintf'ing | Barry Warsaw | 2001-08-24 | 1 | -7/+5 |
* | Merge of descr-branch back into trunk. | Tim Peters | 2001-08-02 | 1 | -1/+1 |
* | Variety of small INC/DECREF patches that fix reported memory leaks | Jeremy Hylton | 2001-03-13 | 1 | -0/+1 |
* | PEP 227 implementation | Jeremy Hylton | 2001-01-25 | 1 | -0/+115 |