1. 051b981 bpo-37961: Fix regression in tracemalloc.Traceback.__repr__ (GH-23805) by Daniel Hahler · 3 years, 8 months ago
  2. 8d59eb1 bpo-37961, tracemalloc: add Traceback.total_nframe (GH-15545) by Julien Danjou · 4 years, 10 months ago
  3. 662db12 bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952) by Serhiy Storchaka · 5 years ago
  4. 706e10b bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#4534) by Jesse-Bakker · 7 years ago
  5. 2e576f5 bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263) by Serhiy Storchaka · 7 years ago
  6. e492ae5 tracemalloc now supports domains by Victor Stinner · 8 years ago
  7. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  8. 8ce8ff9 tracemalloc: filter_traces() raises a TypeError if filters is not an iterable by Victor Stinner · 10 years ago
  9. 733e50a tracemalloc.py: add comments to show the format of tuples by Victor Stinner · 10 years ago
  10. d81999a tracemalloc.py: fix indentation by Victor Stinner · 10 years ago
  11. 23f628d Issue #20616: Add a format() method to tracemalloc.Traceback. by Victor Stinner · 10 years ago
  12. 524be30 tracemalloc: Fix slicing traces and fix slicing a traceback. by Victor Stinner · 11 years ago
  13. 802a484 tracemalloc: Fix hash methods of Statistic and StatisticDiff by Victor Stinner · 11 years ago
  14. 8e3708d Issue #18874: allow to call tracemalloc.Snapshot.statistics(cumulative=True) by Victor Stinner · 11 years ago
  15. ed3b0bc Issue #18874: Implement the PEP 454 (tracemalloc) by Victor Stinner · 11 years ago