COMMITS
/ Tools/scripts/gprof2html.py October 10, 2021
I
Fix EncodingWarning in test_tools. (GH-28846)
Inada Naoki committed
March 30, 2019
S
bpo-22831: Use "with" to avoid possible fd leaks in tools (part 1). (GH-10926)
Serhiy Storchaka committed
December 1, 2014
S
Issue #22924: Scripts gprof2html.py and highlight.py now use html.escape()
Serhiy Storchaka committed
April 20, 2013
N
Issue #17801: fix shebang line of gprof2html.py
Ned Deily committed
April 11, 2012
R
#14508: make gprof2html script runnable under python3
R David Murray committed
March 11, 2010
B
convert shebang lines: python -> python3
Benjamin Peterson committed
August 9, 2004
A
[Patch #1005491 ] use __name__ == '__main__' in scripts
Andrew M. Kuchling committed
August 9, 2002
G
A tool to transform gprof(1) output into HTML, so you can click on a
Guido van Rossum committed