1. 9db5500 Make some tests more frienly to MemoryError. by Serhiy Storchaka · 9 years ago
  2. 5fbc7b1 Issue #21435: Segfault in gc with cyclic trash by Tim Peters · 10 years ago
  3. f28ba36 Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 10 years ago
  4. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
  5. 5f454a0 Issue #1545463: Global variables caught in reference cycles are now garbage-collected at shutdown. by Antoine Pitrou · 11 years ago
  6. d4156c1 Issue #16351: New function gc.get_stats() returns per-generation collection statistics. by Antoine Pitrou · 12 years ago
  7. 2b0218a Issue #13992: The trashcan mechanism is now thread-safe. This eliminates by Antoine Pitrou · 12 years ago
  8. de3c73b pep8-ize test names by Antoine Pitrou · 12 years ago
  9. 6b64fc6 Fix refleak in test_gc by Antoine Pitrou · 12 years ago
  10. 69c6352 Issue #10576: Add a progress callback to gcmodule by Kristján Valur Jónsson · 12 years ago
  11. d11f76f Issue #11761: make tests for gc.get_count() less fragile by Antoine Pitrou · 13 years ago
  12. e9b2a4c Issue #11761: make tests for gc.get_count() less fragile by Antoine Pitrou · 13 years ago
  13. b35f29a Issue #11761: make tests for gc.get_count() less fragile by Antoine Pitrou · 13 years ago
  14. 7a54073 Issue #10992: make tests pass when run under coverage. by Brett Cannon · 13 years ago
  15. 8291af2 Fix ResourceWarning occuring on Windows. Close stdout/stderr pipes. by Brian Curtin · 14 years ago
  16. 08be72d Add a new warning gategory, ResourceWarning, as discussed on python-dev. It is silent by default, by Georg Brandl · 14 years ago
  17. aee4756 Relax test condition (fix failures on FreeBSD buildbots) by Antoine Pitrou · 14 years ago
  18. 2ed94eb Do not print additional shutdown message when gc.DEBUG_SAVEALL is set by Antoine Pitrou · 14 years ago
  19. 696e035 Issue #477863: Print a warning at shutdown if gc.garbage is not empty. by Antoine Pitrou · 14 years ago
  20. 7fe73a1 Merged revisions 70837,70864,70878,71004,71032,71043 via svnmerge from by Benjamin Peterson · 15 years ago
  21. 3a652b1 Merged revisions 70546 via svnmerge from by Antoine Pitrou · 15 years ago
  22. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  23. 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
  24. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  25. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  26. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  27. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  28. d3c38ff SF patch #1443865; gc.get_count() added and optional argument 'generation' by Barry Warsaw · 18 years ago
  29. ead8b7a SF 1055820: weakref callback vs gc vs threads by Tim Peters · 20 years ago
  30. 8805e66 New tests identical to boom and boom2, except using new-style classes. by Tim Peters · 21 years ago
  31. 730f553 s/referrents/referents/g. Gotta love that referrers remains rife with rs. by Tim Peters · 21 years ago
  32. 0f81ab6 Finished implementing gc.get_referrents(): dealt with error and end by Tim Peters · 21 years ago
  33. f6b8045 Reworked has_finalizer() to use the new _PyObject_Lookup() instead by Tim Peters · 21 years ago
  34. bf384c2 Reworked move_finalizer_reachable() to create two distinct lists: by Tim Peters · 21 years ago
  35. 2f74fdd test_boom: More comments. Also check that len(gc.garbage) doesn't by Tim Peters · 21 years ago
  36. dee38ac Add Tim's gc boom test to the test suite. by Jeremy Hylton · 21 years ago
  37. d92ae84 test_saveall(): Another small simplification; plus s/l/L/g. by Tim Peters · 22 years ago
  38. a1ad3f0 And one more simplification to test_saveall(). by Tim Peters · 22 years ago
  39. 4803c12 test_saveall(): Simplified a little, given that we only expect one item by Tim Peters · 22 years ago
  40. c708c0a If any trash happened to be sitting around waiting to get collected at by Tim Peters · 22 years ago
  41. 4aa21aa Test finalizers and GC from inside __del__ for new classes. by Guido van Rossum · 22 years ago
  42. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  43. c62b95e test_trashcan() and supporting class Ouch(): Jeremy noted that this test by Tim Peters · 22 years ago
  44. 3fcd452 Whitespace nit. by Guido van Rossum · 22 years ago
  45. 05e01ee Add a testcase to ensure that cycles going through the __class__ link by Guido van Rossum · 22 years ago
  46. d4ce758 test_trashcan: reword obscure code. by Tim Peters · 22 years ago
  47. d222559 New test_traschcan() test in test_gc, which reliably provokes segfaults by Tim Peters · 22 years ago
  48. 1ce150c Remove obsolete __static__/__dynamic__ distinction. by Tim Peters · 23 years ago
  49. 9475a23 Enable GC for new-style instances. This touches lots of files, since by Guido van Rossum · 23 years ago
  50. 048eb75 Add Garbage Collection support to new-style classes (not yet to their by Guido van Rossum · 23 years ago
  51. c907bd8 The error reporting here was a bit sparse. In verbose mode, the code by Guido van Rossum · 23 years ago
  52. 88c761a Test GC of frame objects. by Neil Schemenauer · 23 years ago
  53. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  54. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  55. faae266 - Add test for new SAVEALL debugging flag by Neil Schemenauer · 24 years ago
  56. a53cf79 - add a new test - document some of the tricky tests (hopefully correctly :) by Neil Schemenauer · 24 years ago
  57. f9d20c3 Neil Schemenauer: GC enable(), disable(), isenabled() interface. by Vladimir Marangozov · 24 years ago
  58. 094c9e5 remove all prints (since the prints where of memory locations) by Jeremy Hylton · 24 years ago
  59. c5007aa final patches from Neil Schemenauer for garbage collection by Jeremy Hylton · 24 years ago