| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a warning block around the get_referrers() documentation (GH-24511) | Pablo Galindo | 2021-02-15 | 1 | -4/+5 |
* | bpo-41455: Provide a link to how the third generation is collected in the GC ... | Yaroslav Pankovych | 2020-08-08 | 1 | -3/+3 |
* | bpo-39322: Add gc.is_finalized to check if an object has been finalised by th... | Pablo Galindo | 2020-01-14 | 1 | -0/+21 |
* | bpo-38738: Fix formatting of True and False. (GH-17083) | Serhiy Storchaka | 2019-11-12 | 1 | -1/+1 |
* | bpo-38600: NULL -> ``NULL``. (GH-17001) | Serhiy Storchaka | 2019-10-30 | 1 | -1/+1 |
* | bpo-36016: Add generation option to gc.getobjects() (GH-11909) | Pablo Galindo | 2019-02-23 | 1 | -2/+5 |
* | bpo-34605: Avoid master/slave terms (GH-9101) | Victor Stinner | 2018-09-07 | 1 | -1/+1 |
* | Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495 | Yury Selivanov | 2018-02-02 | 1 | -28/+0 |
* | bpo-31356: Add context manager to temporarily disable GC (GH-4224) | Pablo Galindo | 2018-01-29 | 1 | -0/+28 |
* | bpo-31558: Add gc.freeze() (#3705) | brainfvck | 2017-10-16 | 1 | -0/+27 |
* | fix name of keyword parameter to gc.collect() (closes #28525) | Benjamin Peterson | 2016-10-24 | 1 | -1/+1 |
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+2 |
* | Issue #22696: Add function :func:`sys.is_finalizing` to know about interprete... | Antoine Pitrou | 2014-12-07 | 1 | -3/+3 |
* | whatsnew for gc.get_stats, plus doc tweaks. | R David Murray | 2013-12-26 | 1 | -3/+4 |
* | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -2/+2 |
|\ |
|
| * | Issue #19795: Improved markup of True/False constants. | Serhiy Storchaka | 2013-11-29 | 1 | -2/+2 |
* | | Issue #18589: fix hyperlinking of type slots (tp_*) | Antoine Pitrou | 2013-08-01 | 1 | -2/+2 |
|\| |
|
| * | Issue #18589: fix hyperlinking of type slots (tp_*) | Antoine Pitrou | 2013-08-01 | 1 | -2/+2 |
* | | Issue #18112: PEP 442 implementation (safe object finalization). | Antoine Pitrou | 2013-07-30 | 1 | -18/+11 |
* | | Issue #16351: New function gc.get_stats() returns per-generation collection s... | Antoine Pitrou | 2012-10-30 | 1 | -0/+18 |
|/ |
|
* | doc typo fixes | Gregory P. Smith | 2012-09-30 | 1 | -3/+3 |
* | Correct warnings when building the docs for the nonexistet :arg: role. Change... | Brian Curtin | 2012-04-16 | 1 | -5/+5 |
* | Issue #10576: Add a progress callback to gcmodule | Kristján Valur Jónsson | 2012-04-15 | 1 | -2/+37 |
* | Add a new warning gategory, ResourceWarning, as discussed on python-dev. It ... | Georg Brandl | 2010-10-24 | 1 | -11/+9 |
* | Consistency check for versionadded/changed directives. | Georg Brandl | 2010-08-17 | 1 | -3/+3 |
* | Issue #477863: Print a warning at shutdown if gc.garbage is not empty. | Antoine Pitrou | 2010-08-08 | 1 | -0/+12 |
* | Recorded merge of revisions 78024 via svnmerge from | Georg Brandl | 2010-02-06 | 1 | -1/+1 |
* | More conversion to new-style optional args. | Georg Brandl | 2009-05-17 | 1 | -4/+1 |
* | 2.7 -> 3.1 versionchanges. | Georg Brandl | 2009-05-05 | 1 | -1/+1 |
* | Merged revisions 70546 via svnmerge from | Antoine Pitrou | 2009-03-23 | 1 | -0/+25 |
* | Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,... | Georg Brandl | 2008-07-16 | 1 | -0/+5 |
* | Minor cleanup in the gc module. | Amaury Forgeot d'Arc | 2007-12-10 | 1 | -18/+2 |
* | Get rid of the remaining versionadded/versionchanged directives. | Georg Brandl | 2007-09-01 | 1 | -11/+0 |
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+211 |