summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_gc.py
Commit message (Expand)AuthorAgeFilesLines
* 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