| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-40630: Add tracemalloc.reset_peak (GH-20102) | Huon Wilson | 2020-05-22 | 1 | -0/+24 |
|
|
* | bpo-40094: Add test.support.wait_process() (GH-19254) | Victor Stinner | 2020-03-31 | 1 | -4/+1 |
|
|
* | bpo-37961, tracemalloc: add Traceback.total_nframe (GH-15545) | Julien Danjou | 2019-10-15 | 1 | -43/+47 |
|
|
* | Fix typos mostly in comments, docs and test names (GH-15209) | Min ho Kim | 2019-08-30 | 1 | -2/+2 |
|
|
* | bpo-35053: Enhance tracemalloc to trace free lists (GH-10063) | Victor Stinner | 2018-10-25 | 1 | -0/+20 |
|
|
* | bpo-12458: Fix line numbers for multiline expressions. (GH-8774) | Serhiy Storchaka | 2018-09-17 | 1 | -1/+1 |
|
|
* | bpo-34228: Allow PYTHONTRACEMALLOC=0 (GH-8467) | Victor Stinner | 2018-07-25 | 1 | -2/+10 |
|
|
* | bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#... | Jesse-Bakker | 2017-11-29 | 1 | -6/+24 |
|
|
* | bpo-32030: Enhance Py_Main() (#4412) | Victor Stinner | 2017-11-16 | 1 | -13/+26 |
|
|
* | bpo-31370: Remove support for threads-less builds (#3385) | Antoine Pitrou | 2017-09-07 | 1 | -4/+1 |
|
|
* | bpo-29845: Mark tests that use _testcapi as CPython-only (#711) | Serhiy Storchaka | 2017-03-19 | 1 | -0/+1 |
|
|
* | Merge doc and comment fixes from 3.5 | Martin Panter | 2016-04-19 | 1 | -1/+1 |
|\ |
|
| * | Fix spelling (inital), grammar (may translates) in documentation, comments | Martin Panter | 2016-04-19 | 1 | -1/+1 |
|
|
* | | Issue #26588: remove debug traces from _tracemalloc. | Victor Stinner | 2016-03-22 | 1 | -10/+0 |
|
|
* | | Issue #26588: add debug traces | Victor Stinner | 2016-03-22 | 1 | -0/+10 |
|
|
* | | Add C functions _PyTraceMalloc_Track() | Victor Stinner | 2016-03-22 | 1 | -0/+115 |
|
|
* | | tracemalloc now supports domains | Victor Stinner | 2016-03-22 | 1 | -27/+77 |
|/ |
|
* | Issue #23731: Fix tracemalloc test on Windows. | Zachary Ware | 2015-05-13 | 1 | -2/+3 |
|
|
* | Issue #9517: Move script_helper to the support package. | Berker Peksag | 2015-05-06 | 1 | -3/+4 |
|
|
* | Issue #23731: Implement PEP 488. | Brett Cannon | 2015-04-13 | 1 | -5/+1 |
|
|
* | Skip some tests that require a subinterpreter launched with -E or -I when the | Gregory P. Smith | 2015-02-04 | 1 | -1/+3 |
|\ |
|
| * | Skip some tests that require a subinterpreter launched with -E or -I when the | Gregory P. Smith | 2015-02-04 | 1 | -1/+3 |
|/ |
|
* | Break up TestCommandLine.test_env_var into four distinct tests. | Gregory P. Smith | 2015-01-22 | 1 | -3/+5 |
|
|
* | Issue #21639: Add a test to check that PyMem_Malloc(0) with tracemalloc enabled | Victor Stinner | 2014-06-02 | 1 | -0/+6 |
|
|
* | tracemalloc: filter_traces() raises a TypeError if filters is not an iterable | Victor Stinner | 2014-03-10 | 1 | -0/+2 |
|
|
* | Issue #20616: Add a format() method to tracemalloc.Traceback. | Victor Stinner | 2014-02-16 | 1 | -0/+20 |
|
|
* | tracemalloc: Fix slicing traces and fix slicing a traceback. | Victor Stinner | 2014-02-01 | 1 | -2/+8 |
|
|
* | Closes #19786: tracemalloc, remove the arbitrary limit of 100 frames | Victor Stinner | 2013-11-27 | 1 | -6/+6 |
|
|
* | Close #19798: replace "maximum" term with "peak" in get_traced_memory() | Victor Stinner | 2013-11-27 | 1 | -7/+7 |
|
|
* | Cleanup test_tracemalloc.py. Patch written by Vajrasky Kok. | Victor Stinner | 2013-11-25 | 1 | -4/+2 |
|
|
* | Issue #18874: Remove tracemalloc.set_traceback_limit() | Victor Stinner | 2013-11-23 | 1 | -12/+9 |
|
|
* | Issue #18874: Implement the PEP 454 (tracemalloc) | Victor Stinner | 2013-11-23 | 1 | -0/+797 |
|
|