| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-45975: Simplify some while-loops with walrus operator (GH-29347) | Nick Drozd | 2022-11-26 | 1 | -2/+0 |
|
|
* | Fix type annotation of `pstats.FunctionProfile.ncalls` (#96741) | Ruan Comelli | 2022-09-15 | 1 | -1/+1 |
|
|
* | Fix typos in multiple files (GH-26689) | Binbin | 2021-06-13 | 1 | -1/+1 |
|
|
* | bpo-38659: [Enum] add _simple_enum decorator (GH-25497) | Ethan Furman | 2021-04-21 | 1 | -2/+3 |
|
|
* | Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476) | Ethan Furman | 2021-04-20 | 1 | -3/+2 |
|
|
* | bpo-38659: [Enum] add _simple_enum decorator (GH-25285) | Ethan Furman | 2021-04-20 | 1 | -2/+3 |
|
|
* | bpo-41811: create SortKey members using first given value (GH-22316) | Ethan Furman | 2020-09-19 | 1 | -3/+3 |
|
|
* | bpo-37958: Adding get_profile_dict to pstats (GH-15495) | Daniel Olshansky | 2020-01-15 | 1 | -2/+55 |
|
|
* | Fix typos in docs and docstrings (GH-13745) | Xtreak | 2019-06-02 | 1 | -2/+2 |
|
|
* | bpo-36766: Typos in docs and code comments (GH-13116) | penguindustin | 2019-05-06 | 1 | -1/+1 |
|
|
* | Revert unneccessary changes made in bpo-30296 and apply other improvements. (... | Serhiy Storchaka | 2018-02-26 | 1 | -1/+1 |
|
|
* | bpo-29237: Create enum for pstats sorting options (GH-5103) | mwidjaja | 2018-01-26 | 1 | -8/+38 |
|
|
* | bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489) | Jon Dufresne | 2017-05-18 | 1 | -2/+1 |
|
|
* | bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) | Serhiy Storchaka | 2017-04-16 | 1 | -1/+1 |
|
|
* | bpo-29554: Improve docs for pstat module and profile. (#88) | Matthias Bussonnier | 2017-02-21 | 1 | -5/+8 |
|
|
* | Issue #27241: Catch exception when running pstats as main. | Stefan Krah | 2016-08-02 | 1 | -1/+4 |
|
|
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) | Brett Cannon | 2013-07-04 | 1 | -1/+1 |
|
|
* | Issue #18200: Update the stdlib (except tests) to use | Brett Cannon | 2013-06-14 | 1 | -1/+1 |
|
|
* | modernize some modules' code by using with statement around open() | Giampaolo Rodola' | 2013-02-12 | 1 | -7/+3 |
|
|
* | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -1/+1 |
|
|
* | Merge issue #14900: Add aliases for sorting params for pstat to follow column... | Andrew Svetlov | 2012-10-07 | 1 | -0/+4 |
|\ |
|
| * | Issue #14900: Add aliases for sorting params for pstat to follow column names... | Andrew Svetlov | 2012-10-07 | 1 | -0/+4 |
|
|
* | | Merge issue #14900: Distuguish call count and primitive call count in pstat o... | Andrew Svetlov | 2012-10-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #14900: Distuguish call count and primitive call count in pstat output. | Andrew Svetlov | 2012-10-07 | 1 | -1/+1 |
|
|
* | | Issue #13839: When invoked on the command-line, the pstats module now accepts... | Antoine Pitrou | 2012-03-14 | 1 | -0/+2 |
|
|
* | | Remove redundant imports. | Florent Xicluna | 2011-11-04 | 1 | -1/+0 |
|/ |
|
* | Merge profile docs followup (#12417) from 3.1 | Éric Araujo | 2011-07-28 | 1 | -4/+0 |
|\ |
|
| * | Remove mentions of previous license in profile module docs (#12417 followup). | Éric Araujo | 2011-07-28 | 1 | -4/+0 |
|
|
| * | update profile license (closes #12417) | Benjamin Peterson | 2011-06-27 | 1 | -25/+17 |
|
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
| * | Merged revisions 86580 via svnmerge from | Senthil Kumaran | 2010-11-20 | 1 | -1/+1 |
|
|
| * | Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-... | Georg Brandl | 2010-10-06 | 1 | -26/+29 |
|
|
| * | Merged revisions 83531 via svnmerge from | Georg Brandl | 2010-08-02 | 1 | -2/+7 |
|
|
| * | Merged revisions 83385-83389,83391 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -5/+24 |
|
|
* | | strip trailing ws | Benjamin Peterson | 2011-06-27 | 1 | -3/+3 |
|
|
* | | update profile license (closes #12417) | Benjamin Peterson | 2011-06-27 | 1 | -25/+17 |
|
|
* | | Fix issue10377 - Output from pstats - it is just secs (i.e, wallclock time) a... | Senthil Kumaran | 2010-11-20 | 1 | -1/+1 |
|
|
* | | Refactor interesting use of try-finally. | Georg Brandl | 2010-10-22 | 1 | -10/+9 |
|
|
* | | Make top_level attribute a set instead of a dict with None values. | Georg Brandl | 2010-10-22 | 1 | -5/+5 |
|
|
* | | #10166: rewrite self-recursion to iteration in pstats.Stats.add(). Also add ... | Georg Brandl | 2010-10-22 | 1 | -24/+26 |
|
|
* | | #7372: fix regression in pstats: a previous fix to handle cProfile data in ad... | Georg Brandl | 2010-08-02 | 1 | -2/+7 |
|
|
* | | #9209 and #7781: fix two crashes in pstats interactive browser. | Georg Brandl | 2010-08-02 | 1 | -26/+29 |
|
|
* | | Small improvements to pstats browser: do not crash on reading invalid file, a... | Georg Brandl | 2010-08-01 | 1 | -1/+9 |
|
|
* | | #7395: fix traceback in do_add() when no stats are loaded. Apply same fix fo... | Georg Brandl | 2010-08-01 | 1 | -4/+15 |
|
|
* | | Forward port total_ordering() and cmp_to_key(). | Raymond Hettinger | 2010-04-05 | 1 | -10/+2 |
|
|
* | | Merged revisions 79603 via svnmerge from | Andrew M. Kuchling | 2010-04-02 | 1 | -1/+1 |
|
|
* | | Use true kwonly arg instead of **kwds hackaround. | Georg Brandl | 2009-09-02 | 1 | -14/+2 |
|/ |
|
* | Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted(). | Raymond Hettinger | 2008-01-30 | 1 | -1/+11 |
|
|
* | Merged revisions 60143-60149 via svnmerge from | Christian Heimes | 2008-01-21 | 1 | -1/+2 |
|
|
* | The final occurrences of exception slicing. | Georg Brandl | 2008-01-06 | 1 | -2/+2 |
|
|