summaryrefslogtreecommitdiff
path: root/pygments/formatters
Commit message (Expand)AuthorAgeFilesLines
* Make mapfiles.Tim Hatch2014-10-141-1/+1
* terminal formatters: PEP8 cleanupGeorg Brandl2014-10-142-27/+27
* Remove non-ASCII from non-Unicode string.Georg Brandl2014-10-141-1/+1
* Merged in protz/pygments-main/add-envname (pull request #235)Georg Brandl2014-10-0811-224/+471
|\
| * Merged in hexid/pygments-main (pull request #380)Georg Brandl2014-10-081-4/+4
| |\
| | * Move space after inline html linenos to be inside of the span containing the ...Nick Currier2014-07-031-4/+4
| * | Closes #800: Add "inencoding" option to override "encoding".Georg Brandl2014-10-081-1/+0
| * | Fix (false positive) pyflakes warning.Georg Brandl2014-10-071-0/+1
| * | Closes #980: fix DeprecationWarnings (mostly due to files closed by __del__) ...Georg Brandl2014-10-071-10/+6
| * | Closes #1013: allow "encoding" for the Raw formatter.Georg Brandl2014-10-071-3/+2
| * | No raw "u" literals in Py3.Georg Brandl2014-09-201-10/+10
| * | better not to use unicode_literals...Georg Brandl2014-09-201-28/+25
| * | Sort out Unicode output issues with RTF and image formatters.Georg Brandl2014-09-202-8/+8
| * | Image formatter: PEP8...Georg Brandl2014-09-201-7/+7
| * | Refactored formatter mapping to work like the lexer mapping.Georg Brandl2014-09-202-97/+122
| |/
| * Make the formatters _mapping.py work like lexers wrt. PYTHONPATHTim Hatch2014-05-191-0/+7
| * Merged in jambonrose/pygments-main (pull request #338)Tim Hatch2014-05-161-15/+18
| |\
| | * RTF Formatter: replaced surrogate pair calculation with util.Andrew Pinkham2014-05-061-8/+3
| | * RTF Formatter: consolidated output functions.Andrew Pinkham2014-04-281-2/+1
| | * RTF Formatter: removed unnecessary newlineAndrew Pinkham2014-04-281-1/+0
| | * RTF Formatter: added documentation about new output.Andrew Pinkham2014-04-281-0/+4
| | * RTF Formatter: inlined surrogate pair calculation.Andrew Pinkham2014-04-281-20/+10
| | * RTF Formatter: switch format character %i to %d.Andrew Pinkham2014-04-271-1/+1
| | * RTF Formatter: removed unnecessary floor function.Andrew Pinkham2014-04-271-2/+2
| | * RTF Formatter: pure unicode escaped output.Andrew Pinkham2014-04-261-14/+30
| * | Rename test case variable from 'expected' to 'tokens' to fit line width limitGaurav Jain2014-05-121-2/+2
| * | Fix some lines to be within 90 charactersGaurav Jain2014-05-122-3/+4
| |/
| * Add testcase formatterTim Hatch2014-04-232-2/+50
| * If encoding fails use ? as ANSI fallback characterGaurav Jain2014-04-151-3/+3
| * Many minor style fixes (trailing whitespace, tabs, etc.)Georg Brandl2014-04-151-2/+2
| * Merged in ssproessig/pygments-main (pull request #266)Tim Hatch2014-04-1411-69/+201
| |\
| | * Correct doc location for fontsize.Tim Hatch2014-04-141-3/+6
| | * Merged in jaingaurav2/pygments-main (pull request #305)Tim Hatch2014-04-141-0/+8
| | |\
| | | * Support fontsize option for RTF formattingGaurav Jain2014-03-211-0/+8
| | * | Merge with pygments-mainTim Hatch2014-04-141-3/+3
| | |\ \
| | | * | fix spelling in new class nameGeorg Brandl2014-04-141-2/+2
| | | * | remove "ur" literal which breaks python 3 compatGeorg Brandl2014-04-141-2/+2
| | * | | Only include the regular LatexFormatter in __all__Tim Hatch2014-04-141-1/+1
| | |/ /
| | * | Merged in protz/pygments-main (pull request #230)Tim Hatch2014-04-141-11/+11
| | * | Merge remote-tracking branch 'pr230/master'Tim Hatch2014-04-141-4/+88
| | |\ \ | | | |/ | | |/|
| | | * Update the patch from #493 to work with tip.Jonathan Protzenko2013-08-211-3/+85
| | * | 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
| | |\ \
| | * | | Use a regular expression cache to avoid redundant and expensive RE compiles whenddbennett2013-05-241-2/+4
| | | |/ | | |/|
| * | | adding linenos option (enables line number output on the terminal)S?ren Spr??ig2013-12-071-0/+40
| | |/ | |/|