1. fef7e94 Don't run garbage collection on interpreter exit if it was explicitly disabled by Łukasz Langa · 8 years ago
  2. a785c87 DTrace support: function calls, GC activity, line execution by Łukasz Langa · 8 years ago
  3. eb63645 Issue #28003: Implement PEP 525 -- Asynchronous Generators. by Yury Selivanov · 8 years ago
  4. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 8 years ago
  5. 7181dec Issue #22117: The gc module now uses _PyTime_t timestamp by Victor Stinner · 9 years ago
  6. ae58649 Issue #22043: time.monotonic() is now always available by Victor Stinner · 10 years ago
  7. ded3c1b Cleanup other stats formatting code in gcmodule.c by Antoine Pitrou · 10 years ago
  8. 40f6b12 Issue #21555: simplify code in gcmodule.c by using the pytime.h functions instead of trying to call time.time() via the C API. by Antoine Pitrou · 10 years ago
  9. 983c106 Merge from 3.4. by Tim Peters · 10 years ago
  10. 5fbc7b1 Issue #21435: Segfault in gc with cyclic trash by Tim Peters · 10 years ago
  11. db067af Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(), by Victor Stinner · 10 years ago
  12. ab0ac27 Issue #20315: Removed support for backward compatibility with early 2.x versions. by Serhiy Storchaka · 10 years ago
  13. 7e52705 Issue #20315: Removed support for backward compatibility with early 2.x versions. by Serhiy Storchaka · 10 years ago
  14. 0e81463 whatsnew for gc.get_stats, plus doc tweaks. by R David Murray · 10 years ago
  15. b1792d9 remove trailing spaces. by Gregory P. Smith · 10 years ago
  16. c69c9bc Replace an overly optimistic assert() in _PyGC_CollectNoFail with a simple guard. by Antoine Pitrou · 11 years ago
  17. 257cf2f In _PyGC_Fini(), lose the reference that was kept to the time module by Antoine Pitrou · 11 years ago
  18. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
  19. 5d1866c Issue #18408: PyObject_GC_NewVar() now raises SystemError exception if nitems by Victor Stinner · 11 years ago
  20. c1eb26c gcmodule.c: strip trailing spaces by Victor Stinner · 11 years ago
  21. fef34e3 Issue #17937: Try harder to collect cyclic garbage at shutdown. by Antoine Pitrou · 11 years ago
  22. 9396356 Backout c89febab4648 following private feedback by Guido. by Antoine Pitrou · 11 years ago
  23. 04e70d1 Issue #17807: Generators can now be finalized even when they are part of a reference cycle. by Antoine Pitrou · 11 years ago
  24. 070cb3c Issue #1545463: At shutdown, defer finalization of codec modules so that stderr remains usable. by Antoine Pitrou · 11 years ago
  25. 5f454a0 Issue #1545463: Global variables caught in reference cycles are now garbage-collected at shutdown. by Antoine Pitrou · 11 years ago
  26. d4156c1 Issue #16351: New function gc.get_stats() returns per-generation collection statistics. by Antoine Pitrou · 12 years ago
  27. 1cfe7d9 Issue #14775: Fix a potential quadratic dict build-up due to the garbage collector repeatedly trying to untrack dicts. by Antoine Pitrou · 12 years ago
  28. e1ad3da Issue #14775: Fix a potential quadratic dict build-up due to the garbage collector repeatedly trying to untrack dicts. by Antoine Pitrou · 12 years ago
  29. 69c6352 Issue #10576: Add a progress callback to gcmodule by Kristján Valur Jónsson · 12 years ago
  30. e638513 Remove unused variable from gcmodule.c. The code no longer tests for the by Kristján Valur Jónsson · 12 years ago
  31. 093ce9c Issue #6695: Full garbage collection runs now clear the freelist of set objects. by Antoine Pitrou · 12 years ago
  32. 9a812cb Issue #13389: Full garbage collection passes now clear the freelists for by Antoine Pitrou · 13 years ago
  33. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  34. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  35. 499dfcf Issue #10833: Use PyUnicode_FromFormat() and PyErr_Format() instead of by Victor Stinner · 13 years ago
  36. 23683ef Issue #10333: Remove ancient GC API, which has been deprecated since Python 2.2. by Antoine Pitrou · 13 years ago
  37. b5d8204 Issue #10279: fix test_gc under Win64. by Antoine Pitrou · 14 years ago
  38. 08be72d Add a new warning gategory, ResourceWarning, as discussed on python-dev. It is silent by default, by Georg Brandl · 14 years ago
  39. 2ed94eb Do not print additional shutdown message when gc.DEBUG_SAVEALL is set by Antoine Pitrou · 14 years ago
  40. 696e035 Issue #477863: Print a warning at shutdown if gc.garbage is not empty. by Antoine Pitrou · 14 years ago
  41. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  42. 6e20a1b Merged revisions 80704 via svnmerge from by Antoine Pitrou · 14 years ago
  43. 1baf465 Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,77096,77120,77126,77155 via svnmerge from by Benjamin Peterson · 14 years ago
  44. 3a652b1 Merged revisions 70546 via svnmerge from by Antoine Pitrou · 15 years ago
  45. 14b78f5 Merged revisions 68462 via svnmerge from by Antoine Pitrou · 15 years ago
  46. 621601a Merged revisions 67832 via svnmerge from by Antoine Pitrou · 15 years ago
  47. 3ce5d92 Closes release blocker #3627. by Neal Norwitz · 16 years ago
  48. 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 16 years ago
  49. a7024e9 Fix some broken URLs to GC design discussions. by Neil Schemenauer · 16 years ago
  50. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  51. a156e09 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60845 via svnmerge from by Christian Heimes · 16 years ago
  52. 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 16 years ago
  53. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 16 years ago
  54. ad8dcd5 Minor cleanup in the gc module. by Amaury Forgeot d'Arc · 16 years ago
  55. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  56. 53cbdaa Convert a bunch of constant strings in C to unicode. by Neal Norwitz · 17 years ago
  57. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  58. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  59. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 17 years ago
  60. 3dfc3c1 Fix test_gc failure by fixing the bug test_gc found: __del__ methods were no by Thomas Wouters · 18 years ago
  61. 50e9fb9 Completely get rid of PyClass and PyInstance. by Guido van Rossum · 18 years ago
  62. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  63. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  64. d3c38ff SF patch #1443865; gc.get_count() added and optional argument 'generation' by Barry Warsaw · 18 years ago
  65. e22373d Fix warnings on x86 (32-bit) and support Win64. by Neal Norwitz · 18 years ago
  66. 7b216c5 Make PyGC_Collect() use Py_ssize_t. by Neal Norwitz · 18 years ago
  67. 6db0e00 Change GC refcount to Py_ssize_t. by Martin v. Löwis · 18 years ago
  68. 4129068 Change _PyObject_GC_Resize to expect Py_ssize_t. by Martin v. Löwis · 18 years ago
  69. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  70. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 18 years ago
  71. 0d6615f PEP 342 implementation. Per Guido's comments, the generator throw() by Phillip J. Eby · 19 years ago
  72. 3b1cbf9 Add missing INCREF. by Neil Schemenauer · 19 years ago
  73. bc1d1b8 gc_list_move(): Make this truly equivalent to remove+append. While by Tim Peters · 20 years ago
  74. e2d5918 gc list function cleanup. by Tim Peters · 20 years ago
  75. cc2a866 handle_weakrefs(): Simplification -- there's no need to make a second by Tim Peters · 20 years ago
  76. ead8b7a SF 1055820: weakref callback vs gc vs threads by Tim Peters · 20 years ago
  77. 674d56b Convert return value to boolean. by Raymond Hettinger · 20 years ago
  78. 0bba722 Silence GCC warning when asserts are turned off. by Guido van Rossum · 21 years ago
  79. 403a203 SF bug 839548: Bug in type's GC handling causes segfaults. by Tim Peters · 21 years ago
  80. 780c497 update_refs(): assert that incoming refcounts aren't 0. The comment by Tim Peters · 21 years ago
  81. 6bc06ec Bug #794140: cygwin builds do not embed by Jason Tishler · 21 years ago
  82. e13ddc9 - New C API PyGC_Collect(), same as calling gc.collect(). by Guido van Rossum · 21 years ago
  83. 730f553 s/referrents/referents/g. Gotta love that referrers remains rife with rs. by Tim Peters · 21 years ago
  84. 0f81ab6 Finished implementing gc.get_referrents(): dealt with error and end by Tim Peters · 21 years ago
  85. fb2ab4d Comment repair; no semantic changes. by Tim Peters · 21 years ago
  86. f6b8045 Reworked has_finalizer() to use the new _PyObject_Lookup() instead by Tim Peters · 21 years ago
  87. 1155887 initgc(): Rewrote to use the PyModule_AddXYZ API; cuts code size. by Tim Peters · 21 years ago
  88. 259272b handle_finalizers(): Rewrote to call append_objects() and gc_list_merge() by Tim Peters · 21 years ago
  89. 50c61d5 Switched from METH_VARARGS to METH_NOARGS for the 7 module functions that by Tim Peters · 21 years ago
  90. bf384c2 Reworked move_finalizer_reachable() to create two distinct lists: by Tim Peters · 21 years ago
  91. f6ae7a4 move_finalizers(): Rewrote. It's not necessary for this routine by Tim Peters · 21 years ago
  92. 86b993b New comments. Rewrote has_finalizer() as a sequence of ifs instead of by Tim Peters · 21 years ago
  93. 93ad66d Fixed new seemingly random segfaults, by moving the initialization of by Tim Peters · 21 years ago
  94. ce136e9 Fix Tim's boom example. by Jeremy Hylton · 21 years ago
  95. 059b094 Add get_referrents() helper function. by Jeremy Hylton · 21 years ago
  96. 5bd378b Add get_referrents() helper function. by Jeremy Hylton · 21 years ago
  97. 774348c Fix typo. by Martin v. Löwis · 22 years ago
  98. 4030714 For new-style classes, we can now test for tp_del instead of asking by Guido van Rossum · 22 years ago
  99. 803526b Trashcan cleanup: Now that cyclic gc is always there, the trashcan by Tim Peters · 22 years ago
  100. 943382c Removed WITH_CYCLE_GC #ifdef-ery. Holes: by Tim Peters · 22 years ago