1. 1b0e4fc Use pymalloc for realloc() as well. by Neil Schemenauer · 22 years ago
  2. dcc819a Use pymalloc if it's enabled. by Neil Schemenauer · 22 years ago
  3. 2a47c0f Fix spelling mistakes. Bugfix candidates. by Neal Norwitz · 23 years ago
  4. f8a6f24 Check for NULL return value of PyList_New (follow-up to patch #486743). by Martin v. Löwis · 23 years ago
  5. 155aad1 Patch #486743: remove bad INCREF, propagate exception in append_objects. by Martin v. Löwis · 23 years ago
  6. c8fe77b Use identity instead of equality when looking for referrers. Fixes #485781. by Martin v. Löwis · 23 years ago
  7. 560da62 Rename get_referents to get_referrers. Fixes #483815. by Martin v. Löwis · 23 years ago
  8. db86561 has_finalizer(): simplified "if (complicated_bool) 1 else 0" to by Tim Peters · 23 years ago
  9. a765c12 Add has_finalizer predictate function. Use it when deciding which by Neil Schemenauer · 23 years ago
  10. 8cc705e SF bug #477059 (my own): __del__ on new classes vs. GC. by Guido van Rossum · 23 years ago
  11. e8c40cb Make the gc.collect() function respect the collection lock. This fixes by Neil Schemenauer · 23 years ago
  12. bca8c2e Use double curly braces for the generation0/1/2 initializers, to shut by Guido van Rossum · 23 years ago
  13. 9e4ca10 SF bug [#467145] Python 2.2a4 build problem on HPUX 11.0. by Tim Peters · 23 years ago
  14. f2a67da Guido suggests, and I agree, to insist that SIZEOF_VOID_P be a power of 2. by Tim Peters · 23 years ago
  15. 6d483d3 _PyObject_VAR_SIZE: always round up to a multiple-of-pointer-size value. by Tim Peters · 23 years ago
  16. 406fe3b Repaired the debug Windows deaths in test_descr, by allocating enough by Tim Peters · 23 years ago
  17. 8c18f25 _PyObject_GC_Malloc(): split a complicated line in two. As is, there was by Tim Peters · 23 years ago
  18. 43411b5 Make more things internal to this file. Remove by Neil Schemenauer · 23 years ago
  19. 17e7be6 Remove "referents" structure (it's not needed). Check return value by Neil Schemenauer · 23 years ago
  20. c7c8d8e Add get_objects function. This is a low level function (like by Neil Schemenauer · 23 years ago
  21. 48c7034 Add get_referents function. Closes SF patch #402925. by Neil Schemenauer · 23 years ago
  22. b2c2c9e - update Neil's email address by Neil Schemenauer · 24 years ago
  23. 97d723b - do not start collection during processing of an exception by Neil Schemenauer · 24 years ago
  24. 7760cff Fix some long/"l" int/"i" mismatches. Fixes bug #113779. by Neil Schemenauer · 24 years ago
  25. 544de1e - Add DEBUG_SAVEALL option. When enabled all garbage objects found by the by Neil Schemenauer · 24 years ago
  26. 3263dc2 compromise value for threshold0: not too high, not too low by Jeremy Hylton · 24 years ago
  27. 045946d set the default threshold much higher we don't need to run gc frequently by Jeremy Hylton · 24 years ago
  28. b709df3 refactor __del__ exception handler into PyErr_WriteUnraisable by Jeremy Hylton · 24 years ago
  29. 0625777 apply patch #101362 by Vladimir Marangozov by Jeremy Hylton · 24 years ago
  30. f9d20c3 Neil Schemenauer: GC enable(), disable(), isenabled() interface. by Vladimir Marangozov · 24 years ago
  31. 35e459c debug_instance(): Use the same %p format directive as with by Barry Warsaw · 24 years ago
  32. cc1be24 Always use the :funcname part of the format specifier for PyArg_ParseTuple() by Fred Drake · 24 years ago
  33. b35de5b Neil Schemenauer <nascheme@enme.ucalgary.ca>: by Fred Drake · 24 years ago
  34. 8bc8f0d ANSI-fication by Peter Schneider-Kamp · 24 years ago
  35. b16714b Initialize the return value in collect_generations() since it is updated by Vladimir Marangozov · 24 years ago
  36. c5007aa final patches from Neil Schemenauer for garbage collection by Jeremy Hylton · 24 years ago