aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_tracemalloc.py
Commit message (Expand)AuthorAge
* gh-112730: Respect tests that require environment variables with no-colorize ...Pablo Galindo Salgado2024-04-26
* gh-112730: Make the test suite resilient to color-activation environment vari...Pablo Galindo Salgado2024-04-24
* gh-108634: Py_TRACE_REFS uses a hash table (#108663)Victor Stinner2023-08-31
* gh-106320: Remove private _PyTraceMalloc C API functions (#106324)Victor Stinner2023-07-02
* GH-96612: Skip incomplete frames in tracemalloc traces. (GH-96613)Mark Shannon2022-09-06
* bpo-40280: Misc fixes for wasm32-emscripten (GH-30722)Christian Heimes2022-01-20
* bpo-45229: Remove test_main in many tests (GH-28405)Serhiy Storchaka2021-09-19
* bpo-37961: Fix regression in tracemalloc.Traceback.__repr__ (GH-23805)Daniel Hahler2020-12-16
* bpo-40275: Use new test.support helper submodules in tests (GH-21449)Hai Shi2020-08-03
* bpo-40630: Add tracemalloc.reset_peak (GH-20102)Huon Wilson2020-05-22
* bpo-40094: Add test.support.wait_process() (GH-19254)Victor Stinner2020-03-31
* bpo-37961, tracemalloc: add Traceback.total_nframe (GH-15545)Julien Danjou2019-10-15
* Fix typos mostly in comments, docs and test names (GH-15209)Min ho Kim2019-08-30
* bpo-35053: Enhance tracemalloc to trace free lists (GH-10063)Victor Stinner2018-10-25
* bpo-12458: Fix line numbers for multiline expressions. (GH-8774)Serhiy Storchaka2018-09-17
* bpo-34228: Allow PYTHONTRACEMALLOC=0 (GH-8467)Victor Stinner2018-07-25
* bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#...Jesse-Bakker2017-11-30
* bpo-32030: Enhance Py_Main() (#4412)Victor Stinner2017-11-15
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-07
* bpo-29845: Mark tests that use _testcapi as CPython-only (#711)Serhiy Storchaka2017-03-19
* Merge doc and comment fixes from 3.5Martin Panter2016-04-19
|\
| * Fix spelling (inital), grammar (may translates) in documentation, commentsMartin Panter2016-04-19
* | Issue #26588: remove debug traces from _tracemalloc.Victor Stinner2016-03-22
* | Issue #26588: add debug tracesVictor Stinner2016-03-22
* | Add C functions _PyTraceMalloc_Track()Victor Stinner2016-03-22
* | tracemalloc now supports domainsVictor Stinner2016-03-22
|/
* Issue #23731: Fix tracemalloc test on Windows.Zachary Ware2015-05-13
* Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-06
* Issue #23731: Implement PEP 488.Brett Cannon2015-04-13
* Skip some tests that require a subinterpreter launched with -E or -I when theGregory P. Smith2015-02-04
|\
| * Skip some tests that require a subinterpreter launched with -E or -I when theGregory P. Smith2015-02-04
|/
* Break up TestCommandLine.test_env_var into four distinct tests.Gregory P. Smith2015-01-22
* 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