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