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