| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #13839: When invoked on the command-line, the pstats module now accepts... | Antoine Pitrou | 2012-03-14 | 1 | -0/+2 |
|
|
* | Remove redundant imports. | Florent Xicluna | 2011-11-04 | 1 | -1/+0 |
|
|
* | Merge profile docs followup (#12417) from 3.1 | Éric Araujo | 2011-07-28 | 1 | -4/+0 |
|\ |
|
| * | Remove mentions of previous license in profile module docs (#12417 followup). | Éric Araujo | 2011-07-28 | 1 | -4/+0 |
|
|
| * | update profile license (closes #12417) | Benjamin Peterson | 2011-06-27 | 1 | -25/+17 |
|
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
| * | Merged revisions 86580 via svnmerge from | Senthil Kumaran | 2010-11-20 | 1 | -1/+1 |
|
|
| * | Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-... | Georg Brandl | 2010-10-06 | 1 | -26/+29 |
|
|
| * | Merged revisions 83531 via svnmerge from | Georg Brandl | 2010-08-02 | 1 | -2/+7 |
|
|
| * | Merged revisions 83385-83389,83391 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -5/+24 |
|
|
* | | strip trailing ws | Benjamin Peterson | 2011-06-27 | 1 | -3/+3 |
|
|
* | | update profile license (closes #12417) | Benjamin Peterson | 2011-06-27 | 1 | -25/+17 |
|
|
* | | Fix issue10377 - Output from pstats - it is just secs (i.e, wallclock time) a... | Senthil Kumaran | 2010-11-20 | 1 | -1/+1 |
|
|
* | | Refactor interesting use of try-finally. | Georg Brandl | 2010-10-22 | 1 | -10/+9 |
|
|
* | | Make top_level attribute a set instead of a dict with None values. | Georg Brandl | 2010-10-22 | 1 | -5/+5 |
|
|
* | | #10166: rewrite self-recursion to iteration in pstats.Stats.add(). Also add ... | Georg Brandl | 2010-10-22 | 1 | -24/+26 |
|
|
* | | #7372: fix regression in pstats: a previous fix to handle cProfile data in ad... | Georg Brandl | 2010-08-02 | 1 | -2/+7 |
|
|
* | | #9209 and #7781: fix two crashes in pstats interactive browser. | Georg Brandl | 2010-08-02 | 1 | -26/+29 |
|
|
* | | Small improvements to pstats browser: do not crash on reading invalid file, a... | Georg Brandl | 2010-08-01 | 1 | -1/+9 |
|
|
* | | #7395: fix traceback in do_add() when no stats are loaded. Apply same fix fo... | Georg Brandl | 2010-08-01 | 1 | -4/+15 |
|
|
* | | Forward port total_ordering() and cmp_to_key(). | Raymond Hettinger | 2010-04-05 | 1 | -10/+2 |
|
|
* | | Merged revisions 79603 via svnmerge from | Andrew M. Kuchling | 2010-04-02 | 1 | -1/+1 |
|
|
* | | Use true kwonly arg instead of **kwds hackaround. | Georg Brandl | 2009-09-02 | 1 | -14/+2 |
|/ |
|
* | Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted(). | Raymond Hettinger | 2008-01-30 | 1 | -1/+11 |
|
|
* | Merged revisions 60143-60149 via svnmerge from | Christian Heimes | 2008-01-21 | 1 | -1/+2 |
|
|
* | The final occurrences of exception slicing. | Georg Brandl | 2008-01-06 | 1 | -2/+2 |
|
|
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 | 1 | -1/+1 |
|
|
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -3/+3 |
|
|
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 | 1 | -1/+1 |
|
|
* | - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; | Guido van Rossum | 2007-02-11 | 1 | -15/+14 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -58/+58 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -1/+1 |
|
|
* | Anna Ravenscroft identified many occurrences of "file" used to open a file | Alex Martelli | 2006-08-24 | 1 | -1/+1 |
|
|
* | Get rid of dict.has_key(). Boy this has a lot of repercussions! | Guido van Rossum | 2006-08-18 | 1 | -1/+1 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -3/+6 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -65/+79 |
|
|
* | Added the cProfile module. | Armin Rigo | 2006-02-08 | 1 | -9/+37 |
|
|
* | Removed deprecated method from pstats. | Raymond Hettinger | 2004-12-05 | 1 | -4/+0 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -8/+5 |
|
|
* | - add a dump_stats() method similar to that of the profile.Profile class | Fred Drake | 2003-05-14 | 1 | -2/+10 |
|
|
* | Get rid of many apply() calls. | Guido van Rossum | 2003-02-27 | 1 | -4/+4 |
|
|
* | Replaced .keys() with dictionary iterators | Raymond Hettinger | 2002-06-02 | 1 | -28/+25 |
|
|
* | Replaced obsolete stat module constants with equivalent attributes | Raymond Hettinger | 2002-06-01 | 1 | -1/+1 |
|
|
* | Replace boolean test with is None. | Raymond Hettinger | 2002-06-01 | 1 | -1/+1 |
|
|
* | SF 563203. Replaced 'has_key()' with 'in'. | Raymond Hettinger | 2002-06-01 | 1 | -7/+7 |
|
|
* | Put the deprecated .ignore() method back where it was. | Tim Peters | 2001-10-08 | 1 | -4/+4 |
|
|
* | Widespread random code cleanup. | Tim Peters | 2001-10-08 | 1 | -87/+54 |
|
|
* | Remove unused variable (PyChecker) | Andrew M. Kuchling | 2001-08-13 | 1 | -1/+0 |
|
|
* | Patch #445538: add completion for pstats.py sort cmd. | Martin v. Löwis | 2001-07-30 | 1 | -0/+2 |
|
|