1. 23683ef Issue #10333: Remove ancient GC API, which has been deprecated since Python 2.2. by Antoine Pitrou · 14 years ago
  2. b5d8204 Issue #10279: fix test_gc under Win64. by Antoine Pitrou · 14 years ago
  3. 08be72d Add a new warning gategory, ResourceWarning, as discussed on python-dev. It is silent by default, by Georg Brandl · 14 years ago
  4. 2ed94eb Do not print additional shutdown message when gc.DEBUG_SAVEALL is set by Antoine Pitrou · 14 years ago
  5. 696e035 Issue #477863: Print a warning at shutdown if gc.garbage is not empty. by Antoine Pitrou · 14 years ago
  6. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  7. 6e20a1b Merged revisions 80704 via svnmerge from by Antoine Pitrou · 14 years ago
  8. 1baf465 Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,77096,77120,77126,77155 via svnmerge from by Benjamin Peterson · 15 years ago
  9. 3a652b1 Merged revisions 70546 via svnmerge from by Antoine Pitrou · 15 years ago
  10. 14b78f5 Merged revisions 68462 via svnmerge from by Antoine Pitrou · 16 years ago
  11. 621601a Merged revisions 67832 via svnmerge from by Antoine Pitrou · 16 years ago
  12. 3ce5d92 Closes release blocker #3627. by Neal Norwitz · 16 years ago
  13. 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
  14. a7024e9 Fix some broken URLs to GC design discussions. by Neil Schemenauer · 16 years ago
  15. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  16. 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
  17. 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 17 years ago
  18. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  19. ad8dcd5 Minor cleanup in the gc module. by Amaury Forgeot d'Arc · 17 years ago
  20. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  21. 53cbdaa Convert a bunch of constant strings in C to unicode. by Neal Norwitz · 17 years ago
  22. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  23. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  24. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  25. 3dfc3c1 Fix test_gc failure by fixing the bug test_gc found: __del__ methods were no by Thomas Wouters · 18 years ago
  26. 50e9fb9 Completely get rid of PyClass and PyInstance. by Guido van Rossum · 18 years ago
  27. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  28. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  29. d3c38ff SF patch #1443865; gc.get_count() added and optional argument 'generation' by Barry Warsaw · 18 years ago
  30. e22373d Fix warnings on x86 (32-bit) and support Win64. by Neal Norwitz · 18 years ago
  31. 7b216c5 Make PyGC_Collect() use Py_ssize_t. by Neal Norwitz · 18 years ago
  32. 6db0e00 Change GC refcount to Py_ssize_t. by Martin v. Löwis · 18 years ago
  33. 4129068 Change _PyObject_GC_Resize to expect Py_ssize_t. by Martin v. Löwis · 18 years ago
  34. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  35. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  36. 0d6615f PEP 342 implementation. Per Guido's comments, the generator throw() by Phillip J. Eby · 19 years ago
  37. 3b1cbf9 Add missing INCREF. by Neil Schemenauer · 19 years ago
  38. bc1d1b8 gc_list_move(): Make this truly equivalent to remove+append. While by Tim Peters · 20 years ago
  39. e2d5918 gc list function cleanup. by Tim Peters · 20 years ago
  40. cc2a866 handle_weakrefs(): Simplification -- there's no need to make a second by Tim Peters · 20 years ago
  41. ead8b7a SF 1055820: weakref callback vs gc vs threads by Tim Peters · 20 years ago
  42. 674d56b Convert return value to boolean. by Raymond Hettinger · 21 years ago
  43. 0bba722 Silence GCC warning when asserts are turned off. by Guido van Rossum · 21 years ago
  44. 403a203 SF bug 839548: Bug in type's GC handling causes segfaults. by Tim Peters · 21 years ago
  45. 780c497 update_refs(): assert that incoming refcounts aren't 0. The comment by Tim Peters · 21 years ago
  46. 6bc06ec Bug #794140: cygwin builds do not embed by Jason Tishler · 21 years ago
  47. e13ddc9 - New C API PyGC_Collect(), same as calling gc.collect(). by Guido van Rossum · 21 years ago
  48. 730f553 s/referrents/referents/g. Gotta love that referrers remains rife with rs. by Tim Peters · 21 years ago
  49. 0f81ab6 Finished implementing gc.get_referrents(): dealt with error and end by Tim Peters · 21 years ago
  50. fb2ab4d Comment repair; no semantic changes. by Tim Peters · 21 years ago
  51. f6b8045 Reworked has_finalizer() to use the new _PyObject_Lookup() instead by Tim Peters · 21 years ago
  52. 1155887 initgc(): Rewrote to use the PyModule_AddXYZ API; cuts code size. by Tim Peters · 21 years ago
  53. 259272b handle_finalizers(): Rewrote to call append_objects() and gc_list_merge() by Tim Peters · 21 years ago
  54. 50c61d5 Switched from METH_VARARGS to METH_NOARGS for the 7 module functions that by Tim Peters · 21 years ago
  55. bf384c2 Reworked move_finalizer_reachable() to create two distinct lists: by Tim Peters · 21 years ago
  56. f6ae7a4 move_finalizers(): Rewrote. It's not necessary for this routine by Tim Peters · 21 years ago
  57. 86b993b New comments. Rewrote has_finalizer() as a sequence of ifs instead of by Tim Peters · 21 years ago
  58. 93ad66d Fixed new seemingly random segfaults, by moving the initialization of by Tim Peters · 21 years ago
  59. ce136e9 Fix Tim's boom example. by Jeremy Hylton · 21 years ago
  60. 059b094 Add get_referrents() helper function. by Jeremy Hylton · 21 years ago
  61. 5bd378b Add get_referrents() helper function. by Jeremy Hylton · 21 years ago
  62. 774348c Fix typo. by Martin v. Löwis · 22 years ago
  63. 4030714 For new-style classes, we can now test for tp_del instead of asking by Guido van Rossum · 22 years ago
  64. 803526b Trashcan cleanup: Now that cyclic gc is always there, the trashcan by Tim Peters · 22 years ago
  65. 943382c Removed WITH_CYCLE_GC #ifdef-ery. Holes: by Tim Peters · 22 years ago
  66. 8b7f131 gc_list_move defined but not used. by Michael W. Hudson · 22 years ago
  67. aab713b visit_decref(): Added another assert. by Tim Peters · 22 years ago
  68. 6fc13d9 Finished transitioning to using gc_refs to track gc objects' states. by Tim Peters · 22 years ago
  69. ea40563 Reserved another gc_refs value for untracked objects. Every live gc by Tim Peters · 22 years ago
  70. 19b74c7 OK, I couldn't stand it <0.5 wink>: removed all uncertainty about what's by Tim Peters · 22 years ago
  71. 93cd83e visit_decref(): Two optimizations. by Tim Peters · 22 years ago
  72. 8839617 SF bug #574132: Major GC related performance regression by Tim Peters · 22 years ago
  73. c905164 Fix small bug. The count of objects in all generations younger then the by Neil Schemenauer · 22 years ago
  74. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  75. 8a13518 Remove casts to PyObject * when declaration is for PyObject * by Jeremy Hylton · 22 years ago
  76. a2b11ec Add IS_TRACKED and IS_MOVED macros. This makes the logic a little more clear. by Neil Schemenauer · 22 years ago
  77. 2880ae5 Move all data for a single generation into a structure. The set of by Neil Schemenauer · 22 years ago
  78. fa8efab _PyObject_GC_New: Could call PyObject_INIT with a NULL 1st argument. by Tim Peters · 22 years ago
  79. fec4eb1 Allow PyObject_Del to be used as a function designator. Provide binary by Neil Schemenauer · 22 years ago
  80. b883310 Make _PyObject_GC_UnTrack do nothing if WITH_CYCLE_GC is not defined. by Neil Schemenauer · 22 years ago
  81. ff413af This is Neil's fix for SF bug 535905 (Evil Trashcan and GC interaction). by Guido van Rossum · 22 years ago
  82. 1b0e4fc Use pymalloc for realloc() as well. by Neil Schemenauer · 22 years ago
  83. dcc819a Use pymalloc if it's enabled. by Neil Schemenauer · 22 years ago
  84. 2a47c0f Fix spelling mistakes. Bugfix candidates. by Neal Norwitz · 22 years ago
  85. f8a6f24 Check for NULL return value of PyList_New (follow-up to patch #486743). by Martin v. Löwis · 23 years ago
  86. 155aad1 Patch #486743: remove bad INCREF, propagate exception in append_objects. by Martin v. Löwis · 23 years ago
  87. c8fe77b Use identity instead of equality when looking for referrers. Fixes #485781. by Martin v. Löwis · 23 years ago
  88. 560da62 Rename get_referents to get_referrers. Fixes #483815. by Martin v. Löwis · 23 years ago
  89. db86561 has_finalizer(): simplified "if (complicated_bool) 1 else 0" to by Tim Peters · 23 years ago
  90. a765c12 Add has_finalizer predictate function. Use it when deciding which by Neil Schemenauer · 23 years ago
  91. 8cc705e SF bug #477059 (my own): __del__ on new classes vs. GC. by Guido van Rossum · 23 years ago
  92. e8c40cb Make the gc.collect() function respect the collection lock. This fixes by Neil Schemenauer · 23 years ago
  93. bca8c2e Use double curly braces for the generation0/1/2 initializers, to shut by Guido van Rossum · 23 years ago
  94. 9e4ca10 SF bug [#467145] Python 2.2a4 build problem on HPUX 11.0. by Tim Peters · 23 years ago
  95. f2a67da Guido suggests, and I agree, to insist that SIZEOF_VOID_P be a power of 2. by Tim Peters · 23 years ago
  96. 6d483d3 _PyObject_VAR_SIZE: always round up to a multiple-of-pointer-size value. by Tim Peters · 23 years ago
  97. 406fe3b Repaired the debug Windows deaths in test_descr, by allocating enough by Tim Peters · 23 years ago
  98. 8c18f25 _PyObject_GC_Malloc(): split a complicated line in two. As is, there was by Tim Peters · 23 years ago
  99. 43411b5 Make more things internal to this file. Remove by Neil Schemenauer · 23 years ago
  100. 17e7be6 Remove "referents" structure (it's not needed). Check return value by Neil Schemenauer · 23 years ago