summaryrefslogtreecommitdiff
path: root/Lib/pstats.py
Commit message (Expand)AuthorAgeFilesLines
* [3.7] bpo-36766: Typos in docs and code comments (GH-13116). (GH-13136)penguindustin2019-05-061-1/+1
* Revert unneccessary changes made in bpo-30296 and apply other improvements. (...Miss Islington (bot)2018-02-261-1/+1
* bpo-29237: Create enum for pstats sorting options (GH-5103)mwidjaja2018-01-251-8/+38
* bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)Jon Dufresne2017-05-181-2/+1
* bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)Serhiy Storchaka2017-04-161-1/+1
* bpo-29554: Improve docs for pstat module and profile. (#88)Matthias Bussonnier2017-02-211-5/+8
* Issue #27241: Catch exception when running pstats as main.Stefan Krah2016-08-021-1/+4
* Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-1/+1
* Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-131-1/+1
* modernize some modules' code by using with statement around open()Giampaolo Rodola'2013-02-121-7/+3
* Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-1/+1
* Merge issue #14900: Add aliases for sorting params for pstat to follow column...Andrew Svetlov2012-10-071-0/+4
|\
| * Issue #14900: Add aliases for sorting params for pstat to follow column names...Andrew Svetlov2012-10-071-0/+4
* | Merge issue #14900: Distuguish call count and primitive call count in pstat o...Andrew Svetlov2012-10-071-1/+1
|\ \ | |/
| * Issue #14900: Distuguish call count and primitive call count in pstat output.Andrew Svetlov2012-10-071-1/+1
* | Issue #13839: When invoked on the command-line, the pstats module now accepts...Antoine Pitrou2012-03-141-0/+2
* | Remove redundant imports.Florent Xicluna2011-11-041-1/+0
|/
* Merge profile docs followup (#12417) from 3.1Éric Araujo2011-07-281-4/+0
|\
| * Remove mentions of previous license in profile module docs (#12417 followup).Éric Araujo2011-07-281-4/+0
| * update profile license (closes #12417)Benjamin Peterson2011-06-271-25/+17
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
| * Merged revisions 86580 via svnmerge fromSenthil Kumaran2010-11-201-1/+1
| * Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-...Georg Brandl2010-10-061-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
* | strip trailing wsBenjamin Peterson2011-06-271-3/+3
* | update profile license (closes #12417)Benjamin Peterson2011-06-271-25/+17
* | 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