1. 706e10b bpo-32121: Add most_recent_first parameter to tracemalloc.Traceback.format (#4534) by Jesse-Bakker · 7 years ago
  2. 5ea4c06 bpo-30054: Expose tracemalloc C API (#1236) by Victor Stinner · 7 years ago
  3. 771cf89 Merge 3.5 by Victor Stinner · 8 years ago
  4. 440d703 Issue #29109: Enhance tracemalloc documentation by Victor Stinner · 8 years ago
  5. 4da945f Merge Issue #22558. by Terry Jan Reedy · 8 years ago
  6. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  7. e492ae5 tracemalloc now supports domains by Victor Stinner · 8 years ago
  8. d5db147 Issue #25179: Preparatory cleanup of existing docs on string formatting by Martin Panter · 9 years ago
  9. 4827e48 Merge spelling fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  10. 1f1177d Fix some spelling errors in documentation and code comments by Martin Panter · 9 years ago
  11. b4760ef Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos. by Senthil Kumaran · 9 years ago
  12. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  13. 731a153 Issue #22839: Fix Snapshot.statistics() link. by Berker Peksag · 10 years ago
  14. 4900877 Issue #22839: Fix Snapshot.statistics() link. by Berker Peksag · 10 years ago
  15. e21a531 merge with 3.4 by Georg Brandl · 10 years ago
  16. 717e028 #22613: fix heading levels in tracemalloc docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  17. 8b852f1 Fix Issue #21528 - Fix documentation typos by Donald Stufft · 10 years ago
  18. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  19. 637d2e9 Issue #20888: improve "Pretty Top" example of tracemalloc, use linecache by Victor Stinner · 10 years ago
  20. adb2e2a Close #20814: doc: Fix "Pretty top" example of tracemalloc by Victor Stinner · 10 years ago
  21. f70200e Close #20814: doc: Fix "Pretty top" example of tracemalloc by Victor Stinner · 10 years ago
  22. 23f628d Issue #20616: Add a format() method to tracemalloc.Traceback. by Victor Stinner · 10 years ago
  23. a91ff14 Issue #20616: Add a format() method to tracemalloc.Traceback. by Victor Stinner · 10 years ago
  24. 6d5cb07 Move versionadded for tracemalloc into the standard location (right after title) by R David Murray · 11 years ago
  25. 5362abf Issue #19818: tracemalloc, the number of frame limit cannot be zero anymore by Victor Stinner · 11 years ago
  26. 3c0481d Close #19798: replace "maximum" term with "peak" in get_traced_memory() by Victor Stinner · 11 years ago
  27. 8e3708d Issue #18874: allow to call tracemalloc.Snapshot.statistics(cumulative=True) by Victor Stinner · 11 years ago
  28. 00773df Issue #18874: apply Jim Jewett's patch on tracemalloc doc by Victor Stinner · 11 years ago
  29. 3728d6c Issue #18874: Remove tracemalloc.set_traceback_limit() by Victor Stinner · 11 years ago
  30. ed3b0bc Issue #18874: Implement the PEP 454 (tracemalloc) by Victor Stinner · 11 years ago