| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #10333: Remove ancient GC API, which has been deprecated since | Antoine Pitrou | 2011-01-04 | 1 | -8/+0 |
* | Issue #10279: fix test_gc under Win64. | Antoine Pitrou | 2010-11-05 | 1 | -2/+2 |
* | Add a new warning gategory, ResourceWarning, as discussed on python-dev. It ... | Georg Brandl | 2010-10-24 | 1 | -10/+10 |
* | Do not print additional shutdown message when gc.DEBUG_SAVEALL is set | Antoine Pitrou | 2010-09-14 | 1 | -1/+2 |
* | Issue #477863: Print a warning at shutdown if gc.garbage is not empty. | Antoine Pitrou | 2010-08-08 | 1 | -9/+39 |
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -861/+861 |
* | Merged revisions 80704 via svnmerge from | Antoine Pitrou | 2010-05-02 | 1 | -1/+1 |
* | Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,... | Benjamin Peterson | 2009-12-31 | 1 | -2/+2 |
* | Merged revisions 70546 via svnmerge from | Antoine Pitrou | 2009-03-23 | 1 | -1/+29 |
* | Merged revisions 68462 via svnmerge from | Antoine Pitrou | 2009-01-09 | 1 | -1/+65 |
* | Merged revisions 67832 via svnmerge from | Antoine Pitrou | 2008-12-17 | 1 | -23/+26 |
* | Closes release blocker #3627. | Neal Norwitz | 2008-08-24 | 1 | -1/+6 |
* | Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,... | Georg Brandl | 2008-07-16 | 1 | -0/+1 |
* | Fix some broken URLs to GC design discussions. | Neil Schemenauer | 2008-07-15 | 1 | -3/+8 |
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -10/+21 |
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-16 | 1 | -0/+22 |
* | Merged revisions 59666-59679 via svnmerge from | Christian Heimes | 2008-01-03 | 1 | -1/+1 |
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -11/+11 |
* | Minor cleanup in the gc module. | Amaury Forgeot d'Arc | 2007-12-10 | 1 | -15/+3 |
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -1/+1 |
* | Convert a bunch of constant strings in C to unicode. | Neal Norwitz | 2007-08-23 | 1 | -1/+1 |
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -11/+11 |
* | Make identifiers str (not str8) objects throughout. | Martin v. Löwis | 2007-06-10 | 1 | -1/+1 |
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -0/+1 |
* | Fix test_gc failure by fixing the bug test_gc found: __del__ methods were no | Thomas Wouters | 2006-08-21 | 1 | -1/+1 |
* | Completely get rid of PyClass and PyInstance. | Guido van Rossum | 2006-08-17 | 1 | -29/+2 |
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -8/+15 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -26/+49 |
* | SF patch #1443865; gc.get_count() added and optional argument 'generation' | Barry Warsaw | 2006-03-07 | 1 | -5/+34 |
* | Fix warnings on x86 (32-bit) and support Win64. | Neal Norwitz | 2006-03-06 | 1 | -2/+15 |
* | Make PyGC_Collect() use Py_ssize_t. | Neal Norwitz | 2006-03-04 | 1 | -11/+11 |
* | Change GC refcount to Py_ssize_t. | Martin v. Löwis | 2006-03-01 | 1 | -1/+1 |
* | Change _PyObject_GC_Resize to expect Py_ssize_t. | Martin v. Löwis | 2006-02-16 | 1 | -1/+1 |
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -1/+1 |
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
* | PEP 342 implementation. Per Guido's comments, the generator throw() | Phillip J. Eby | 2005-08-02 | 1 | -3/+1 |
* | Add missing INCREF. | Neil Schemenauer | 2005-06-18 | 1 | -0/+1 |
* | gc_list_move(): Make this truly equivalent to remove+append. While | Tim Peters | 2004-11-01 | 1 | -3/+5 |
* | gc list function cleanup. | Tim Peters | 2004-11-01 | 1 | -15/+31 |
* | handle_weakrefs(): Simplification -- there's no need to make a second | Tim Peters | 2004-10-31 | 1 | -58/+28 |
* | SF 1055820: weakref callback vs gc vs threads | Tim Peters | 2004-10-30 | 1 | -106/+183 |
* | Convert return value to boolean. | Raymond Hettinger | 2004-01-04 | 1 | -1/+1 |
* | Silence GCC warning when asserts are turned off. | Guido van Rossum | 2003-11-24 | 1 | -2/+1 |
* | SF bug 839548: Bug in type's GC handling causes segfaults. | Tim Peters | 2003-11-20 | 1 | -13/+129 |
* | update_refs(): assert that incoming refcounts aren't 0. The comment | Tim Peters | 2003-11-14 | 1 | -0/+19 |
* | Bug #794140: cygwin builds do not embed | Jason Tishler | 2003-09-04 | 1 | -1/+1 |
* | - New C API PyGC_Collect(), same as calling gc.collect(). | Guido van Rossum | 2003-04-17 | 1 | -1/+19 |
* | s/referrents/referents/g. Gotta love that referrers remains rife with rs. | Tim Peters | 2003-04-08 | 1 | -8/+8 |
* | Finished implementing gc.get_referrents(): dealt with error and end | Tim Peters | 2003-04-08 | 1 | -6/+15 |
* | Comment repair; no semantic changes. | Tim Peters | 2003-04-07 | 1 | -4/+5 |