summaryrefslogtreecommitdiff
path: root/Modules/gcmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #20185: Converted the gc module to Argument Clinic.Serhiy Storchaka2017-02-041-98/+132
* Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE whereverSerhiy Storchaka2017-01-231-8/+4
* Don't run garbage collection on interpreter exit if it was explicitly disabled?ukasz Langa2016-09-091-0/+9
* DTrace support: function calls, GC activity, line execution?ukasz Langa2016-09-091-0/+8
* Issue #28003: Implement PEP 525 -- Asynchronous Generators.Yury Selivanov2016-09-081-0/+1
* Issue #25923: Added more const qualifiers to signatures of static and private...Serhiy Storchaka2015-12-251-1/+1
* Issue #22117: The gc module now uses _PyTime_t timestampVictor Stinner2015-03-271-6/+6
* Issue #22043: time.monotonic() is now always availableVictor Stinner2014-09-021-3/+3
* Cleanup other stats formatting code in gcmodule.cAntoine Pitrou2014-05-241-5/+3
* Issue #21555: simplify code in gcmodule.c by using the pytime.h functions ins...Antoine Pitrou2014-05-241-41/+9
* Merge from 3.4.Tim Peters2014-05-081-4/+20
|\
| * Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(),Victor Stinner2014-05-021-4/+20
* | Issue #21435: Segfault in gc with cyclic trashTim Peters2014-05-081-11/+23
|/
* Issue #20315: Removed support for backward compatibility with early 2.x versi...Serhiy Storchaka2014-01-201-14/+0
|\
| * Issue #20315: Removed support for backward compatibility with early 2.x versi...Serhiy Storchaka2014-01-201-14/+0
| * remove trailing spaces.Gregory P. Smith2013-12-181-7/+7
* | whatsnew for gc.get_stats, plus doc tweaks.R David Murray2013-12-261-0/+1
* | Replace an overly optimistic assert() in _PyGC_CollectNoFail with a simple gu...Antoine Pitrou2013-08-151-6/+13
* | In _PyGC_Fini(), lose the reference that was kept to the time moduleAntoine Pitrou2013-08-061-0/+1
* | Issue #18112: PEP 442 implementation (safe object finalization).Antoine Pitrou2013-07-301-49/+107
* | Issue #18408: PyObject_GC_NewVar() now raises SystemError exception if nitemsVictor Stinner2013-07-081-2/+9
* | gcmodule.c: strip trailing spacesVictor Stinner2013-07-081-7/+7
* | Issue #17937: Try harder to collect cyclic garbage at shutdown.Antoine Pitrou2013-05-191-6/+25
* | Backout c89febab4648 following private feedback by Guido.Antoine Pitrou2013-05-141-1/+4
* | Issue #17807: Generators can now be finalized even when they are part of a re...Antoine Pitrou2013-05-081-4/+1
* | Issue #1545463: At shutdown, defer finalization of codec modules so that stde...Antoine Pitrou2013-05-081-3/+7
* | Issue #1545463: Global variables caught in reference cycles are now garbage-c...Antoine Pitrou2013-05-061-1/+7
* | Issue #16351: New function gc.get_stats() returns per-generation collection s...Antoine Pitrou2012-10-301-0/+64
|/
* Issue #14775: Fix a potential quadratic dict build-up due to the garbage coll...Antoine Pitrou2012-05-281-3/+57
|\
| * Issue #14775: Fix a potential quadratic dict build-up due to the garbage coll...Antoine Pitrou2012-05-281-3/+57
* | Issue #10576: Add a progress callback to gcmoduleKristj?n Valur J?nsson2012-04-151-6/+74
* | Remove unused variable from gcmodule.c. The code no longer tests for theKristj?n Valur J?nsson2012-04-081-9/+0
* | Issue #6695: Full garbage collection runs now clear the freelist of set objects.Antoine Pitrou2011-12-161-0/+1
* | Issue #13389: Full garbage collection passes now clear the freelists forAntoine Pitrou2011-11-151-0/+2
* | Rename _Py_identifier to _Py_IDENTIFIER.Martin v. Löwis2011-10-141-1/+1
* | Add API for static strings, primarily good for identifiers.Martin v. Löwis2011-10-091-1/+3
* | Issue #10833: Use PyUnicode_FromFormat() and PyErr_Format() instead ofVictor Stinner2011-03-211-2/+2
|/
* Issue #10333: Remove ancient GC API, which has been deprecated sinceAntoine Pitrou2011-01-041-8/+0
* Issue #10279: fix test_gc under Win64.Antoine Pitrou2010-11-051-2/+2
* Add a new warning gategory, ResourceWarning, as discussed on python-dev. It ...Georg Brandl2010-10-241-10/+10
* Do not print additional shutdown message when gc.DEBUG_SAVEALL is setAntoine Pitrou2010-09-141-1/+2
* Issue #477863: Print a warning at shutdown if gc.garbage is not empty.Antoine Pitrou2010-08-081-9/+39
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-861/+861
* Merged revisions 80704 via svnmerge fromAntoine Pitrou2010-05-021-1/+1
* Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,...Benjamin Peterson2009-12-311-2/+2
* Merged revisions 70546 via svnmerge fromAntoine Pitrou2009-03-231-1/+29
* Merged revisions 68462 via svnmerge fromAntoine Pitrou2009-01-091-1/+65
* Merged revisions 67832 via svnmerge fromAntoine Pitrou2008-12-171-23/+26
* Closes release blocker #3627.Neal Norwitz2008-08-241-1/+6
* Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,...Georg Brandl2008-07-161-0/+1