summaryrefslogtreecommitdiff
path: root/Lib/pstats.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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