- 29 Kas, 2017 1 kayıt (commit)
-
-
Jesse-Bakker yazdı
* Add most_recent_first parameter to tracemalloc.Traceback.format to allow reversing the order of the frames in the output * Reversed default sorting of tracemalloc.Traceback frames * Allowed negative limit, truncating from the other side.
-
- 20 Haz, 2017 1 kayıt (commit)
-
-
Victor Stinner yazdı
* Make PyTraceMalloc_Track() and PyTraceMalloc_Untrack() functions public (remove the "_" prefix) * Remove the _PyTraceMalloc_domain_t type: use directly unsigned int. * Document methods Note: methods are already tested in test_tracemalloc.
-
- 30 Ara, 2016 1 kayıt (commit)
-
-
Victor Stinner yazdı
* Wrong parameter name, 'group_by' instead of 'key_type' * Don't round up numbers when explaining the examples. If they exactly match what can be read in the script output, it is to easier to understand (4.8 MiB vs 4855 KiB) * Fix incorrect method link that was pointing to another module Patch written by Loic Pefferkorn.
-
- 11 Haz, 2016 1 kayıt (commit)
-
-
Terry Jan Reedy yazdı
Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
-
- 22 Mar, 2016 1 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #26588: * The _tracemalloc now supports tracing memory allocations of multiple address spaces (domains). * Add domain parameter to tracemalloc_add_trace() and tracemalloc_remove_trace(). * tracemalloc_add_trace() now starts by removing the previous trace, if any. * _tracemalloc._get_traces() now returns a list of (domain, size, traceback_frames): the domain is new. * Add tracemalloc.DomainFilter * tracemalloc.Filter: add an optional domain parameter to the constructor and a domain attribute * Sublte change: use Py_uintptr_t rather than void* in the traces key. * Add tracemalloc_config.use_domain, currently hardcoded to 1
-
- 08 Şub, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
* Various sections were pointing to the section on the string.Formatter class, when the section on the common format string syntax is probably more appropriate * Fix references to various format() functions and methods * Nested replacement fields may contain conversions and format specifiers, and this is tested; see Issue #19729 for instance
-
- 31 Eki, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 15 Haz, 2015 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
Related Issues: #issue21528 #issue24453
-
- 13 Nis, 2015 1 kayıt (commit)
-
-
Brett Cannon yazdı
The concept of .pyo files no longer exists. Now .pyc files have an optional `opt-` tag which specifies if any extra optimizations beyond the peepholer were applied.
-
- 10 Kas, 2014 1 kayıt (commit)
-
-
Berker Peksag yazdı
-
- 31 Eki, 2014 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 20 May, 2014 1 kayıt (commit)
-
-
Donald Stufft yazdı
-
- 16 Mar, 2014 1 kayıt (commit)
-
-
Larry Hastings yazdı
-
- 11 Mar, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 03 Mar, 2014 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
- 16 Şub, 2014 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
- 20 Ara, 2013 1 kayıt (commit)
-
-
R David Murray yazdı
-
- 27 Kas, 2013 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
documentation. Use also the term "current" for the current size.
-
- 25 Kas, 2013 2 kayıt (commit)
-
-
Victor Stinner yazdı
with traceback_limit=1
-
Victor Stinner yazdı
-
- 23 Kas, 2013 2 kayıt (commit)
-
-
Victor Stinner yazdı
tracemalloc.start() now has an option nframe parameter
-
Victor Stinner yazdı
-