| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #22043: time.monotonic() is now always available | Victor Stinner | 2014-09-02 | 1 | -3/+3 |
|
|
* | Cleanup other stats formatting code in gcmodule.c | Antoine Pitrou | 2014-05-24 | 1 | -5/+3 |
|
|
* | Issue #21555: simplify code in gcmodule.c by using the pytime.h functions ins... | Antoine Pitrou | 2014-05-24 | 1 | -41/+9 |
|
|
* | Merge from 3.4. | Tim Peters | 2014-05-08 | 1 | -11/+23 |
|\ |
|
| * | Issue #21435: Segfault in gc with cyclic trash | Tim Peters | 2014-05-08 | 1 | -11/+23 |
|
|
* | | Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(), | Victor Stinner | 2014-05-02 | 1 | -4/+20 |
|/ |
|
* | Issue #20315: Removed support for backward compatibility with early 2.x versi... | Serhiy Storchaka | 2014-01-20 | 1 | -14/+0 |
|\ |
|
| * | Issue #20315: Removed support for backward compatibility with early 2.x versi... | Serhiy Storchaka | 2014-01-20 | 1 | -14/+0 |
|
|
| * | remove trailing spaces. | Gregory P. Smith | 2013-12-18 | 1 | -7/+7 |
|
|
* | | whatsnew for gc.get_stats, plus doc tweaks. | R David Murray | 2013-12-26 | 1 | -0/+1 |
|
|
* | | Replace an overly optimistic assert() in _PyGC_CollectNoFail with a simple gu... | Antoine Pitrou | 2013-08-15 | 1 | -6/+13 |
|
|
* | | In _PyGC_Fini(), lose the reference that was kept to the time module | Antoine Pitrou | 2013-08-06 | 1 | -0/+1 |
|
|
* | | Issue #18112: PEP 442 implementation (safe object finalization). | Antoine Pitrou | 2013-07-30 | 1 | -49/+107 |
|
|
* | | Issue #18408: PyObject_GC_NewVar() now raises SystemError exception if nitems | Victor Stinner | 2013-07-08 | 1 | -2/+9 |
|
|
* | | gcmodule.c: strip trailing spaces | Victor Stinner | 2013-07-08 | 1 | -7/+7 |
|
|
* | | Issue #17937: Try harder to collect cyclic garbage at shutdown. | Antoine Pitrou | 2013-05-18 | 1 | -6/+25 |
|
|
* | | Backout c89febab4648 following private feedback by Guido. | Antoine Pitrou | 2013-05-14 | 1 | -1/+4 |
|
|
* | | Issue #17807: Generators can now be finalized even when they are part of a re... | Antoine Pitrou | 2013-05-08 | 1 | -4/+1 |
|
|
* | | Issue #1545463: At shutdown, defer finalization of codec modules so that stde... | Antoine Pitrou | 2013-05-08 | 1 | -3/+7 |
|
|
* | | Issue #1545463: Global variables caught in reference cycles are now garbage-c... | Antoine Pitrou | 2013-05-06 | 1 | -1/+7 |
|
|
* | | Issue #16351: New function gc.get_stats() returns per-generation collection s... | Antoine Pitrou | 2012-10-30 | 1 | -0/+64 |
|/ |
|
* | Issue #14775: Fix a potential quadratic dict build-up due to the garbage coll... | Antoine Pitrou | 2012-05-28 | 1 | -3/+57 |
|\ |
|
| * | Issue #14775: Fix a potential quadratic dict build-up due to the garbage coll... | Antoine Pitrou | 2012-05-28 | 1 | -3/+57 |
|
|
* | | Issue #10576: Add a progress callback to gcmodule | Kristján Valur Jónsson | 2012-04-15 | 1 | -6/+74 |
|
|
* | | Remove unused variable from gcmodule.c. The code no longer tests for the | Kristján Valur Jónsson | 2012-04-08 | 1 | -9/+0 |
|
|
* | | Issue #6695: Full garbage collection runs now clear the freelist of set objects. | Antoine Pitrou | 2011-12-16 | 1 | -0/+1 |
|
|
* | | Issue #13389: Full garbage collection passes now clear the freelists for | Antoine Pitrou | 2011-11-14 | 1 | -0/+2 |
|
|
* | | Rename _Py_identifier to _Py_IDENTIFIER. | Martin v. Löwis | 2011-10-14 | 1 | -1/+1 |
|
|
* | | Add API for static strings, primarily good for identifiers. | Martin v. Löwis | 2011-10-09 | 1 | -1/+3 |
|
|
* | | Issue #10833: Use PyUnicode_FromFormat() and PyErr_Format() instead of | Victor Stinner | 2011-03-21 | 1 | -2/+2 |
|/ |
|
* | 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 |
|
|