summaryrefslogtreecommitdiff
path: root/Lib/pstats.py
Commit message (Expand)AuthorAgeFilesLines
* Fix issue10377 - Output from pstats - it is just secs (i.e, wallclock time) a...Senthil Kumaran2010-11-201-1/+1
* Refactor interesting use of try-finally.Georg Brandl2010-10-221-10/+9
* Make top_level attribute a set instead of a dict with None values.Georg Brandl2010-10-221-5/+5
* #10166: rewrite self-recursion to iteration in pstats.Stats.add(). Also add ...Georg Brandl2010-10-221-24/+26
* #7372: fix regression in pstats: a previous fix to handle cProfile data in ad...Georg Brandl2010-08-021-2/+7
* #9209 and #7781: fix two crashes in pstats interactive browser.Georg Brandl2010-08-021-26/+29
* Small improvements to pstats browser: do not crash on reading invalid file, a...Georg Brandl2010-08-011-1/+9
* #7395: fix traceback in do_add() when no stats are loaded. Apply same fix fo...Georg Brandl2010-08-011-4/+15
* Forward port total_ordering() and cmp_to_key().Raymond Hettinger2010-04-051-10/+2
* Merged revisions 79603 via svnmerge fromAndrew M. Kuchling2010-04-021-1/+1
* Use true kwonly arg instead of **kwds hackaround.Georg Brandl2009-09-021-14/+2
* Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted().Raymond Hettinger2008-01-301-1/+11
* Merged revisions 60143-60149 via svnmerge fromChristian Heimes2008-01-211-1/+2
* The final occurrences of exception slicing.Georg Brandl2008-01-061-2/+2
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-1/+1
* Raise statement normalization in Lib/.Collin Winter2007-08-301-3/+3
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-1/+1
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-15/+14
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-58/+58
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-1/+1
* Anna Ravenscroft identified many occurrences of "file" used to open a fileAlex Martelli2006-08-241-1/+1
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-3/+6
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-65/+79
* Added the cProfile module.Armin Rigo2006-02-081-9/+37
* Removed deprecated method from pstats.Raymond Hettinger2004-12-051-4/+0
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-8/+5
* - add a dump_stats() method similar to that of the profile.Profile classFred Drake2003-05-141-2/+10
* Get rid of many apply() calls.Guido van Rossum2003-02-271-4/+4
* Replaced .keys() with dictionary iteratorsRaymond Hettinger2002-06-021-28/+25
* Replaced obsolete stat module constants with equivalent attributesRaymond Hettinger2002-06-011-1/+1
* Replace boolean test with is None.Raymond Hettinger2002-06-011-1/+1
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-011-7/+7
* Put the deprecated .ignore() method back where it was.Tim Peters2001-10-081-4/+4
* Widespread random code cleanup.Tim Peters2001-10-081-87/+54
* Remove unused variable (PyChecker)Andrew M. Kuchling2001-08-131-1/+0
* Patch #445538: add completion for pstats.py sort cmd.Martin v. Löwis2001-07-301-0/+2
* Patch #416224: add readline completion to cmd.Cmd.Martin v. Löwis2001-07-281-0/+1
* Patch #416220: Fix misplaced paren.Martin v. Löwis2001-06-071-1/+1
* When guarding an import, only catch ImportError.Fred Drake2001-05-111-1/+1
* Added more help, and recovery from misspelled sort key arguments.Eric S. Raymond2001-04-261-2/+19
* Should resolve [ #416039 ] pstats browser crashes.Eric S. Raymond2001-04-141-3/+3
* Import readline when possible to make the commaninterpreter UI nicer.Eric S. Raymond2001-04-141-0/+4
* Whitespace normalization.Tim Peters2001-04-131-1/+0
* Added a test main to the pstats library that can help you browse profile dumps.Eric S. Raymond2001-04-131-0/+126
* __all__ for several more modulesSkip Montanaro2001-02-121-0/+2
* String method conversion.Eric S. Raymond2001-02-091-10/+9
* Whitespace normalization.Tim Peters2001-01-151-454/+453
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-6/+6