summaryrefslogtreecommitdiff
path: root/Tools/scripts/highlight.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-97669: Remove outdated example scripts (#97675)Victor Stinner2022-10-041-265/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove outdated example scripts of the Tools/scripts/ directory. A copy can be found in the old-demos project: https://github.com/gvanrossum/old-demos Removed scripts (39): * byext.py * byteyears.py * cleanfuture.py * copytime.py * crlf.py * db2pickle.py * dutree.doc * dutree.py * find-uname.py * find_recursionlimit.py * finddiv.py * findlinksto.py * findnocoding.py * fixcid.py * fixdiv.py * fixheader.py * fixnotice.py * fixps.py * get-remote-certificate.py * google.py * highlight.py * ifdef.py * import_diagnostics.py * lfcr.py * linktree.py * lll.py * mailerdaemon.py * make_ctype.py * mkreal.py * objgraph.py * pdeps.py * pickle2db.py * pindent.py * pysource.py * reindent-rst.py * rgrep.py * suff.py * texi2html.py * which.py Changes: * Remove test_fixcid, test_lll, test_pdeps and test_pindent of test.test_tools. * Remove get-remote-certificate.py changelog entry, since the script was removed. Note: there is a copy of crlf.py in Lib/test/test_lib2to3/data/.
* #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-8/+8
| | | | | | | And most of the tools. Patch by Emanual Barry, reviewed by me, Serhiy Storchaka, and Martin Panter.
* 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-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
| | | | names
* 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