aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/tracemalloc.py
Commit message (Expand)AuthorAge
* bpo-37961: Fix regression in tracemalloc.Traceback.__repr__ (GH-23805)Daniel Hahler2020-12-16
* bpo-37961, tracemalloc: add Traceback.total_nframe (GH-15545)Julien Danjou2019-10-15
* bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)Serhiy Storchaka2019-08-08
* bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#...Jesse-Bakker2017-11-30
* bpo-30144: Import collections ABC from collections.abc rather than collection...Serhiy Storchaka2017-04-24
* tracemalloc now supports domainsVictor Stinner2016-03-22
* Issue #23731: Implement PEP 488.Brett Cannon2015-04-13
* tracemalloc: filter_traces() raises a TypeError if filters is not an iterableVictor Stinner2014-03-10
* tracemalloc.py: add comments to show the format of tuplesVictor Stinner2014-03-06
* tracemalloc.py: fix indentationVictor Stinner2014-03-06
* Issue #20616: Add a format() method to tracemalloc.Traceback.Victor Stinner2014-02-16
* tracemalloc: Fix slicing traces and fix slicing a traceback.Victor Stinner2014-02-01
* tracemalloc: Fix hash methods of Statistic and StatisticDiffVictor Stinner2013-11-26
* Issue #18874: allow to call tracemalloc.Snapshot.statistics(cumulative=True)Victor Stinner2013-11-26
* Issue #18874: Implement the PEP 454 (tracemalloc)Victor Stinner2013-11-23