index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
tracemalloc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-37961, tracemalloc: add Traceback.total_nframe (GH-15545)
Julien Danjou
2019-10-15
1
-8/+18
*
bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)
Serhiy Storchaka
2019-08-08
1
-0/+16
*
bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#...
Jesse-Bakker
2017-11-29
1
-8/+18
*
bpo-30144: Import collections ABC from collections.abc rather than collection...
Serhiy Storchaka
2017-04-24
1
-1/+1
*
tracemalloc now supports domains
Victor Stinner
2016-03-22
1
-18/+55
*
Issue #23731: Implement PEP 488.
Brett Cannon
2015-04-13
1
-1/+1
*
tracemalloc: filter_traces() raises a TypeError if filters is not an iterable
Victor Stinner
2014-03-10
1
-1/+4
*
tracemalloc.py: add comments to show the format of tuples
Victor Stinner
2014-03-06
1
-0/+8
*
tracemalloc.py: fix indentation
Victor Stinner
2014-03-06
1
-4/+4
*
Issue #20616: Add a format() method to tracemalloc.Traceback.
Victor Stinner
2014-02-16
1
-0/+13
*
tracemalloc: Fix slicing traces and fix slicing a traceback.
Victor Stinner
2014-02-01
1
-4/+8
*
tracemalloc: Fix hash methods of Statistic and StatisticDiff
Victor Stinner
2013-11-26
1
-4/+3
*
Issue #18874: allow to call tracemalloc.Snapshot.statistics(cumulative=True)
Victor Stinner
2013-11-25
1
-4/+0
*
Issue #18874: Implement the PEP 454 (tracemalloc)
Victor Stinner
2013-11-23
1
-0/+464