summaryrefslogtreecommitdiff
path: root/pygments/formatters
Commit message (Expand)AuthorAgeFilesLines
* use versionadded directivesGeorg Brandl2014-01-197-34/+56
* New docs + website using Sphinx.Georg Brandl2014-01-181-1/+1
* Finalize single-source port for Py2.[67] and Py3.3+.Georg Brandl2014-01-184-15/+23
* manual prettifying and small fixes after futurize runGeorg Brandl2014-01-182-0/+2
* futurizing: move to print_function and "except X as Y" syntaxGeorg Brandl2014-01-183-4/+7
* new year in copyright noticeGeorg Brandl2014-01-1011-11/+11
* Merged in ddbennett/pygments (pull request #205)Georg Brandl2014-01-092-3/+3
|\
| * Merged in sjorek/pygments-main/fix-typo-in-lexers-mapping-header (pull reques...Georg Brandl2013-10-031-2/+2
| |\
| | * Fixed a typo in the header 'pygments/formatters/_mapping.py' by adding one mi...sjorek2013-09-151-2/+2
| * | forgot a backslashErik Bernoth2013-10-011-1/+1
| |/
* | Use a regular expression cache to avoid redundant and expensive RE compiles whenddbennett2013-05-241-2/+4
|/
* HTML formatter: add / to path in ctags linking if nonempty; fix spelling.Georg Brandl2013-02-031-1/+3
* HTML linespans: add changelog and versionaddedGeorg Brandl2013-01-091-1/+3
* Merged in icholy/pygments-main (pull request #82: added `linespans` option to...Georg Brandl2013-01-091-0/+18
|\
| * fixed typoIlia Choly2012-06-181-1/+1
| * added `linespans` option to HtmlFormatter to wrap lines in spansIlia Choly2012-06-181-0/+18
* | CTags feature:Georg Brandl2013-01-091-21/+24
* | Merge pull request #87 (ctags link support for HTML formatter) from https://b...Georg Brandl2013-01-0911-25/+24
|\ \
| * | Happy new year 2013.Georg Brandl2013-01-0911-11/+11
| * | Fix issues found by "make check".Georg Brandl2013-01-091-1/+2
| * | Removed some unused variables to fix pyflakes warningsDmitry Shachnev2012-11-121-2/+0
| * | Closes #785: make sure LateX formatter output is Unicode.Georg Brandl2012-08-191-8/+8
| * | Closes #772: image formatter: move Unix-specific import of commands.getstatus...Georg Brandl2012-08-191-1/+1
| * | Move import unused outside __main__ into __main__.Georg Brandl2012-08-191-2/+2
| |/
* | add suggested edits and testPepijn de Vos2012-09-241-4/+4
* | fix for possible mutiline namesPepijn de Vos2012-07-161-1/+1
* | update documentation to reflect urlformat changePepijn de Vos2012-07-161-11/+4
* | format urlPepijn de Vos2012-07-161-16/+12
* | documentation for ctagsPepijn de Vos2012-07-141-0/+20
* | multifile supportPepijn de Vos2012-07-141-2/+13
* | single file ctagsPepijn de Vos2012-07-141-0/+25
|/
* Closes #755: replace some more active chars for latex.Georg Brandl2012-05-081-0/+6
* Merge pygments-main with pygments-timTim Hatch2012-02-271-1/+1
|\
| * Merge pygments-main with pygments-timTim Hatch2012-01-031-1/+1
| |\
| | * Bulk changes to improve many lexers inner workingsTim Hatch2011-03-191-1/+1
* | | Closes #691: Fix Python 3 terminal highlighting with pygmentize.Georg Brandl2012-02-062-2/+8
* | | Copyright update.Georg Brandl2012-02-0511-11/+11
* | | Style fix.Georg Brandl2012-02-051-1/+2
* | | Fix specifyng the starting line number in lineanchors mode. Add tests for lin...Ana Nelson2011-10-021-1/+1
|/ /
* | Define TeX commands in a way that always constructs command name correctly re...Dmitri Gribenko2011-08-301-1/+1
* | Fix current copyright year.Georg Brandl2011-07-0911-11/+11
* | In the LaTeX formatter, fix display problems for styles with token background...Georg Brandl2011-06-191-2/+4
* | In the LaTeX formatter, escape special &, < and > chars (#648).Georg Brandl2011-06-181-0/+6
|/
* Do not generate classprefix without an actual class name (#479).Georg Brandl2011-01-031-3/+5
* Update output example.Georg Brandl2010-08-221-4/+4
* Escape the tilde as well.Georg Brandl2010-08-221-1/+3
* Escape more characters in LaTeX output (#505).Georg Brandl2010-08-221-4/+11
* merge with timGeorg Brandl2010-08-221-11/+12
|\
| * Performance improvements in the HTML formatter (#523).Georg Brandl2010-08-181-11/+12
* | Merge with -mainthatch2010-05-051-1/+1
|\ \ | |/ |/|