summaryrefslogtreecommitdiff
path: root/Lib/pstats.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27076: Doc, comment and test function name spelling fixesMartin Panter2016-05-261-1/+1
* #16303: remove extra quotes from exception and add (). Initial patch by Vlad...Ezio Melotti2012-10-241-2/+2
* Issue #14900: Add aliases for sorting params for pstat to follow column names...Andrew Svetlov2012-10-071-0/+4
* Issue #14900: Distuguish call count and primitive call count in pstat output.Andrew Svetlov2012-10-071-1/+1
* Merge #12417 followup, also removing an extra docstringÉric Araujo2011-07-281-4/+0
|\
| * Remove mentions of previous license in profile module (#12417 followup)Éric Araujo2011-07-281-2/+0
| * update profile license (closes #12417)Benjamin Peterson2011-06-271-24/+13
| * Merged revisions 83533 via svnmerge fromGeorg Brandl2010-08-021-2/+7
| * Merged revisions 77310-77311 via svnmerge fromEzio Melotti2010-08-021-2/+2
| * Merged revisions 83421,83424 via svnmerge fromGeorg Brandl2010-08-011-5/+24
* | strip trailing wsBenjamin Peterson2011-06-271-3/+3
* | update profile license (closes #12417)Benjamin Peterson2011-06-271-25/+17
* | 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