index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
cProfile.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix #17197: profile/cProfile modules refactored so that code of run() and run...
Giampaolo Rodola'
2013-02-25
1
-40
/
+6
*
modernize some modules' code by using with statement around open()
Giampaolo Rodola'
2013-02-12
1
-4
/
+3
*
#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