11 Commits (c4c9866064f03646c686d7e08b00aeb203c35c19)

Author SHA1 Message Date
Serhiy Storchaka 2e576f5aec bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263) 9 years ago
Victor Stinner e492ae50e2 tracemalloc now supports domains 10 years ago
Brett Cannon f299abdafa Issue #23731: Implement PEP 488. 11 years ago
Victor Stinner 8ce8ff9ac7 tracemalloc: filter_traces() raises a TypeError if filters is not an iterable 12 years ago
Victor Stinner 733e50ad9e tracemalloc.py: add comments to show the format of tuples 12 years ago
Victor Stinner d81999a074 tracemalloc.py: fix indentation 12 years ago
Victor Stinner 23f628de4a Issue #20616: Add a format() method to tracemalloc.Traceback. 12 years ago
Victor Stinner a91ff1423f Issue #20616: Add a format() method to tracemalloc.Traceback. 12 years ago
Victor Stinner 524be3056e tracemalloc: Fix slicing traces and fix slicing a traceback. 12 years ago
Victor Stinner 802a484e24 tracemalloc: Fix hash methods of Statistic and StatisticDiff 12 years ago
Victor Stinner 8e3708d88b Issue #18874: allow to call tracemalloc.Snapshot.statistics(cumulative=True) 12 years ago
Victor Stinner ed3b0bca3e Issue #18874: Implement the PEP 454 (tracemalloc) 12 years ago