COMMITS
/ Doc/library/tracemalloc.rst February 11, 2026
R
Fix typos and grammar errors across documentation (#144709)
Ronald Eddy Jr committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
September 17, 2021
A
bpo-42038: fix description of returned list of lines (GH-27529)
andrei kulakov committed
June 1, 2020
H
bpo-40630: adjust tracemalloc.reset_peak docs for backport to 3.9 (GH-20546)
Huon Wilson committed
May 22, 2020
H
bpo-40630: Add tracemalloc.reset_peak (GH-20102)
Huon Wilson committed
March 10, 2020
A
tracemalloc: 'pretty top' example no longer changes the filename (GH-18903)
Adam Johnson committed
October 15, 2019
J
bpo-37961, tracemalloc: add Traceback.total_nframe (GH-15545)
Julien Danjou committed
November 29, 2017
J
bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#4534)
Jesse-Bakker committed
June 20, 2017
V
bpo-30054: Expose tracemalloc C API (#1236)
Victor Stinner committed
December 30, 2016
V
Issue #29109: Enhance tracemalloc documentation
Victor Stinner committed
June 11, 2016
T
Merge Issue #22558.
Terry Jan Reedy committed
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
March 22, 2016
V
tracemalloc now supports domains
Victor Stinner committed
February 8, 2016
M
Issue #25179: Preparatory cleanup of existing docs on string formatting
Martin Panter committed
October 31, 2015
M
Merge spelling fixes from 3.4 into 3.5
Martin Panter committed
M
Fix some spelling errors in documentation and code comments
Martin Panter committed
June 15, 2015
S
Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos.
Senthil Kumaran committed
April 13, 2015
B
Issue #23731: Implement PEP 488.
Brett Cannon committed
November 10, 2014
B
Issue #22839: Fix Snapshot.statistics() link.
Berker Peksag committed
B
Issue #22839: Fix Snapshot.statistics() link.
Berker Peksag committed
October 31, 2014
G
merge with 3.4
Georg Brandl committed
G
#22613: fix heading levels in tracemalloc docs (thanks Jacques Ducasse)
Georg Brandl committed
May 20, 2014
D
Fix Issue #21528 - Fix documentation typos
Donald Stufft committed
March 16, 2014
L
Merge in all documentation changes since branching 3.4.0rc1.
Larry Hastings committed
March 11, 2014
V
Issue #20888: improve "Pretty Top" example of tracemalloc, use linecache
Victor Stinner committed
March 3, 2014
V
Close #20814: doc: Fix "Pretty top" example of tracemalloc
Victor Stinner committed
V
Close #20814: doc: Fix "Pretty top" example of tracemalloc
Victor Stinner committed
February 16, 2014
V
Issue #20616: Add a format() method to tracemalloc.Traceback.
Victor Stinner committed
V
Issue #20616: Add a format() method to tracemalloc.Traceback.
Victor Stinner committed
December 20, 2013
R
Move versionadded for tracemalloc into the standard location (right after title)
R David Murray committed
November 27, 2013
V
Issue #19818: tracemalloc, the number of frame limit cannot be zero anymore
Victor Stinner committed
V
Close #19798: replace "maximum" term with "peak" in get_traced_memory()
Victor Stinner committed
November 25, 2013
V
Issue #18874: allow to call tracemalloc.Snapshot.statistics(cumulative=True)
Victor Stinner committed
V
Issue #18874: apply Jim Jewett's patch on tracemalloc doc
Victor Stinner committed
November 23, 2013
V
Issue #18874: Remove tracemalloc.set_traceback_limit()
Victor Stinner committed
V
Issue #18874: Implement the PEP 454 (tracemalloc)
Victor Stinner committed