1. 8805e66 New tests identical to boom and boom2, except using new-style classes. by Tim Peters · 22 years ago
  2. 730f553 s/referrents/referents/g. Gotta love that referrers remains rife with rs. by Tim Peters · 22 years ago
  3. 0f81ab6 Finished implementing gc.get_referrents(): dealt with error and end by Tim Peters · 22 years ago
  4. f6b8045 Reworked has_finalizer() to use the new _PyObject_Lookup() instead by Tim Peters · 22 years ago
  5. bf384c2 Reworked move_finalizer_reachable() to create two distinct lists: by Tim Peters · 22 years ago
  6. 2f74fdd test_boom: More comments. Also check that len(gc.garbage) doesn't by Tim Peters · 22 years ago
  7. dee38ac Add Tim's gc boom test to the test suite. by Jeremy Hylton · 22 years ago
  8. d92ae84 test_saveall(): Another small simplification; plus s/l/L/g. by Tim Peters · 22 years ago
  9. a1ad3f0 And one more simplification to test_saveall(). by Tim Peters · 22 years ago
  10. 4803c12 test_saveall(): Simplified a little, given that we only expect one item by Tim Peters · 22 years ago
  11. c708c0a If any trash happened to be sitting around waiting to get collected at by Tim Peters · 22 years ago
  12. 4aa21aa Test finalizers and GC from inside __del__ for new classes. by Guido van Rossum · 22 years ago
  13. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  14. c62b95e test_trashcan() and supporting class Ouch(): Jeremy noted that this test by Tim Peters · 22 years ago
  15. 3fcd452 Whitespace nit. by Guido van Rossum · 22 years ago
  16. 05e01ee Add a testcase to ensure that cycles going through the __class__ link by Guido van Rossum · 22 years ago
  17. d4ce758 test_trashcan: reword obscure code. by Tim Peters · 23 years ago
  18. d222559 New test_traschcan() test in test_gc, which reliably provokes segfaults by Tim Peters · 23 years ago
  19. 1ce150c Remove obsolete __static__/__dynamic__ distinction. by Tim Peters · 23 years ago
  20. 9475a23 Enable GC for new-style instances. This touches lots of files, since by Guido van Rossum · 23 years ago
  21. 048eb75 Add Garbage Collection support to new-style classes (not yet to their by Guido van Rossum · 23 years ago
  22. c907bd8 The error reporting here was a bit sparse. In verbose mode, the code by Guido van Rossum · 23 years ago
  23. 88c761a Test GC of frame objects. by Neil Schemenauer · 23 years ago
  24. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  25. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  26. faae266 - Add test for new SAVEALL debugging flag by Neil Schemenauer · 24 years ago
  27. a53cf79 - add a new test - document some of the tricky tests (hopefully correctly :) by Neil Schemenauer · 24 years ago
  28. f9d20c3 Neil Schemenauer: GC enable(), disable(), isenabled() interface. by Vladimir Marangozov · 24 years ago
  29. 094c9e5 remove all prints (since the prints where of memory locations) by Jeremy Hylton · 24 years ago
  30. c5007aa final patches from Neil Schemenauer for garbage collection by Jeremy Hylton · 24 years ago