1. 4aa21aa Test finalizers and GC from inside __del__ for new classes. by Guido van Rossum · 23 years ago
  2. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  3. c62b95e test_trashcan() and supporting class Ouch(): Jeremy noted that this test by Tim Peters · 23 years ago
  4. 3fcd452 Whitespace nit. by Guido van Rossum · 23 years ago
  5. 05e01ee Add a testcase to ensure that cycles going through the __class__ link by Guido van Rossum · 23 years ago
  6. d4ce758 test_trashcan: reword obscure code. by Tim Peters · 23 years ago
  7. d222559 New test_traschcan() test in test_gc, which reliably provokes segfaults by Tim Peters · 23 years ago
  8. 1ce150c Remove obsolete __static__/__dynamic__ distinction. by Tim Peters · 24 years ago
  9. 9475a23 Enable GC for new-style instances. This touches lots of files, since by Guido van Rossum · 24 years ago
  10. 048eb75 Add Garbage Collection support to new-style classes (not yet to their by Guido van Rossum · 24 years ago
  11. c907bd8 The error reporting here was a bit sparse. In verbose mode, the code by Guido van Rossum · 24 years ago
  12. 88c761a Test GC of frame objects. by Neil Schemenauer · 24 years ago
  13. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 25 years ago
  14. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  15. faae266 - Add test for new SAVEALL debugging flag by Neil Schemenauer · 25 years ago
  16. a53cf79 - add a new test - document some of the tricky tests (hopefully correctly :) by Neil Schemenauer · 25 years ago
  17. f9d20c3 Neil Schemenauer: GC enable(), disable(), isenabled() interface. by Vladimir Marangozov · 25 years ago
  18. 094c9e5 remove all prints (since the prints where of memory locations) by Jeremy Hylton · 25 years ago
  19. c5007aa final patches from Neil Schemenauer for garbage collection by Jeremy Hylton · 25 years ago