summaryrefslogtreecommitdiff
path: root/Lib/test/test_tracemalloc.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#...Jesse-Bakker2017-11-301-6/+24
* bpo-32030: Enhance Py_Main() (#4412)Victor Stinner2017-11-151-13/+26
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-4/+1
* bpo-29845: Mark tests that use _testcapi as CPython-only (#711)Serhiy Storchaka2017-03-191-0/+1
* Merge doc and comment fixes from 3.5Martin Panter2016-04-191-1/+1
|\
| * Fix spelling (inital), grammar (may translates) in documentation, commentsMartin Panter2016-04-191-1/+1
* | Issue #26588: remove debug traces from _tracemalloc.Victor Stinner2016-03-221-10/+0
* | Issue #26588: add debug tracesVictor Stinner2016-03-221-0/+10
* | Add C functions _PyTraceMalloc_Track()Victor Stinner2016-03-221-0/+115
* | tracemalloc now supports domainsVictor Stinner2016-03-221-27/+77
|/
* Issue #23731: Fix tracemalloc test on Windows.Zachary Ware2015-05-131-2/+3
* Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-3/+4
* Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-5/+1
* Skip some tests that require a subinterpreter launched with -E or -I when theGregory P. Smith2015-02-041-1/+3
|\
| * Skip some tests that require a subinterpreter launched with -E or -I when theGregory P. Smith2015-02-041-1/+3
|/
* Break up TestCommandLine.test_env_var into four distinct tests.Gregory P. Smith2015-01-221-3/+5
* Issue #21639: Add a test to check that PyMem_Malloc(0) with tracemalloc enabledVictor Stinner2014-06-021-0/+6
* tracemalloc: filter_traces() raises a TypeError if filters is not an iterableVictor Stinner2014-03-101-0/+2
* Issue #20616: Add a format() method to tracemalloc.Traceback.Victor Stinner2014-02-161-0/+20
* tracemalloc: Fix slicing traces and fix slicing a traceback.Victor Stinner2014-02-011-2/+8
* Closes #19786: tracemalloc, remove the arbitrary limit of 100 framesVictor Stinner2013-11-271-6/+6
* Close #19798: replace "maximum" term with "peak" in get_traced_memory()Victor Stinner2013-11-271-7/+7
* Cleanup test_tracemalloc.py. Patch written by Vajrasky Kok.Victor Stinner2013-11-251-4/+2
* Issue #18874: Remove tracemalloc.set_traceback_limit()Victor Stinner2013-11-231-12/+9
* Issue #18874: Implement the PEP 454 (tracemalloc)Victor Stinner2013-11-231-0/+797