Serhiy Storchaka
|
7a1104d292
|
Issue #22924: Scripts gprof2html.py and highlight.py now use html.escape()
instead of deperecated cgi.escape(). Original patch by Raymond Hettinger.
|
2014-12-01 10:50:33 +02:00 |
Raymond Hettinger
|
d3f63d3661
|
Simplify the LaTeX section (only three escapes are needed for alltt)
|
2012-07-23 00:24:24 -05:00 |
Raymond Hettinger
|
c4ac789be7
|
Fix-up latex styling
|
2012-07-14 17:58:29 -07:00 |
Raymond Hettinger
|
fb20a1a924
|
Fix builtin test and simplify the classified text tuple.
|
2012-07-13 11:52:45 -07:00 |
Raymond Hettinger
|
7d39055f7f
|
Add simple LaTeX markup
|
2012-07-09 23:52:08 -07:00 |
Raymond Hettinger
|
848245a078
|
Add verbose option for diagnostics
|
2012-07-09 01:17:22 -07:00 |
Raymond Hettinger
|
42a5f4a3f2
|
Minor algorithmic tweaks, better factoring, improved docstrings and variable names
|
2012-07-08 15:42:54 -07:00 |
Mark Dickinson
|
3bee1f1154
|
Fix undefined names in __all__.
|
2012-07-04 11:07:06 +02:00 |
Raymond Hettinger
|
5b381a3650
|
Make ANSI the default output style
|
2012-07-03 17:55:23 -07:00 |
Raymond Hettinger
|
0712f40308
|
Add examples to the module docstring
|
2012-07-03 14:42:33 -07:00 |
Raymond Hettinger
|
1087d9c4b3
|
Fix spelling.
|
2012-07-03 14:25:16 -07:00 |
Raymond Hettinger
|
3a96161a73
|
Add support for ANSI escape sequences
|
2012-07-03 14:11:40 -07:00 |
Raymond Hettinger
|
5da6039765
|
Refactor to isolate HTML encoding step from the parsing step.
|
2012-07-03 13:13:52 -07:00 |
Raymond Hettinger
|
ac5f8467b1
|
Fix keyword argument
|
2012-07-03 00:15:59 -07:00 |
Raymond Hettinger
|
cf6eac4063
|
Minor cleanups
|
2012-07-03 00:12:27 -07:00 |