aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/cProfile.py
Commit message (Expand)AuthorAge
* Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-...Georg Brandl2010-10-06
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-16
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-12
* Fix for cProfile.Guido van Rossum2007-07-16
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* Patch #1550800: make exec a function.Georg Brandl2006-09-06
* Added the cProfile module.Armin Rigo2006-02-08