COMMITS
/ Lib/cProfile.py February 25, 2013
February 12, 2013
G
modernize some modules' code by using with statement around open()
Giampaolo Rodola' committed
August 2, 2010
March 11, 2010
B
convert shebang lines: python -> python3
Benjamin Peterson committed
September 4, 2009
G
Remove the just-removed "help" from __all__.
Georg Brandl committed
G
Remove backwards compatibility stuff from profile/cProfile.
Georg Brandl committed
October 16, 2007
G
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum committed
August 12, 2007
N
Kill execfile(), use exec() instead
Neal Norwitz committed
July 16, 2007
G
Fix for cProfile.
Guido van Rossum committed
February 9, 2007
G
Fix most trivially-findable print statements.
Guido van Rossum committed
September 6, 2006
G
Patch #1550800: make exec a function.
Georg Brandl committed
February 8, 2006
A
Added the cProfile module.
Armin Rigo committed