COMMITS
/ Doc/library/gc.rst May 7, 2026
N
gh-148937: revert process RSS based GC deferral (#149475)
Neil Schemenauer committed
April 30, 2026
S
GH-148726: Forward-port generational GC. (GH-148746)
Sergey Miryanov committed
February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
December 16, 2025
H
Python 3.15.0a3
Hugo van Kemenade committed
November 22, 2025
B
GH-140638: Add a GC "candidates" stat (GH-141814)
Brandt Bucher committed
November 19, 2025
B
GH-140638: Add a GC "duration" stat (GH-141720)
Brandt Bucher committed
July 20, 2025
H
gh-108362: Retarget incremental GC changes to 3.14 (#125453)
Hugo van Kemenade committed
May 5, 2025
N
gh-132917: Use RSS + swap for estimate of process memory usage (gh-133464)
Neil Schemenauer committed
N
gh-132917: Check resident set size (RSS) before GC trigger. (gh-133399)
Neil Schemenauer committed
November 20, 2024
M
GH-127010: Don't lazily track and untrack dicts (GH-127027)
Mark Shannon committed
August 27, 2024
M
GH-117759: Document incremental GC (GH-123266)
Mark Shannon committed
May 8, 2024
S
Format None, True, False and NotImplemented as literals (GH-118758)
Serhiy Storchaka committed
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
January 8, 2024
E
gh-113755: Fully adapt gcmodule.c to Argument Clinic (#113756)
Erlend E. Aasland committed
November 30, 2023
A
gh-112502: Docs: Improve docs for gc.collect method (#112562)
Alperen Serkan Aksöz committed
July 21, 2023
S
gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894)
Serhiy Storchaka committed
May 20, 2023
April 10, 2023
R
gh-103059: Clarify gc.freeze documentation (#103058)
raylu committed
March 30, 2023
H
gh-101100: Fix Sphinx warning in gc.rst and refactor docs clean list (#103116)
Hugo van Kemenade committed
March 10, 2021
P
bpo-43439: Add audit hooks for gc functions (GH-24794)
Pablo Galindo committed
February 15, 2021
P
Add a warning block around the get_referrers() documentation (GH-24511)
Pablo Galindo committed
August 8, 2020
Y
bpo-41455: Provide a link to how the third generation is collected in the GC docs (GH-21703)
Yaroslav Pankovych committed
January 14, 2020
P
bpo-39322: Add gc.is_finalized to check if an object has been finalised by the gc (GH-17989)
Pablo Galindo committed
November 12, 2019
S
bpo-38738: Fix formatting of True and False. (GH-17083)
Serhiy Storchaka committed
October 30, 2019
S
bpo-38600: NULL -> ``NULL``. (GH-17001)
Serhiy Storchaka committed
February 23, 2019
P
bpo-36016: Add generation option to gc.getobjects() (GH-11909)
Pablo Galindo committed
September 7, 2018
V
bpo-34605: Avoid master/slave terms (GH-9101)
Victor Stinner committed
February 2, 2018
Y
Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495
Yury Selivanov committed
January 29, 2018
P
bpo-31356: Add context manager to temporarily disable GC (GH-4224)
Pablo Galindo committed
October 16, 2017
B
bpo-31558: Add gc.freeze() (#3705)
brainfvck committed
October 25, 2016
B
fix name of keyword parameter to gc.collect() (closes #28525)
Benjamin Peterson committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
December 7, 2014
A
Issue #22696: Add function :func:`sys.is_finalizing` to know about interpreter shutdown.
Antoine Pitrou committed
December 26, 2013
R
whatsnew for gc.get_stats, plus doc tweaks.
R David Murray committed
November 29, 2013
S
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka committed
S
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka committed
August 1, 2013
A
Issue #18589: fix hyperlinking of type slots (tp_*)
Antoine Pitrou committed
A
Issue #18589: fix hyperlinking of type slots (tp_*)
Antoine Pitrou committed
July 30, 2013
A
Issue #18112: PEP 442 implementation (safe object finalization).
Antoine Pitrou committed
October 30, 2012
A
Issue #16351: New function gc.get_stats() returns per-generation collection statistics.
Antoine Pitrou committed
September 30, 2012
G
doc typo fixes
Gregory P. Smith committed
April 16, 2012
B
Correct warnings when building the docs for the nonexistet :arg: role. Changed to asterisks.
Brian Curtin committed
April 15, 2012
K
Issue #10576: Add a progress callback to gcmodule
Kristján Valur Jónsson committed
October 24, 2010
G
August 17, 2010
G
Consistency check for versionadded/changed directives.
Georg Brandl committed
August 8, 2010
A
Issue #477863: Print a warning at shutdown if gc.garbage is not empty.
Antoine Pitrou committed
February 6, 2010
G
Recorded merge of revisions 78024 via svnmerge from
Georg Brandl committed
May 17, 2009
G
More conversion to new-style optional args.
Georg Brandl committed
May 5, 2009
G
2.7 -> 3.1 versionchanges.
Georg Brandl committed