1. 706e10b bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#4534) by Jesse-Bakker · 7 years ago
  2. 2e576f5 bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263) by Serhiy Storchaka · 7 years ago
  3. e492ae5 tracemalloc now supports domains by Victor Stinner · 8 years ago
  4. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  5. 8ce8ff9 tracemalloc: filter_traces() raises a TypeError if filters is not an iterable by Victor Stinner · 10 years ago
  6. 733e50a tracemalloc.py: add comments to show the format of tuples by Victor Stinner · 10 years ago
  7. d81999a tracemalloc.py: fix indentation by Victor Stinner · 10 years ago
  8. 23f628d Issue #20616: Add a format() method to tracemalloc.Traceback. by Victor Stinner · 10 years ago
  9. 524be30 tracemalloc: Fix slicing traces and fix slicing a traceback. by Victor Stinner · 10 years ago
  10. 802a484 tracemalloc: Fix hash methods of Statistic and StatisticDiff by Victor Stinner · 11 years ago
  11. 8e3708d Issue #18874: allow to call tracemalloc.Snapshot.statistics(cumulative=True) by Victor Stinner · 11 years ago
  12. ed3b0bc Issue #18874: Implement the PEP 454 (tracemalloc) by Victor Stinner · 11 years ago