summaryrefslogtreecommitdiff
path: root/Lib/test/test_gc.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 70837,70864,70878,71004,71032,71043 via svnmerge fromBenjamin Peterson2009-04-041-1/+1
* Merged revisions 70546 via svnmerge fromAntoine Pitrou2009-03-231-0/+27
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-161-5/+17
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-1/+1
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-586/+546
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-4/+4
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-1/+1
* SF patch #1443865; gc.get_count() added and optional argument 'generation'Barry Warsaw2006-03-071-0/+18
* SF 1055820: weakref callback vs gc vs threadsTim Peters2004-10-301-0/+199
* New tests identical to boom and boom2, except using new-style classes.Tim Peters2003-04-081-0/+44
* s/referrents/referents/g. Gotta love that referrers remains rife with rs.Tim Peters2003-04-081-11/+11
* Finished implementing gc.get_referrents(): dealt with error and endTim Peters2003-04-081-1/+25
* Reworked has_finalizer() to use the new _PyObject_Lookup() insteadTim Peters2003-04-071-2/+3
* Reworked move_finalizer_reachable() to create two distinct lists:Tim Peters2003-04-061-4/+32
* test_boom: More comments. Also check that len(gc.garbage) doesn'tTim Peters2003-04-051-4/+9
* Add Tim's gc boom test to the test suite.Jeremy Hylton2003-04-041-0/+19
* test_saveall(): Another small simplification; plus s/l/L/g.Tim Peters2002-08-111-10/+8
* And one more simplification to test_saveall().Tim Peters2002-08-101-11/+10
* test_saveall(): Simplified a little, given that we only expect one itemTim Peters2002-08-101-6/+4
* If any trash happened to be sitting around waiting to get collected atTim Peters2002-08-101-1/+8
* Test finalizers and GC from inside __del__ for new classes.Guido van Rossum2002-08-091-0/+41
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* test_trashcan() and supporting class Ouch(): Jeremy noted that this testTim Peters2002-07-111-3/+9
* Whitespace nit.Guido van Rossum2002-06-131-1/+1
* Add a testcase to ensure that cycles going through the __class__ linkGuido van Rossum2002-06-121-0/+6
* test_trashcan: reword obscure code.Tim Peters2002-03-281-1/+1
* New test_traschcan() test in test_gc, which reliably provokes segfaultsTim Peters2002-03-281-0/+29
* Remove obsolete __static__/__dynamic__ distinction.Tim Peters2001-10-151-11/+3
* Enable GC for new-style instances. This touches lots of files, sinceGuido van Rossum2001-10-051-0/+19
* Add Garbage Collection support to new-style classes (not yet to theirGuido van Rossum2001-10-021-7/+23
* The error reporting here was a bit sparse. In verbose mode, the codeGuido van Rossum2001-10-021-30/+24
* Test GC of frame objects.Neil Schemenauer2001-07-121-0/+11
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-3/+3
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-5/+5
* - Add test for new SAVEALL debugging flagNeil Schemenauer2000-09-221-31/+92
* - add a new testNeil Schemenauer2000-09-151-0/+22
* Neil Schemenauer: GC enable(), disable(), isenabled() interface.Vladimir Marangozov2000-08-061-0/+12
* remove all prints (since the prints where of memory locations)Jeremy Hylton2000-06-301-13/+0
* final patches from Neil Schemenauer for garbage collectionJeremy Hylton2000-06-301-0/+100