Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove hotshot profiler from Py3k | Fred Drake | 2007-10-11 | 1 | -60/+0 |
| | |||||
* | Kill execfile(), use exec() instead | Neal Norwitz | 2007-08-12 | 1 | -1/+6 |
| | |||||
* | Keep option parser from gobbling up the filename to be profiled and the | Skip Montanaro | 2004-08-24 | 1 | -0/+1 |
| | | | | | flags it accepts. It's too late to change optparse's default behavior now, but I find the default setting of allow_interspersed_args very weird. | ||||
* | The bagpipe didn't say "no" (*), so here's a main program script useful for | Skip Montanaro | 2004-01-26 | 1 | -0/+54 |
running an application under hotshot's control. Only slightly embellished from what Walter Dörwald posted to python-dev. (*) http://www.icdc.com/~roadkill/silverstein/turtle.html |