Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #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 |