index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
tracemalloc.py
Commit message (
Expand
)
Author
Age
*
bpo-37961: Fix regression in tracemalloc.Traceback.__repr__ (GH-23805)
Daniel Hahler
2020-12-16
*
bpo-37961, tracemalloc: add Traceback.total_nframe (GH-15545)
Julien Danjou
2019-10-15
*
bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)
Serhiy Storchaka
2019-08-08
*
bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#...
Jesse-Bakker
2017-11-30
*
bpo-30144: Import collections ABC from collections.abc rather than collection...
Serhiy Storchaka
2017-04-24
*
tracemalloc now supports domains
Victor Stinner
2016-03-22
*
Issue #23731: Implement PEP 488.
Brett Cannon
2015-04-13
*
tracemalloc: filter_traces() raises a TypeError if filters is not an iterable
Victor Stinner
2014-03-10
*
tracemalloc.py: add comments to show the format of tuples
Victor Stinner
2014-03-06
*
tracemalloc.py: fix indentation
Victor Stinner
2014-03-06
*
Issue #20616: Add a format() method to tracemalloc.Traceback.
Victor Stinner
2014-02-16
*
tracemalloc: Fix slicing traces and fix slicing a traceback.
Victor Stinner
2014-02-01
*
tracemalloc: Fix hash methods of Statistic and StatisticDiff
Victor Stinner
2013-11-26
*
Issue #18874: allow to call tracemalloc.Snapshot.statistics(cumulative=True)
Victor Stinner
2013-11-26
*
Issue #18874: Implement the PEP 454 (tracemalloc)
Victor Stinner
2013-11-23