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
/
hotshot
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
2
-4
/
+4
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-1
/
+1
*
Only three failing tests left: dbm, gdbm, tcl!
Guido van Rossum
2006-08-19
1
-1
/
+1
*
Move testing code into "if __name__ == '__main__'" so it's not run on import.
Ka-Ping Yee
2003-03-28
1
-21
/
+21
*
Massive changes from SF 589982 (tempfile.py rewrite, by Zack
Guido van Rossum
2002-08-09
1
-6
/
+2
*
Add clarifying comment.
Guido van Rossum
2002-07-18
1
-0
/
+1
*
Script to run the pystones "benchmark" under HotShot.
Fred Drake
2002-07-18
1
-0
/
+35
*
Simplify; the low-level log reader is now always a modern iterator,
Fred Drake
2002-07-18
1
-6
/
+1
*
Expose the fileno() method of the underlying profiler.
Fred Drake
2002-07-18
1
-0
/
+4
*
Expose the fileno() method of the underlying log reader.
Fred Drake
2002-07-18
1
-6
/
+4
*
Gave hotshot.LogReader a close() method, to allow users to close the
Tim Peters
2002-07-18
1
-0
/
+3
*
We're no longer trying to support older Python versions with this
Guido van Rossum
2002-07-18
1
-7
/
+2
*
Minor cleanup:
Fred Drake
2002-05-29
1
-5
/
+11
*
Added docstrings to the Profile class.
Fred Drake
2002-04-16
1
-0
/
+31
*
Set/update self.cwd properly.
Fred Drake
2002-03-12
1
-14
/
+51
*
Update to reflect changes to the low-level logreader: share the info
Fred Drake
2001-10-29
1
-10
/
+19
*
Allow user code to call the addinfo() method on the profiler object.
Fred Drake
2001-10-29
1
-0
/
+3
*
pstats-compatible analysis module.
Fred Drake
2001-10-15
1
-0
/
+93
*
runcall(): Expose the return value of the profiled function; this allows
Fred Drake
2001-10-15
1
-1
/
+1
*
Avoid deep recursion when reading the header of the log file.
Fred Drake
2001-10-15
1
-28
/
+39
*
When we reach the end of the log file, close the logreader object.
Fred Drake
2001-10-13
1
-1
/
+3
*
Preliminary user-level interface to HotShot. We still need the analysis
Fred Drake
2001-10-12
2
-0
/
+173