1. d11f76f Issue #11761: make tests for gc.get_count() less fragile by Antoine Pitrou · 13 years ago
  2. e9b2a4c Issue #11761: make tests for gc.get_count() less fragile by Antoine Pitrou · 13 years ago
  3. b35f29a Issue #11761: make tests for gc.get_count() less fragile by Antoine Pitrou · 13 years ago
  4. 7a54073 Issue #10992: make tests pass when run under coverage. by Brett Cannon · 13 years ago
  5. 8291af2 Fix ResourceWarning occuring on Windows. Close stdout/stderr pipes. by Brian Curtin · 14 years ago
  6. 08be72d Add a new warning gategory, ResourceWarning, as discussed on python-dev. It is silent by default, by Georg Brandl · 14 years ago
  7. aee4756 Relax test condition (fix failures on FreeBSD buildbots) by Antoine Pitrou · 14 years ago
  8. 2ed94eb Do not print additional shutdown message when gc.DEBUG_SAVEALL is set by Antoine Pitrou · 14 years ago
  9. 696e035 Issue #477863: Print a warning at shutdown if gc.garbage is not empty. by Antoine Pitrou · 14 years ago
  10. 7fe73a1 Merged revisions 70837,70864,70878,71004,71032,71043 via svnmerge from by Benjamin Peterson · 15 years ago
  11. 3a652b1 Merged revisions 70546 via svnmerge from by Antoine Pitrou · 15 years ago
  12. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  13. a156e09 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60845 via svnmerge from by Christian Heimes · 16 years ago
  14. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  15. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  16. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  17. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  18. d3c38ff SF patch #1443865; gc.get_count() added and optional argument 'generation' by Barry Warsaw · 18 years ago
  19. ead8b7a SF 1055820: weakref callback vs gc vs threads by Tim Peters · 20 years ago
  20. 8805e66 New tests identical to boom and boom2, except using new-style classes. by Tim Peters · 21 years ago
  21. 730f553 s/referrents/referents/g. Gotta love that referrers remains rife with rs. by Tim Peters · 21 years ago
  22. 0f81ab6 Finished implementing gc.get_referrents(): dealt with error and end by Tim Peters · 21 years ago
  23. f6b8045 Reworked has_finalizer() to use the new _PyObject_Lookup() instead by Tim Peters · 21 years ago
  24. bf384c2 Reworked move_finalizer_reachable() to create two distinct lists: by Tim Peters · 21 years ago
  25. 2f74fdd test_boom: More comments. Also check that len(gc.garbage) doesn't by Tim Peters · 21 years ago
  26. dee38ac Add Tim's gc boom test to the test suite. by Jeremy Hylton · 21 years ago
  27. d92ae84 test_saveall(): Another small simplification; plus s/l/L/g. by Tim Peters · 22 years ago
  28. a1ad3f0 And one more simplification to test_saveall(). by Tim Peters · 22 years ago
  29. 4803c12 test_saveall(): Simplified a little, given that we only expect one item by Tim Peters · 22 years ago
  30. c708c0a If any trash happened to be sitting around waiting to get collected at by Tim Peters · 22 years ago
  31. 4aa21aa Test finalizers and GC from inside __del__ for new classes. by Guido van Rossum · 22 years ago
  32. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  33. c62b95e test_trashcan() and supporting class Ouch(): Jeremy noted that this test by Tim Peters · 22 years ago
  34. 3fcd452 Whitespace nit. by Guido van Rossum · 22 years ago
  35. 05e01ee Add a testcase to ensure that cycles going through the __class__ link by Guido van Rossum · 22 years ago
  36. d4ce758 test_trashcan: reword obscure code. by Tim Peters · 22 years ago
  37. d222559 New test_traschcan() test in test_gc, which reliably provokes segfaults by Tim Peters · 22 years ago
  38. 1ce150c Remove obsolete __static__/__dynamic__ distinction. by Tim Peters · 23 years ago
  39. 9475a23 Enable GC for new-style instances. This touches lots of files, since by Guido van Rossum · 23 years ago
  40. 048eb75 Add Garbage Collection support to new-style classes (not yet to their by Guido van Rossum · 23 years ago
  41. c907bd8 The error reporting here was a bit sparse. In verbose mode, the code by Guido van Rossum · 23 years ago
  42. 88c761a Test GC of frame objects. by Neil Schemenauer · 23 years ago
  43. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  44. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  45. faae266 - Add test for new SAVEALL debugging flag by Neil Schemenauer · 24 years ago
  46. a53cf79 - add a new test - document some of the tricky tests (hopefully correctly :) by Neil Schemenauer · 24 years ago
  47. f9d20c3 Neil Schemenauer: GC enable(), disable(), isenabled() interface. by Vladimir Marangozov · 24 years ago
  48. 094c9e5 remove all prints (since the prints where of memory locations) by Jeremy Hylton · 24 years ago
  49. c5007aa final patches from Neil Schemenauer for garbage collection by Jeremy Hylton · 24 years ago