index
:
cpython
3.10
3.11
3.12
3.13
3.14
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
/
test
/
test_tracemalloc.py
Commit message (
Expand
)
Author
Age
*
Merge doc and comment fixes from 3.5
Martin Panter
2016-04-19
|
\
|
*
Fix spelling (inital), grammar (may translates) in documentation, comments
Martin Panter
2016-04-19
*
|
Issue #26588: remove debug traces from _tracemalloc.
Victor Stinner
2016-03-22
*
|
Issue #26588: add debug traces
Victor Stinner
2016-03-22
*
|
Add C functions _PyTraceMalloc_Track()
Victor Stinner
2016-03-22
*
|
tracemalloc now supports domains
Victor Stinner
2016-03-22
|
/
*
Issue #23731: Fix tracemalloc test on Windows.
Zachary Ware
2015-05-13
*
Issue #9517: Move script_helper to the support package.
Berker Peksag
2015-05-06
*
Issue #23731: Implement PEP 488.
Brett Cannon
2015-04-13
*
Skip some tests that require a subinterpreter launched with -E or -I when the
Gregory P. Smith
2015-02-04
|
\
|
*
Skip some tests that require a subinterpreter launched with -E or -I when the
Gregory P. Smith
2015-02-04
|
/
*
Break up TestCommandLine.test_env_var into four distinct tests.
Gregory P. Smith
2015-01-22
*
Issue #21639: Add a test to check that PyMem_Malloc(0) with tracemalloc enabled
Victor Stinner
2014-06-02
*
tracemalloc: filter_traces() raises a TypeError if filters is not an iterable
Victor Stinner
2014-03-10
*
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
*
Closes #19786: tracemalloc, remove the arbitrary limit of 100 frames
Victor Stinner
2013-11-27
*
Close #19798: replace "maximum" term with "peak" in get_traced_memory()
Victor Stinner
2013-11-27
*
Cleanup test_tracemalloc.py. Patch written by Vajrasky Kok.
Victor Stinner
2013-11-25
*
Issue #18874: Remove tracemalloc.set_traceback_limit()
Victor Stinner
2013-11-23
*
Issue #18874: Implement the PEP 454 (tracemalloc)
Victor Stinner
2013-11-23