Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-97669: Remove outdated example scripts (#97675) | Victor Stinner | 2022-10-04 | 1 | -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 Murray | 2016-09-08 | 1 | -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 Storchaka | 2014-12-01 | 1 | -8/+13 |
| | | | | instead of deperecated cgi.escape(). Original patch by Raymond Hettinger. | ||||
* | Simplify the LaTeX section (only three escapes are needed for alltt) | Raymond Hettinger | 2012-07-23 | 1 | -11/+6 |
| | |||||
* | Fix-up latex styling | Raymond Hettinger | 2012-07-14 | 1 | -12/+15 |
| | |||||
* | Fix builtin test and simplify the classified text tuple. | Raymond Hettinger | 2012-07-13 | 1 | -33/+27 |
| | |||||
* | Add simple LaTeX markup | Raymond Hettinger | 2012-07-09 | 1 | -13/+85 |
| | |||||
* | Add verbose option for diagnostics | Raymond Hettinger | 2012-07-09 | 1 | -1/+9 |
| | |||||
* | Minor algorithmic tweaks, better factoring, improved docstrings and variable ↵ | Raymond Hettinger | 2012-07-08 | 1 | -55/+62 |
| | | | | names | ||||
* | Fix undefined names in __all__. | Mark Dickinson | 2012-07-04 | 1 | -2/+2 |
| | |||||
* | Make ANSI the default output style | Raymond Hettinger | 2012-07-03 | 1 | -12/+9 |
| | |||||
* | Add examples to the module docstring | Raymond Hettinger | 2012-07-03 | 1 | -5/+21 |
| | |||||
* | Fix spelling. | Raymond Hettinger | 2012-07-03 | 1 | -1/+1 |
| | |||||
* | Add support for ANSI escape sequences | Raymond Hettinger | 2012-07-03 | 1 | -8/+44 |
| | |||||
* | Refactor to isolate HTML encoding step from the parsing step. | Raymond Hettinger | 2012-07-03 | 1 | -16/+21 |
| | |||||
* | Fix keyword argument | Raymond Hettinger | 2012-07-03 | 1 | -1/+1 |
| | |||||
* | Minor cleanups | Raymond Hettinger | 2012-07-03 | 1 | -0/+127 |