1. abe4d52 Merge doc and comment fixes from 3.5 by Martin Panter · 8 years ago
  2. 8f26565 Fix spelling (inital), grammar (may translates) in documentation, comments by Martin Panter · 8 years ago
  3. f9a7115 Issue #26588: remove debug traces from _tracemalloc. by Victor Stinner · 8 years ago
  4. 84aab09 Issue #26588: add debug traces by Victor Stinner · 8 years ago
  5. 10b73e1 Add C functions _PyTraceMalloc_Track() by Victor Stinner · 8 years ago
  6. e492ae5 tracemalloc now supports domains by Victor Stinner · 8 years ago
  7. d9b25bb Issue #23731: Fix tracemalloc test on Windows. by Zachary Ware · 9 years ago
  8. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  9. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  10. 8f2fae1 Skip some tests that require a subinterpreter launched with -E or -I when the by Gregory P. Smith · 9 years ago
  11. b9a3dd9 Skip some tests that require a subinterpreter launched with -E or -I when the by Gregory P. Smith · 9 years ago
  12. 34cd2ae Break up TestCommandLine.test_env_var into four distinct tests. by Gregory P. Smith · 9 years ago
  13. 8dd49fe Issue #21639: Add a test to check that PyMem_Malloc(0) with tracemalloc enabled by Victor Stinner · 10 years ago
  14. 8ce8ff9 tracemalloc: filter_traces() raises a TypeError if filters is not an iterable by Victor Stinner · 10 years ago
  15. 23f628d Issue #20616: Add a format() method to tracemalloc.Traceback. by Victor Stinner · 10 years ago
  16. 524be30 tracemalloc: Fix slicing traces and fix slicing a traceback. by Victor Stinner · 10 years ago
  17. f28ce60 Closes #19786: tracemalloc, remove the arbitrary limit of 100 frames by Victor Stinner · 11 years ago
  18. 3c0481d Close #19798: replace "maximum" term with "peak" in get_traced_memory() by Victor Stinner · 11 years ago
  19. a89ecc7 Cleanup test_tracemalloc.py. Patch written by Vajrasky Kok. by Victor Stinner · 11 years ago
  20. 3728d6c Issue #18874: Remove tracemalloc.set_traceback_limit() by Victor Stinner · 11 years ago
  21. ed3b0bc Issue #18874: Implement the PEP 454 (tracemalloc) by Victor Stinner · 11 years ago