Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Close #20814: doc: Fix "Pretty top" example of tracemalloc | Victor Stinner | 2014-03-03 | 1 | -3/+2 |
* | Issue #20616: Add a format() method to tracemalloc.Traceback. | Victor Stinner | 2014-02-16 | 1 | -7/+24 |
* | Move versionadded for tracemalloc into the standard location (right after title) | R David Murray | 2013-12-20 | 1 | -2/+2 |
* | Issue #19818: tracemalloc, the number of frame limit cannot be zero anymore | Victor Stinner | 2013-11-27 | 1 | -3/+3 |
* | Close #19798: replace "maximum" term with "peak" in get_traced_memory() | Victor Stinner | 2013-11-27 | 1 | -2/+2 |
* | Issue #18874: allow to call tracemalloc.Snapshot.statistics(cumulative=True) | Victor Stinner | 2013-11-25 | 1 | -2/+1 |
* | Issue #18874: apply Jim Jewett's patch on tracemalloc doc | Victor Stinner | 2013-11-25 | 1 | -9/+13 |
* | Issue #18874: Remove tracemalloc.set_traceback_limit() | Victor Stinner | 2013-11-23 | 1 | -21/+15 |
* | Issue #18874: Implement the PEP 454 (tracemalloc) | Victor Stinner | 2013-11-23 | 1 | -0/+608 |