aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/pstats.py
Commit message (Expand)AuthorAge
* Remove mentions of previous license in profile module docs (#12417 followup).Éric Araujo2011-07-28
* update profile license (closes #12417)Benjamin Peterson2011-06-27
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-16
* Merged revisions 86580 via svnmerge fromSenthil Kumaran2010-11-20
* Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-...Georg Brandl2010-10-06
* Merged revisions 83531 via svnmerge fromGeorg Brandl2010-08-02
* Merged revisions 83385-83389,83391 via svnmerge fromGeorg Brandl2010-08-01
* Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted().Raymond Hettinger2008-01-30
* Merged revisions 60143-60149 via svnmerge fromChristian Heimes2008-01-21
* The final occurrences of exception slicing.Georg Brandl2008-01-06
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-16
* Raise statement normalization in Lib/.Collin Winter2007-08-30
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-21
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-11
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-13
* Anna Ravenscroft identified many occurrences of "file" used to open a fileAlex Martelli2006-08-24
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-18
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21
* Added the cProfile module.Armin Rigo2006-02-08
* Removed deprecated method from pstats.Raymond Hettinger2004-12-05
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-12
* - add a dump_stats() method similar to that of the profile.Profile classFred Drake2003-05-14
* Get rid of many apply() calls.Guido van Rossum2003-02-27
* Replaced .keys() with dictionary iteratorsRaymond Hettinger2002-06-02
* Replaced obsolete stat module constants with equivalent attributesRaymond Hettinger2002-06-01
* Replace boolean test with is None.Raymond Hettinger2002-06-01
* SF 563203. Replaced 'has_key()' with 'in'.Raymond Hettinger2002-06-01
* Put the deprecated .ignore() method back where it was.Tim Peters2001-10-08
* Widespread random code cleanup.Tim Peters2001-10-08
* Remove unused variable (PyChecker)Andrew M. Kuchling2001-08-13
* Patch #445538: add completion for pstats.py sort cmd.Martin v. Löwis2001-07-30
* Patch #416224: add readline completion to cmd.Cmd.Martin v. Löwis2001-07-28
* Patch #416220: Fix misplaced paren.Martin v. Löwis2001-06-07
* When guarding an import, only catch ImportError.Fred Drake2001-05-11
* Added more help, and recovery from misspelled sort key arguments.Eric S. Raymond2001-04-26
* Should resolve [ #416039 ] pstats browser crashes.Eric S. Raymond2001-04-14
* Import readline when possible to make the commaninterpreter UI nicer.Eric S. Raymond2001-04-14
* Whitespace normalization.Tim Peters2001-04-13
* Added a test main to the pstats library that can help you browse profile dumps.Eric S. Raymond2001-04-13
* __all__ for several more modulesSkip Montanaro2001-02-12
* String method conversion.Eric S. Raymond2001-02-09
* Whitespace normalization.Tim Peters2001-01-15
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-16
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-04
* Fix mysterious references to jprofile that were in the source sinceGuido van Rossum1999-04-13
* Give in to Timmy's Tedious Tab Theorem.Guido van Rossum1998-03-23
* Convert all remaining *simple* cases of regex usage to re usage.Guido van Rossum1997-10-22