Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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-15 | 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-10 | 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-04 | 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 |