1. d4ce758 test_trashcan: reword obscure code. by Tim Peters · 22 years ago
  2. d222559 New test_traschcan() test in test_gc, which reliably provokes segfaults by Tim Peters · 22 years ago
  3. 1ce150c Remove obsolete __static__/__dynamic__ distinction. by Tim Peters · 23 years ago
  4. 9475a23 Enable GC for new-style instances. This touches lots of files, since by Guido van Rossum · 23 years ago
  5. 048eb75 Add Garbage Collection support to new-style classes (not yet to their by Guido van Rossum · 23 years ago
  6. c907bd8 The error reporting here was a bit sparse. In verbose mode, the code by Guido van Rossum · 23 years ago
  7. 88c761a Test GC of frame objects. by Neil Schemenauer · 23 years ago
  8. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  9. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  10. faae266 - Add test for new SAVEALL debugging flag by Neil Schemenauer · 24 years ago
  11. a53cf79 - add a new test - document some of the tricky tests (hopefully correctly :) by Neil Schemenauer · 24 years ago
  12. f9d20c3 Neil Schemenauer: GC enable(), disable(), isenabled() interface. by Vladimir Marangozov · 24 years ago
  13. 094c9e5 remove all prints (since the prints where of memory locations) by Jeremy Hylton · 24 years ago
  14. c5007aa final patches from Neil Schemenauer for garbage collection by Jeremy Hylton · 24 years ago