summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/highlight.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #22924: Scripts gprof2html.py and highlight.py now use html.escape()Serhiy Storchaka2014-12-011-8/+13
| | | | instead of deperecated cgi.escape(). Original patch by Raymond Hettinger.
* Simplify the LaTeX section (only three escapes are needed for alltt)Raymond Hettinger2012-07-231-11/+6
|
* Fix-up latex stylingRaymond Hettinger2012-07-151-12/+15
|
* Fix builtin test and simplify the classified text tuple.Raymond Hettinger2012-07-131-33/+27
|
* Add simple LaTeX markupRaymond Hettinger2012-07-101-13/+85
|
* Add verbose option for diagnosticsRaymond Hettinger2012-07-091-1/+9
|
* Minor algorithmic tweaks, better factoring, improved docstrings and variable ↵Raymond Hettinger2012-07-081-55/+62
| | | | names
* Fix undefined names in __all__.Mark Dickinson2012-07-041-2/+2
|
* Make ANSI the default output styleRaymond Hettinger2012-07-041-12/+9
|
* Add examples to the module docstringRaymond Hettinger2012-07-031-5/+21
|
* Fix spelling.Raymond Hettinger2012-07-031-1/+1
|
* Add support for ANSI escape sequencesRaymond Hettinger2012-07-031-8/+44
|
* Refactor to isolate HTML encoding step from the parsing step.Raymond Hettinger2012-07-031-16/+21
|
* Fix keyword argumentRaymond Hettinger2012-07-031-1/+1
|
* Minor cleanupsRaymond Hettinger2012-07-031-0/+127