summaryrefslogtreecommitdiffstats
path: root/Modules/gcmodule.c
Commit message (Expand)AuthorAgeFilesLines
* 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