COMMITS
/ Lib/cProfile.py December 6, 2025
V
Remove unused imports (#142320)
Victor Stinner committed
August 27, 2025
P
gh-138122: Implement PEP 799 (#138142)
Pablo Galindo Salgado committed
April 24, 2025
A
gh-132737: Support profiling modules that require __main___ (#132738)
Aneesh Durg committed
May 29, 2024
J
gh-118673: Remove shebang and executable bits from stdlib modules. (#119658)
Jason R. Coombs committed
February 16, 2024
F
gh-69990: Make Profile.print_stats support sorting by multiple values (GH-104590)
Furkan Onder committed
April 27, 2023
October 6, 2022
B
gh-65961: Do not rely solely on `__cached__` (GH-97990)
Brett Cannon committed
March 30, 2022
D
bpo-34861: Make cumtime the default sorting key for cProfile (GH-31929)
Daniël van Noord committed
January 20, 2021
Z
bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643)
Zhiming Wang committed
October 18, 2020
A
bpo-40492: Fix --outfile with relative path when the program changes it working dir (GH-19910)
Anthony Sottile committed
June 5, 2019
S
[3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)
Serhiy Storchaka committed
May 6, 2019
S
bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705)
Serhiy Storchaka committed
April 1, 2019
S
bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637)
Serhiy Storchaka committed
October 17, 2018
S
bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (GH-9925)
Stéphane Wirtel committed
August 3, 2018
I
Fix docstring of Profiler class (GH-8651)
INADA Naoki committed
June 1, 2018
S
bpo-29235: Make cProfile.Profile a context manager (GH-6808)
Scott Sanderson committed
November 8, 2017
S
bpo-21862: Add -m option to cProfile for profiling modules (#4297)
Sanyam Khurana committed
February 25, 2013
February 12, 2013
G
modernize some modules' code by using with statement around open()
Giampaolo Rodola' committed
August 2, 2010
March 11, 2010
B
convert shebang lines: python -> python3
Benjamin Peterson committed
September 4, 2009
G
Remove the just-removed "help" from __all__.
Georg Brandl committed
G
Remove backwards compatibility stuff from profile/cProfile.
Georg Brandl committed
October 16, 2007
G
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum committed
August 12, 2007
N
Kill execfile(), use exec() instead
Neal Norwitz committed
July 16, 2007
G
Fix for cProfile.
Guido van Rossum committed
February 9, 2007
G
Fix most trivially-findable print statements.
Guido van Rossum committed
September 6, 2006
G
Patch #1550800: make exec a function.
Georg Brandl committed
February 8, 2006
A
Added the cProfile module.
Armin Rigo committed