summaryrefslogtreecommitdiff
path: root/Doc/library/gc.rst
Commit message (Expand)AuthorAgeFilesLines
* Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495 (#5496)Miss Islington (bot)2018-02-021-28/+0
* bpo-31356: Add context manager to temporarily disable GC (GH-4224)Pablo Galindo2018-01-291-0/+28
* bpo-31558: Add gc.freeze() (#3705)brainfvck2017-10-161-0/+27
* fix name of keyword parameter to gc.collect() (closes #28525)Benjamin Peterson2016-10-241-1/+1
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+2
* Issue #22696: Add function :func:`sys.is_finalizing` to know about interprete...Antoine Pitrou2014-12-071-3/+3
* whatsnew for gc.get_stats, plus doc tweaks.R David Murray2013-12-261-3/+4
* Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-2/+2
|\
| * Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-2/+2
* | Issue #18589: fix hyperlinking of type slots (tp_*)Antoine Pitrou2013-08-011-2/+2
|\ \ | |/
| * Issue #18589: fix hyperlinking of type slots (tp_*)Antoine Pitrou2013-08-011-2/+2
* | Issue #18112: PEP 442 implementation (safe object finalization).Antoine Pitrou2013-07-301-18/+11
* | Issue #16351: New function gc.get_stats() returns per-generation collection s...Antoine Pitrou2012-10-301-0/+18
|/
* doc typo fixesGregory P. Smith2012-09-301-3/+3
* Correct warnings when building the docs for the nonexistet :arg: role. Change...Brian Curtin2012-04-161-5/+5
* Issue #10576: Add a progress callback to gcmoduleKristján Valur Jónsson2012-04-151-2/+37
* Add a new warning gategory, ResourceWarning, as discussed on python-dev. It ...Georg Brandl2010-10-241-11/+9
* Consistency check for versionadded/changed directives.Georg Brandl2010-08-171-3/+3
* Issue #477863: Print a warning at shutdown if gc.garbage is not empty.Antoine Pitrou2010-08-081-0/+12
* Recorded merge of revisions 78024 via svnmerge fromGeorg Brandl2010-02-061-1/+1
* More conversion to new-style optional args.Georg Brandl2009-05-171-4/+1
* 2.7 -> 3.1 versionchanges.Georg Brandl2009-05-051-1/+1
* Merged revisions 70546 via svnmerge fromAntoine Pitrou2009-03-231-0/+25
* Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,...Georg Brandl2008-07-161-0/+5
* Minor cleanup in the gc module.Amaury Forgeot d'Arc2007-12-101-18/+2
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-11/+0
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+211