summaryrefslogtreecommitdiffstats
path: root/Lib/tracemalloc.py
Commit message (Expand)AuthorAgeFilesLines
* tracemalloc: Fix slicing traces and fix slicing a traceback.Victor Stinner2014-02-011-4/+8
* tracemalloc: Fix hash methods of Statistic and StatisticDiffVictor Stinner2013-11-261-4/+3
* Issue #18874: allow to call tracemalloc.Snapshot.statistics(cumulative=True)Victor Stinner2013-11-251-4/+0
* Issue #18874: Implement the PEP 454 (tracemalloc)Victor Stinner2013-11-231-0/+464