GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
tracemalloc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-37961: Fix regression in tracemalloc.Traceback.__repr__ (GH-23805)
Daniel Hahler
2020-12-16
1
-1
/
+1
*
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-30
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-26
1
-4
/
+0
*
Issue #18874: Implement the PEP 454 (tracemalloc)
Victor Stinner
2013-11-23
1
-0
/
+464