summaryrefslogtreecommitdiff
path: root/pygments/formatters/other.py
Commit message (Collapse)AuthorAgeFilesLines
* Copyright update.Georg Brandl2017-01-221-1/+1
|
* Copyright year update.Georg Brandl2015-01-211-1/+1
|
* Fix Raw token lexer/formatter with new default encoding.Georg Brandl2014-11-061-0/+1
|
* Minor cleanup in TestcaseFormatterTim Hatch2014-10-151-3/+1
|
* Closes #1013: allow "encoding" for the Raw formatter.Georg Brandl2014-10-071-3/+2
|
* Rename test case variable from 'expected' to 'tokens' to fit line width limitGaurav Jain2014-05-121-2/+2
|
* Add testcase formatterTim Hatch2014-04-231-1/+47
| | | | Usage: echo 'print "hi";' | pygmentize -l python -f testcase
* use versionadded directivesGeorg Brandl2014-01-191-1/+2
|
* New docs + website using Sphinx.Georg Brandl2014-01-181-1/+1
|
* Finalize single-source port for Py2.[67] and Py3.3+.Georg Brandl2014-01-181-2/+2
|
* new year in copyright noticeGeorg Brandl2014-01-101-1/+1
|
* Happy new year 2013.Georg Brandl2013-01-091-1/+1
|
* Removed some unused variables to fix pyflakes warningsDmitry Shachnev2012-11-121-2/+0
|
* Copyright update.Georg Brandl2012-02-051-1/+1
|
* Fix current copyright year.Georg Brandl2011-07-091-1/+1
|
* Happy new year!Georg Brandl2010-01-011-1/+1
|
* Port Pygments to Python 3.1.gbrandl2009-03-311-5/+16
|
* Update copyrighting style to standard "team" tags.gbrandl2009-01-041-2/+2
| | | | Update AUTHORS file accordingly.
* Add optional error token colorizing to the !RawTokenFormatter to close #333.thatch2008-07-261-3/+26
| | | | | Note: this only makes sense when outputting to a terminal, not as a persistent format to be imported with the !RawTokenLexer.
* [svn] Fix a few inconsistencies and nits, mainly in the docs.gbrandl2007-05-041-1/+3
| | | | Use the get_choice_opt function consistently.
* [svn] Fix the RawTokenFormatter.gbrandl2007-03-311-9/+1
|
* [svn] Make check.gbrandl2007-02-141-1/+1
|
* [svn] Quite a few things:gbrandl2007-02-121-1/+8
| | | | | | - new pygmentize options, -F for filters and -H for detail help. - an automatically-created formatter map - better HTML formatter subclassing
* [svn] Copyright notice update.gbrandl2007-02-041-1/+1
|
* [svn] Generate lexer, formatter and filter docs from docstrings.gbrandl2007-01-121-7/+9
| | | | There is the problem of ordering, though.
* [svn] Improve Unicode handling without encoding.gbrandl2006-12-201-1/+7
|
* [svn] Fix double repr.gbrandl2006-12-161-2/+2
|
* [svn] Make RawTokenFormatter/Lexer use unicode escaped strings.gbrandl2006-12-161-1/+1
|
* [svn] Change Pygments license to BSD.gbrandl2006-12-101-1/+1
|
* [svn] Add encoding support. All processing is now done with unicode strings.gbrandl2006-10-311-2/+3
|
* [svn] More pylint fixes, update BBcode formatter to new style API.gbrandl2006-10-301-1/+1
|
* [svn] Update make check.gbrandl2006-10-221-2/+2
|
* [svn] Name change, round 4 (rename SVN root folder).gbrandl2006-10-191-0/+73