summaryrefslogtreecommitdiff
path: root/Lib/pstats.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 86580 via svnmerge fromSenthil Kumaran2010-11-201-1/+1
* Fix merging glitches.Georg Brandl2010-08-021-5/+5
* Merged revisions 83523 via svnmerge fromGeorg Brandl2010-08-021-26/+29
* Merged revisions 83531 via svnmerge fromGeorg Brandl2010-08-021-2/+7
* Merged revisions 83385-83389,83391 via svnmerge fromGeorg Brandl2010-08-011-5/+24
* Add tests for cmp_to_key.Raymond Hettinger2010-04-041-11/+2
* #4440: modernize a use of filter(), making it compatible with 3.xAndrew M. Kuchling2010-04-021-1/+1
* Issue #7092: Fix the DeprecationWarnings emitted by the standard libraryAntoine Pitrou2010-01-041-2/+2
* Silence -3 warnings in pstats: a dict.has_key() usage and backport solution toBrett Cannon2008-08-031-2/+12
* #1269: fix a bug in pstats.add_callers() and add a unit test file for pstats.Georg Brandl2008-01-211-1/+2
* Bug #1603321: make pstats.Stats accept Unicode file paths.Georg Brandl2006-11-261-1/+1
* Fix errors found by pychecker.Neal Norwitz2006-06-111-3/+6
* Allow pstats.Stats creator to specify an alternate to stdout.Skip Montanaro2006-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
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-041-51/+45
* Fix mysterious references to jprofile that were in the source sinceGuido van Rossum1999-04-131-1/+1
* Give in to Timmy's Tedious Tab Theorem.Guido van Rossum1998-03-231-1/+1
* Convert all remaining *simple* cases of regex usage to re usage.Guido van Rossum1997-10-221-2/+2
* Open files in binary mode (Jack)Guido van Rossum1997-10-081-1/+1
* more robust coding, adapted for macGuido van Rossum1995-09-301-7/+4
* Companion module for new profile.pyGuido van Rossum1994-06-231-0/+535