1. 30f61cb Issue #1445: Fix a SystemError when accessing the ``cell_contents`` by Amaury Forgeot d'Arc · 17 years ago
  2. 0f415dc Another problem reported by Coverity. Backport candidate. by Neal Norwitz · 18 years ago
  3. c6e5506 Use Py_VISIT in all tp_traverse methods, instead of traversing manually or by Thomas Wouters · 18 years ago
  4. edf17d8 Use Py_CLEAR instead of in-place DECREF/XDECREF or custom macros, for by Thomas Wouters · 18 years ago
  5. abd1ff8 Previously, Python code had no easy way to access the contents of a by Georg Brandl · 18 years ago
  6. e83c00e Use new GC API. by Neil Schemenauer · 23 years ago
  7. 7ce3694 repr's converted to using PyString_FromFormat() instead of sprintf'ing by Barry Warsaw · 23 years ago
  8. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  9. 30c9f39 Variety of small INC/DECREF patches that fix reported memory leaks by Jeremy Hylton · 23 years ago
  10. fbd849f PEP 227 implementation by Jeremy Hylton · 24 years ago