summaryrefslogtreecommitdiff
path: root/Lib/cProfile.py
Commit message (Expand)AuthorAgeFilesLines
* [3.7] bpo-36492: Fix passing special keyword arguments to some functions. (GH...Serhiy Storchaka2019-04-011-1/+13
* [3.7] bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (G...Stéphane Wirtel2018-10-171-1/+3
* Fix docstring of Profiler class (GH-8651)Miss Islington (bot)2018-08-031-2/+2
* bpo-21862: Add -m option to cProfile for profiling modules (#4297)Sanyam Khurana2017-11-081-12/+23
* Fix #17197: profile/cProfile modules refactored so that code of run() and run...Giampaolo Rodola'2013-02-251-40/+6
* modernize some modules' code by using with statement around open()Giampaolo Rodola'2013-02-121-4/+3
* #9428: fix running scripts from profile/cProfile with their own name and the ...Georg Brandl2010-08-021-11/+16
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* Remove the just-removed "help" from __all__.Georg Brandl2009-09-041-1/+1
* Remove backwards compatibility stuff from profile/cProfile.Georg Brandl2009-09-041-5/+0
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-1/+1
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-121-1/+6
* Fix for cProfile.Guido van Rossum2007-07-161-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-2/+2
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-1/+1
* Added the cProfile module.Armin Rigo2006-02-081-0/+190