summaryrefslogtreecommitdiff
path: root/Doc/library/tracemalloc.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-37961, tracemalloc: add Traceback.total_nframe (GH-15545)Julien Danjou2019-10-151-0/+15
* bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#...Jesse-Bakker2017-11-301-6/+12
* bpo-30054: Expose tracemalloc C API (#1236)Victor Stinner2017-06-201-0/+13
* Merge 3.5Victor Stinner2016-12-301-13/+13
|\
| * Issue #29109: Enhance tracemalloc documentationVictor Stinner2016-12-301-13/+13
* | Merge Issue #22558.Terry Jan Reedy2016-06-111-0/+4
|\ \ | |/
| * Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+4
* | tracemalloc now supports domainsVictor Stinner2016-03-221-6/+39
|/
* Issue #25179: Preparatory cleanup of existing docs on string formattingMartin Panter2016-02-081-1/+1
* Merge spelling fixes from 3.4 into 3.5Martin Panter2015-10-311-1/+1
|\
| * Fix some spelling errors in documentation and code commentsMartin Panter2015-10-311-1/+1
| * Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple docum...Senthil Kumaran2015-06-141-1/+1
* | Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-2/+5
* | Issue #22839: Fix Snapshot.statistics() link.Berker Peksag2014-11-101-1/+1
|\ \ | |/
| * Issue #22839: Fix Snapshot.statistics() link.Berker Peksag2014-11-101-1/+1
* | merge with 3.4Georg Brandl2014-10-311-14/+14
|\ \ | |/
| * #22613: fix heading levels in tracemalloc docs (thanks Jacques Ducasse)Georg Brandl2014-10-311-14/+14
| * Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-151-13/+26
| * Close #20814: doc: Fix "Pretty top" example of tracemallocVictor Stinner2014-03-031-3/+2
| * Issue #20616: Add a format() method to tracemalloc.Traceback.Victor Stinner2014-02-161-7/+24
* | Fix Issue #21528 - Fix documentation typosDonald Stufft2014-05-201-1/+1
* | Issue #20888: improve "Pretty Top" example of tracemalloc, use linecacheVictor Stinner2014-03-111-13/+26
* | Close #20814: doc: Fix "Pretty top" example of tracemallocVictor Stinner2014-03-031-3/+2
* | Issue #20616: Add a format() method to tracemalloc.Traceback.Victor Stinner2014-02-161-7/+24
|/
* Move versionadded for tracemalloc into the standard location (right after title)R David Murray2013-12-201-2/+2
* Issue #19818: tracemalloc, the number of frame limit cannot be zero anymoreVictor Stinner2013-11-271-3/+3
* Close #19798: replace "maximum" term with "peak" in get_traced_memory()Victor Stinner2013-11-271-2/+2
* Issue #18874: allow to call tracemalloc.Snapshot.statistics(cumulative=True)Victor Stinner2013-11-261-2/+1
* Issue #18874: apply Jim Jewett's patch on tracemalloc docVictor Stinner2013-11-261-9/+13
* Issue #18874: Remove tracemalloc.set_traceback_limit()Victor Stinner2013-11-231-21/+15
* Issue #18874: Implement the PEP 454 (tracemalloc)Victor Stinner2013-11-231-0/+608