COMMITS
/ Lib/tracemalloc.py April 24, 2017
S
bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263)
Serhiy Storchaka committed
March 22, 2016
V
tracemalloc now supports domains
Victor Stinner committed
April 13, 2015
B
Issue #23731: Implement PEP 488.
Brett Cannon committed
March 10, 2014
V
tracemalloc: filter_traces() raises a TypeError if filters is not an iterable
Victor Stinner committed
March 6, 2014
V
tracemalloc.py: add comments to show the format of tuples
Victor Stinner committed
V
tracemalloc.py: fix indentation
Victor Stinner committed
February 16, 2014
V
Issue #20616: Add a format() method to tracemalloc.Traceback.
Victor Stinner committed
February 1, 2014
V
tracemalloc: Fix slicing traces and fix slicing a traceback.
Victor Stinner committed
November 26, 2013
V
tracemalloc: Fix hash methods of Statistic and StatisticDiff
Victor Stinner committed
November 25, 2013
V
Issue #18874: allow to call tracemalloc.Snapshot.statistics(cumulative=True)
Victor Stinner committed
November 23, 2013
V
Issue #18874: Implement the PEP 454 (tracemalloc)
Victor Stinner committed