summaryrefslogtreecommitdiff
path: root/Tools/scripts/highlight.py
Commit message (Expand)AuthorAgeFilesLines
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-8/+8
* Issue #22924: Scripts gprof2html.py and highlight.py now use html.escape()Serhiy Storchaka2014-12-011-8/+13
* Simplify the LaTeX section (only three escapes are needed for alltt)Raymond Hettinger2012-07-231-11/+6
* Fix-up latex stylingRaymond Hettinger2012-07-141-12/+15
* Fix builtin test and simplify the classified text tuple.Raymond Hettinger2012-07-131-33/+27
* Add simple LaTeX markupRaymond Hettinger2012-07-091-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
* Fix undefined names in __all__.Mark Dickinson2012-07-041-2/+2
* Make ANSI the default output styleRaymond Hettinger2012-07-031-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