summaryrefslogtreecommitdiffstats
path: root/Modules/gcmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Remove "referents" structure (it's not needed). Check return valueNeil Schemenauer2001-08-101-20/+17
* Add get_objects function. This is a low level function (likeNeil Schemenauer2001-08-091-0/+38
* Add get_referents function. Closes SF patch #402925.Neil Schemenauer2001-08-091-0/+50
* - update Neil's email addressNeil Schemenauer2000-10-041-6/+2
* - do not start collection during processing of an exceptionNeil Schemenauer2000-10-041-1/+5
* Fix some long/"l" int/"i" mismatches. Fixes bug #113779.Neil Schemenauer2000-09-221-2/+2
* - Add DEBUG_SAVEALL option. When enabled all garbage objects found by theNeil Schemenauer2000-09-221-27/+39
* compromise value for threshold0: not too high, not too lowJeremy Hylton2000-09-051-1/+1
* set the default threshold much higherJeremy Hylton2000-09-011-1/+1
* refactor __del__ exception handler into PyErr_WriteUnraisableJeremy Hylton2000-09-011-1/+10
* apply patch #101362 by Vladimir MarangozovJeremy Hylton2000-08-311-33/+24
* Neil Schemenauer: GC enable(), disable(), isenabled() interface.Vladimir Marangozov2000-08-061-16/+76
* debug_instance(): Use the same %p format directive as withBarry Warsaw2000-07-121-6/+3
* Always use the :funcname part of the format specifier for PyArg_ParseTuple()Fred Drake2000-07-121-5/+5
* Neil Schemenauer <nascheme@enme.ucalgary.ca>:Fred Drake2000-07-111-4/+4
* ANSI-ficationPeter Schneider-Kamp2000-07-101-15/+5
* Initialize the return value in collect_generations() since it is updatedVladimir Marangozov2000-07-101-1/+1
* final patches from Neil Schemenauer for garbage collectionJeremy Hylton2000-06-301-0/+679