10 Commits (fe8440aec00af5bc2e995aaad205efa2e693a364)

Author SHA1 Message Date
Georg Brandl 4009c9edfc Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-83555,83558,83560 via svnmerge from 16 years ago
Georg Brandl 8e43fbfffa #9428: fix running scripts from profile/cProfile with their own name and the right namespace. Same fix as for trace.py in #1690103. 16 years ago
Benjamin Peterson 90f5ba538b convert shebang lines: python -> python3 16 years ago
Georg Brandl b6b13248e5 Remove the just-removed "help" from __all__. 17 years ago
Georg Brandl 85477afcb6 Remove backwards compatibility stuff from profile/cProfile. 17 years ago
Guido van Rossum 3172c5d263 Patch# 1258 by Christian Heimes: kill basestring. 19 years ago
Neal Norwitz 016880229a Kill execfile(), use exec() instead 19 years ago
Guido van Rossum 1c5a98a360 Fix for cProfile. 19 years ago
Guido van Rossum be19ed77dd Fix most trivially-findable print statements. 19 years ago
Georg Brandl 7cae87ca7b Patch #1550800: make exec a function. 20 years ago
Armin Rigo a871ef2b3e Added the cProfile module. 20 years ago