| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-103935: Use `io.open_code()` when executing code in trace and profile modu... | Tian Gao | 2023-04-27 | 1 | -1/+2 |
|
|
* | gh-65961: Do not rely solely on `__cached__` (GH-97990) | Brett Cannon | 2022-10-06 | 1 | -2/+6 |
|
|
* | bpo-34861: Make cumtime the default sorting key for cProfile (GH-31929) | Daniël van Noord | 2022-03-30 | 1 | -1/+1 |
|
|
* | bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643) | Zhiming Wang | 2021-01-20 | 1 | -1/+6 |
|
|
* | bpo-40492: Fix --outfile with relative path when the program changes it worki... | Anthony Sottile | 2020-10-18 | 1 | -0/+5 |
|
|
* | [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620) | Serhiy Storchaka | 2019-06-05 | 1 | -17/+1 |
|
|
* | bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705) | Serhiy Storchaka | 2019-05-06 | 1 | -0/+1 |
|
|
* | bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637) | Serhiy Storchaka | 2019-04-01 | 1 | -1/+16 |
|
|
* | bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (GH-9925) | Stéphane Wirtel | 2018-10-17 | 1 | -1/+3 |
|
|
* | Fix docstring of Profiler class (GH-8651) | INADA Naoki | 2018-08-03 | 1 | -2/+2 |
|
|
* | bpo-29235: Make cProfile.Profile a context manager (GH-6808) | Scott Sanderson | 2018-06-01 | 1 | -0/+7 |
|
|
* | bpo-21862: Add -m option to cProfile for profiling modules (#4297) | Sanyam Khurana | 2017-11-08 | 1 | -12/+23 |
|
|
* | Fix #17197: profile/cProfile modules refactored so that code of run() and run... | Giampaolo Rodola' | 2013-02-25 | 1 | -40/+6 |
|
|
* | modernize some modules' code by using with statement around open() | Giampaolo Rodola' | 2013-02-12 | 1 | -4/+3 |
|
|
* | #9428: fix running scripts from profile/cProfile with their own name and the ... | Georg Brandl | 2010-08-02 | 1 | -11/+16 |
|
|
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
|
|
* | Remove the just-removed "help" from __all__. | Georg Brandl | 2009-09-04 | 1 | -1/+1 |
|
|
* | Remove backwards compatibility stuff from profile/cProfile. | Georg Brandl | 2009-09-04 | 1 | -5/+0 |
|
|
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 | 1 | -1/+1 |
|
|
* | Kill execfile(), use exec() instead | Neal Norwitz | 2007-08-12 | 1 | -1/+6 |
|
|
* | Fix for cProfile. | Guido van Rossum | 2007-07-16 | 1 | -1/+1 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -2/+2 |
|
|
* | Patch #1550800: make exec a function. | Georg Brandl | 2006-09-06 | 1 | -1/+1 |
|
|
* | Added the cProfile module. | Armin Rigo | 2006-02-08 | 1 | -0/+190 |
|
|