summaryrefslogtreecommitdiffstats
path: root/Doc/library/tracemalloc.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Senthil Kumaran2015-06-151-1/+1
| | | | | | | | | documentation typos. Related Issues: #issue21528 #issue24453
* Issue #22839: Fix Snapshot.statistics() link.Berker Peksag2014-11-101-1/+1
|
* #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-161-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
| | | | documentation. Use also the term "current" for the current size.
* Issue #18874: allow to call tracemalloc.Snapshot.statistics(cumulative=True)Victor Stinner2013-11-251-2/+1
| | | | with traceback_limit=1
* Issue #18874: apply Jim Jewett's patch on tracemalloc docVictor Stinner2013-11-251-9/+13
|
* Issue #18874: Remove tracemalloc.set_traceback_limit()Victor Stinner2013-11-231-21/+15
| | | | tracemalloc.start() now has an option nframe parameter
* Issue #18874: Implement the PEP 454 (tracemalloc)Victor Stinner2013-11-231-0/+608