aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/pstats.py
Commit message (Expand)AuthorAge
* gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...Serhiy Storchaka2024-07-19
* gh-120417: Add #noqa to used imports in the stdlib (#120421)Victor Stinner2024-06-13
* GH-83162: Rename re.error for better clarity. (#101677)achhina2023-12-11
* bpo-45975: Simplify some while-loops with walrus operator (GH-29347)Nick Drozd2022-11-26
* Fix type annotation of `pstats.FunctionProfile.ncalls` (#96741)Ruan Comelli2022-09-14
* Fix typos in multiple files (GH-26689)Binbin2021-06-12
* bpo-38659: [Enum] add _simple_enum decorator (GH-25497)Ethan Furman2021-04-21
* Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476)Ethan Furman2021-04-19
* bpo-38659: [Enum] add _simple_enum decorator (GH-25285)Ethan Furman2021-04-19
* bpo-41811: create SortKey members using first given value (GH-22316)Ethan Furman2020-09-19
* bpo-37958: Adding get_profile_dict to pstats (GH-15495)Daniel Olshansky2020-01-15
* Fix typos in docs and docstrings (GH-13745)Xtreak2019-06-03
* bpo-36766: Typos in docs and code comments (GH-13116)penguindustin2019-05-06
* Revert unneccessary changes made in bpo-30296 and apply other improvements. (...Serhiy Storchaka2018-02-26
* bpo-29237: Create enum for pstats sorting options (GH-5103)mwidjaja2018-01-25
* bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)Jon Dufresne2017-05-18
* bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)Serhiy Storchaka2017-04-16
* bpo-29554: Improve docs for pstat module and profile. (#88)Matthias Bussonnier2017-02-21
* Issue #27241: Catch exception when running pstats as main.Stefan Krah2016-08-02
* Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-04
* Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-13
* modernize some modules' code by using with statement around open()Giampaolo Rodola'2013-02-12
* Replace IOError with OSError (#16715)Andrew Svetlov2012-12-25
* Merge issue #14900: Add aliases for sorting params for pstat to follow column...Andrew Svetlov2012-10-07
|\
| * Issue #14900: Add aliases for sorting params for pstat to follow column names...Andrew Svetlov2012-10-07
* | Merge issue #14900: Distuguish call count and primitive call count in pstat o...Andrew Svetlov2012-10-07
|\|
| * Issue #14900: Distuguish call count and primitive call count in pstat output.Andrew Svetlov2012-10-07
* | Issue #13839: When invoked on the command-line, the pstats module now accepts...Antoine Pitrou2012-03-14
* | Remove redundant imports.Florent Xicluna2011-11-04
|/
* Merge profile docs followup (#12417) from 3.1Éric Araujo2011-07-28
|\
| * 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
* | strip trailing wsBenjamin Peterson2011-06-27
* | update profile license (closes #12417)Benjamin Peterson2011-06-27
* | Fix issue10377 - Output from pstats - it is just secs (i.e, wallclock time) a...Senthil Kumaran2010-11-20
* | Refactor interesting use of try-finally.Georg Brandl2010-10-22
* | Make top_level attribute a set instead of a dict with None values.Georg Brandl2010-10-22
* | #10166: rewrite self-recursion to iteration in pstats.Stats.add(). Also add ...Georg Brandl2010-10-22
* | #7372: fix regression in pstats: a previous fix to handle cProfile data in ad...Georg Brandl2010-08-02
* | #9209 and #7781: fix two crashes in pstats interactive browser.Georg Brandl2010-08-02
* | Small improvements to pstats browser: do not crash on reading invalid file, a...Georg Brandl2010-08-01
* | #7395: fix traceback in do_add() when no stats are loaded. Apply same fix fo...Georg Brandl2010-08-01
* | Forward port total_ordering() and cmp_to_key().Raymond Hettinger2010-04-05
* | Merged revisions 79603 via svnmerge fromAndrew M. Kuchling2010-04-02
* | Use true kwonly arg instead of **kwds hackaround.Georg Brandl2009-09-02
|/