COMMITS
/ Lib/pstats.py June 13, 2021
B
Fix typos in multiple files (GH-26689)
Binbin committed
April 21, 2021
E
bpo-38659: [Enum] add _simple_enum decorator (GH-25497)
Ethan Furman committed
April 20, 2021
E
Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476)
Ethan Furman committed
E
bpo-38659: [Enum] add _simple_enum decorator (GH-25285)
Ethan Furman committed
September 19, 2020
E
bpo-41811: create SortKey members using first given value (GH-22316)
Ethan Furman committed
January 15, 2020
D
bpo-37958: Adding get_profile_dict to pstats (GH-15495)
Daniel Olshansky committed
June 2, 2019
X
Fix typos in docs and docstrings (GH-13745)
Xtreak committed
May 6, 2019
P
bpo-36766: Typos in docs and code comments (GH-13116)
penguindustin committed
February 26, 2018
S
Revert unneccessary changes made in bpo-30296 and apply other improvements. (GH-2624)
Serhiy Storchaka committed
January 26, 2018
M
bpo-29237: Create enum for pstats sorting options (GH-5103)
mwidjaja committed
May 18, 2017
J
bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)
Jon Dufresne committed
April 16, 2017
S
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka committed
February 21, 2017
M
bpo-29554: Improve docs for pstat module and profile. (#88)
Matthias Bussonnier committed
August 2, 2016
S
Issue #27241: Catch exception when running pstats as main.
Stefan Krah committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
February 12, 2013
G
modernize some modules' code by using with statement around open()
Giampaolo Rodola' committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
October 7, 2012
A
A
Issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output.
Andrew Svetlov committed
A
Merge issue #14900: Distuguish call count and primitive call count in pstat output.
Andrew Svetlov committed
A
Issue #14900: Distuguish call count and primitive call count in pstat output.
Andrew Svetlov committed
March 14, 2012
November 4, 2011
F
Remove redundant imports.
Florent Xicluna committed
July 28, 2011
É
Merge profile docs followup (#12417) from 3.1
Éric Araujo committed
É
Remove mentions of previous license in profile module docs (#12417 followup).
Éric Araujo committed
June 27, 2011
B
strip trailing ws
Benjamin Peterson committed
B
update profile license (closes #12417)
Benjamin Peterson committed
B
update profile license (closes #12417)
Benjamin Peterson committed
March 16, 2011
E
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti committed
November 20, 2010
S
Merged revisions 86580 via svnmerge from
Senthil Kumaran committed
S
Fix issue10377 - Output from pstats - it is just secs (i.e, wallclock time) and not CPU time.
Senthil Kumaran committed
October 22, 2010
G
Refactor interesting use of try-finally.
Georg Brandl committed
G
Make top_level attribute a set instead of a dict with None values.
Georg Brandl committed
October 6, 2010
August 2, 2010
G
Merged revisions 83531 via svnmerge from
Georg Brandl committed
G
G
#9209 and #7781: fix two crashes in pstats interactive browser.
Georg Brandl committed
August 1, 2010
G
Merged revisions 83385-83389,83391 via svnmerge from
Georg Brandl committed
G
April 5, 2010
R
Forward port total_ordering() and cmp_to_key().
Raymond Hettinger committed
April 2, 2010
A
Merged revisions 79603 via svnmerge from
Andrew M. Kuchling committed
September 2, 2009
G
Use true kwonly arg instead of **kwds hackaround.
Georg Brandl committed
January 30, 2008
R
Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted().
Raymond Hettinger committed
January 21, 2008
C
Merged revisions 60143-60149 via svnmerge from
Christian Heimes committed
January 6, 2008
G
The final occurrences of exception slicing.
Georg Brandl committed
October 16, 2007
G
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum committed
August 30, 2007
C
Raise statement normalization in Lib/.
Collin Winter committed