aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_tracemalloc.py
Commit message (Expand)AuthorAge
* Issue #21639: Add a test to check that PyMem_Malloc(0) with tracemalloc enabledVictor Stinner2014-06-02
* tracemalloc: filter_traces() raises a TypeError if filters is not an iterableVictor Stinner2014-03-10
* Issue #20616: Add a format() method to tracemalloc.Traceback.Victor Stinner2014-02-16
* tracemalloc: Fix slicing traces and fix slicing a traceback.Victor Stinner2014-02-01
* Closes #19786: tracemalloc, remove the arbitrary limit of 100 framesVictor Stinner2013-11-27
* Close #19798: replace "maximum" term with "peak" in get_traced_memory()Victor Stinner2013-11-27
* Cleanup test_tracemalloc.py. Patch written by Vajrasky Kok.Victor Stinner2013-11-25
* Issue #18874: Remove tracemalloc.set_traceback_limit()Victor Stinner2013-11-23
* Issue #18874: Implement the PEP 454 (tracemalloc)Victor Stinner2013-11-23