1. 8b62644 bpo-40630: Add tracemalloc.reset_peak (GH-20102) by Huon Wilson · 5 years ago
  2. 278c1e1 bpo-40094: Add test.support.wait_process() (GH-19254) by Victor Stinner · 5 years ago
  3. 8d59eb1 bpo-37961, tracemalloc: add Traceback.total_nframe (GH-15545) by Julien Danjou · 6 years ago
  4. 39d87b5 Fix typos mostly in comments, docs and test names (GH-15209) by Min ho Kim · 6 years ago
  5. 9e00e80 bpo-35053: Enhance tracemalloc to trace free lists (GH-10063) by Victor Stinner · 7 years ago
  6. da8d72c bpo-12458: Fix line numbers for multiline expressions. (GH-8774) by Serhiy Storchaka · 7 years ago
  7. 60b04c9 bpo-34228: Allow PYTHONTRACEMALLOC=0 (GH-8467) by Victor Stinner · 7 years ago
  8. 706e10b bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#4534) by Jesse-Bakker · 8 years ago
  9. a7368ac bpo-32030: Enhance Py_Main() (#4412) by Victor Stinner · 8 years ago
  10. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 8 years ago
  11. 24c738a bpo-29845: Mark tests that use _testcapi as CPython-only (#711) by Serhiy Storchaka · 8 years ago
  12. abe4d52 Merge doc and comment fixes from 3.5 by Martin Panter · 9 years ago
  13. 8f26565 Fix spelling (inital), grammar (may translates) in documentation, comments by Martin Panter · 9 years ago
  14. f9a7115 Issue #26588: remove debug traces from _tracemalloc. by Victor Stinner · 9 years ago
  15. 84aab09 Issue #26588: add debug traces by Victor Stinner · 9 years ago
  16. 10b73e1 Add C functions _PyTraceMalloc_Track() by Victor Stinner · 9 years ago
  17. e492ae5 tracemalloc now supports domains by Victor Stinner · 9 years ago
  18. d9b25bb Issue #23731: Fix tracemalloc test on Windows. by Zachary Ware · 10 years ago
  19. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 10 years ago
  20. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 10 years ago
  21. 8f2fae1 Skip some tests that require a subinterpreter launched with -E or -I when the by Gregory P. Smith · 11 years ago
  22. b9a3dd9 Skip some tests that require a subinterpreter launched with -E or -I when the by Gregory P. Smith · 11 years ago
  23. 34cd2ae Break up TestCommandLine.test_env_var into four distinct tests. by Gregory P. Smith · 11 years ago
  24. 8dd49fe Issue #21639: Add a test to check that PyMem_Malloc(0) with tracemalloc enabled by Victor Stinner · 11 years ago
  25. 8ce8ff9 tracemalloc: filter_traces() raises a TypeError if filters is not an iterable by Victor Stinner · 11 years ago
  26. 23f628d Issue #20616: Add a format() method to tracemalloc.Traceback. by Victor Stinner · 11 years ago
  27. 524be30 tracemalloc: Fix slicing traces and fix slicing a traceback. by Victor Stinner · 12 years ago
  28. f28ce60 Closes #19786: tracemalloc, remove the arbitrary limit of 100 frames by Victor Stinner · 12 years ago
  29. 3c0481d Close #19798: replace "maximum" term with "peak" in get_traced_memory() by Victor Stinner · 12 years ago
  30. a89ecc7 Cleanup test_tracemalloc.py. Patch written by Vajrasky Kok. by Victor Stinner · 12 years ago
  31. 3728d6c Issue #18874: Remove tracemalloc.set_traceback_limit() by Victor Stinner · 12 years ago
  32. ed3b0bc Issue #18874: Implement the PEP 454 (tracemalloc) by Victor Stinner · 12 years ago