1. 413a8e1 fix indentation of comments in cellobject.c (closes #27011) by Benjamin Peterson · 8 years ago
  2. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  3. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  4. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  5. f19a7b9 A little reformating of Py3k warnings by Benjamin Peterson · 16 years ago
  6. 9f4f481 Use PyErr_WarnPy3k throughout by Benjamin Peterson · 16 years ago
  7. d65ab95 Fix tabs. by Georg Brandl · 17 years ago
  8. d5b635f Make Py3k warnings consistent w.r.t. punctuation; also respect the by Georg Brandl · 17 years ago
  9. b865f05 cell_compare needs to return -2 instead of NULL. by Steven Bethard · 17 years ago
  10. ae42f33 Add py3k warnings for object, type, cell and dict comparisons. This should resolve issue2342 and partly resolve issue2373. by Steven Bethard · 17 years ago
  11. 632fad3 Prevent a crash with nested scopes, again caused by calling Py_DECREF when the pointer by Amaury Forgeot d'Arc · 17 years ago
  12. ce7d10c Issue #1445: Fix a SystemError when accessing the ``cell_contents`` by Amaury Forgeot d'Arc · 17 years ago
  13. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  14. 0f415dc Another problem reported by Coverity. Backport candidate. by Neal Norwitz · 18 years ago
  15. c6e5506 Use Py_VISIT in all tp_traverse methods, instead of traversing manually or by Thomas Wouters · 18 years ago
  16. edf17d8 Use Py_CLEAR instead of in-place DECREF/XDECREF or custom macros, for by Thomas Wouters · 18 years ago
  17. abd1ff8 Previously, Python code had no easy way to access the contents of a by Georg Brandl · 19 years ago
  18. e83c00e Use new GC API. by Neil Schemenauer · 23 years ago
  19. 7ce3694 repr's converted to using PyString_FromFormat() instead of sprintf'ing by Barry Warsaw · 23 years ago
  20. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  21. 30c9f39 Variety of small INC/DECREF patches that fix reported memory leaks by Jeremy Hylton · 24 years ago
  22. fbd849f PEP 227 implementation by Jeremy Hylton · 24 years ago