Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some lines to be within 90 characters | Gaurav Jain | 2014-05-12 | 1 | -2/+2 |
| | | | | Some regular expressions has been simplified to use \w in order to reduce line length | ||||
* | Many minor style fixes (trailing whitespace, tabs, etc.) | Georg Brandl | 2014-04-15 | 1 | -2/+2 |
| | |||||
* | Merge with pygments-main | Tim Hatch | 2014-04-14 | 1 | -3/+3 |
|\ | |||||
| * | fix spelling in new class name | Georg Brandl | 2014-04-14 | 1 | -2/+2 |
| | | |||||
| * | remove "ur" literal which breaks python 3 compat | Georg Brandl | 2014-04-14 | 1 | -2/+2 |
| | | |||||
* | | Only include the regular LatexFormatter in __all__ | Tim Hatch | 2014-04-14 | 1 | -1/+1 |
|/ | | | | | If we include the other, the tests will want to instantiate it, and we don't want that. It's only run as a special case in cmdline.py right now. | ||||
* | Merged in protz/pygments-main (pull request #230) | Tim Hatch | 2014-04-14 | 1 | -11/+11 |
| | | | | Modified to use simpler checks for string length. | ||||
* | Merge remote-tracking branch 'pr230/master' | Tim Hatch | 2014-04-14 | 1 | -4/+88 |
|\ | | | | | | | | | Conflicts: pygments/formatters/latex.py | ||||
| * | Update the patch from #493 to work with tip. | Jonathan Protzenko | 2013-08-21 | 1 | -3/+85 |
| | | |||||
* | | use versionadded directives | Georg Brandl | 2014-01-19 | 1 | -4/+9 |
| | | |||||
* | | Finalize single-source port for Py2.[67] and Py3.3+. | Georg Brandl | 2014-01-18 | 1 | -4/+6 |
| | | |||||
* | | futurizing: move to print_function and "except X as Y" syntax | Georg Brandl | 2014-01-18 | 1 | -0/+1 |
| | | |||||
* | | new year in copyright notice | Georg Brandl | 2014-01-10 | 1 | -1/+1 |
| | | |||||
* | | forgot a backslash | Erik Bernoth | 2013-10-01 | 1 | -1/+1 |
|/ | |||||
* | Happy new year 2013. | Georg Brandl | 2013-01-09 | 1 | -1/+1 |
| | |||||
* | Closes #785: make sure LateX formatter output is Unicode. | Georg Brandl | 2012-08-19 | 1 | -8/+8 |
| | |||||
* | Closes #755: replace some more active chars for latex. | Georg Brandl | 2012-05-08 | 1 | -0/+6 |
| | |||||
* | Copyright update. | Georg Brandl | 2012-02-05 | 1 | -1/+1 |
| | |||||
* | Style fix. | Georg Brandl | 2012-02-05 | 1 | -1/+2 |
| | |||||
* | Define TeX commands in a way that always constructs command name correctly ↵ | Dmitri Gribenko | 2011-08-30 | 1 | -1/+1 |
| | | | | regardless of symbols used. | ||||
* | Fix current copyright year. | Georg Brandl | 2011-07-09 | 1 | -1/+1 |
| | |||||
* | In the LaTeX formatter, fix display problems for styles with token ↵ | Georg Brandl | 2011-06-19 | 1 | -2/+4 |
| | | | | background colors (#670). | ||||
* | In the LaTeX formatter, escape special &, < and > chars (#648). | Georg Brandl | 2011-06-18 | 1 | -0/+6 |
| | |||||
* | Update output example. | Georg Brandl | 2010-08-22 | 1 | -4/+4 |
| | |||||
* | Escape the tilde as well. | Georg Brandl | 2010-08-22 | 1 | -1/+3 |
| | |||||
* | Escape more characters in LaTeX output (#505). | Georg Brandl | 2010-08-22 | 1 | -4/+11 |
| | |||||
* | Version 1.2.2 | Georg Brandl | 2010-01-02 | 1 | -0/+4 |
| | | | | | | | | ------------- (bugfix release, released Jan 02, 2010) Removed a backwards incompatibility in the LaTeX formatter that caused Sphinx to produce invalid commands when writing LaTeX output. | ||||
* | Added options for rendering LaTeX in source code comments in the LaTeX ↵ | Georg Brandl | 2010-01-01 | 1 | -13/+59 |
| | | | | formatter (#461). | ||||
* | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | Port Pygments to Python 3.1. | gbrandl | 2009-03-31 | 1 | -7/+3 |
| | |||||
* | Fix the LaTeX formatter's output so that output generated for one style | gbrandl | 2009-03-05 | 1 | -56/+114 |
| | | | | can be used with the style definitions of another (#384). | ||||
* | Update copyrighting style to standard "team" tags. | gbrandl | 2009-01-04 | 1 | -2/+2 |
| | | | | Update AUTHORS file accordingly. | ||||
* | Don't define \at, \lb, \rb as escapes, but prepend commandprefix here too. | gbrandl | 2008-09-12 | 1 | -10/+12 |
| | |||||
* | Fix doc glitch in latex formatter | thatch | 2008-07-26 | 1 | -0/+1 |
| | |||||
* | Support roman/sans/mono styles. | gbrandl | 2008-06-18 | 1 | -0/+6 |
| | |||||
* | Rename version to 0.10. Select codename. | gbrandl | 2008-05-06 | 1 | -1/+1 |
| | |||||
* | Fix missing name. | gbrandl | 2008-04-27 | 1 | -0/+1 |
| | |||||
* | New default commandprefix for latex fmter. | gbrandl | 2008-04-20 | 1 | -13/+10 |
| | |||||
* | Fix #309: more c++ extensions. | gbrandl | 2007-12-14 | 1 | -1/+1 |
| | |||||
* | [svn] Use StringIO in LaTeX formatter. | gbrandl | 2007-05-18 | 1 | -2/+2 |
| | |||||
* | [svn] Move docs for not-so-common options to individual classes. | gbrandl | 2007-02-16 | 1 | -0/+22 |
| | |||||
* | [svn] Shorten some testfiles, silence some pylint warnings, | gbrandl | 2007-02-14 | 1 | -1/+1 |
| | | | | add a latex formatter unittest. | ||||
* | [svn] Quite a few things: | gbrandl | 2007-02-12 | 1 | -0/+3 |
| | | | | | | - new pygmentize options, -F for filters and -H for detail help. - an automatically-created formatter map - better HTML formatter subclassing | ||||
* | [svn] Copyright notice update. | gbrandl | 2007-02-04 | 1 | -1/+1 |
| | |||||
* | [svn] Fix #185, fix JspLexer so that test suite passes. | gbrandl | 2007-01-14 | 1 | -2/+8 |
| | |||||
* | [svn] Added JSP and Batchfile lexers by Tim Hatch. | gbrandl | 2007-01-13 | 1 | -2/+2 |
| | |||||
* | [svn] Generate lexer, formatter and filter docs from docstrings. | gbrandl | 2007-01-12 | 1 | -23/+39 |
| | | | | There is the problem of ordering, though. | ||||
* | [svn] Improve Unicode handling without encoding. | gbrandl | 2006-12-20 | 1 | -1/+4 |
| | |||||
* | [svn] Change Pygments license to BSD. | gbrandl | 2006-12-10 | 1 | -1/+1 |
| | |||||
* | [svn] Add encoding support. All processing is now done with unicode strings. | gbrandl | 2006-10-31 | 1 | -3/+5 |
| |