Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert changes to pygments/formatters/_mapping.py | Edoardo Tenani | 2015-02-18 | 1 | -0/+1 |
| | |||||
* | Add arduino lexer and style | Edoardo Tenani | 2015-01-28 | 1 | -1/+0 |
| | |||||
* | merge with stable | Georg Brandl | 2015-01-21 | 2 | -23/+12 |
|\ | |||||
| * | latex: small code cleanup | Georg Brandl | 2014-11-13 | 1 | -12/+11 |
| | | |||||
| * | More coverage of newer HTML formatter options. | Georg Brandl | 2014-11-11 | 1 | -11/+1 |
| | | |||||
* | | Copyright year update. | Georg Brandl | 2015-01-21 | 11 | -11/+11 |
|/ | |||||
* | Bring coverage testing up to scratch. Add "pragma: no cover" to __main__ blocks. | Georg Brandl | 2014-11-10 | 1 | -1/+2 |
| | |||||
* | Fix leftover debugging "raise". Add test coverage for errors and exceptions ↵ | Georg Brandl | 2014-11-10 | 1 | -2/+2 |
| | | | | in cmdline_main. | ||||
* | Fix Raw token lexer/formatter with new default encoding. | Georg Brandl | 2014-11-06 | 1 | -0/+1 |
| | |||||
* | Default lexer encoding is now "guess", i.e. UTF-8 / Locale / Latin1 is | Georg Brandl | 2014-11-06 | 1 | -1/+1 |
| | | | | tried in that order. | ||||
* | Fix docstring. | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
| | |||||
* | Minor cleanup in TestcaseFormatter | Tim Hatch | 2014-10-15 | 1 | -3/+1 |
| | |||||
* | Make mapfiles. | Tim Hatch | 2014-10-14 | 1 | -1/+1 |
| | |||||
* | terminal formatters: PEP8 cleanup | Georg Brandl | 2014-10-14 | 2 | -27/+27 |
| | |||||
* | Remove non-ASCII from non-Unicode string. | Georg Brandl | 2014-10-14 | 1 | -1/+1 |
| | |||||
* | Merged in protz/pygments-main/add-envname (pull request #235) | Georg Brandl | 2014-10-08 | 11 | -224/+471 |
|\ | |||||
| * | Merged in hexid/pygments-main (pull request #380) | Georg Brandl | 2014-10-08 | 1 | -4/+4 |
| |\ | | | | | | | | | | Change spacing for HTML formatter regarding inline linenos | ||||
| | * | Move space after inline html linenos to be inside of the span containing the ↵ | Nick Currier | 2014-07-03 | 1 | -4/+4 |
| | | | | | | | | | | | | linenos | ||||
| * | | Closes #800: Add "inencoding" option to override "encoding". | Georg Brandl | 2014-10-08 | 1 | -1/+0 |
| | | | |||||
| * | | Fix (false positive) pyflakes warning. | Georg Brandl | 2014-10-07 | 1 | -0/+1 |
| | | | |||||
| * | | Closes #980: fix DeprecationWarnings (mostly due to files closed by __del__) ↵ | Georg Brandl | 2014-10-07 | 1 | -10/+6 |
| | | | | | | | | | | | | | | | | | | on Py3. Also fix a bunch of other uses of open() to use the with statement. | ||||
| * | | Closes #1013: allow "encoding" for the Raw formatter. | Georg Brandl | 2014-10-07 | 1 | -3/+2 |
| | | | |||||
| * | | No raw "u" literals in Py3. | Georg Brandl | 2014-09-20 | 1 | -10/+10 |
| | | | |||||
| * | | better not to use unicode_literals... | Georg Brandl | 2014-09-20 | 1 | -28/+25 |
| | | | |||||
| * | | Sort out Unicode output issues with RTF and image formatters. | Georg Brandl | 2014-09-20 | 2 | -8/+8 |
| | | | |||||
| * | | Image formatter: PEP8... | Georg Brandl | 2014-09-20 | 1 | -7/+7 |
| | | | |||||
| * | | Refactored formatter mapping to work like the lexer mapping. | Georg Brandl | 2014-09-20 | 2 | -97/+122 |
| |/ | | | | | | | Thanks to Ilia Choly for the initial pull request. | ||||
| * | Make the formatters _mapping.py work like lexers wrt. PYTHONPATH | Tim Hatch | 2014-05-19 | 1 | -0/+7 |
| | | | | | | | | Resolves #784 | ||||
| * | Merged in jambonrose/pygments-main (pull request #338) | Tim Hatch | 2014-05-16 | 1 | -15/+18 |
| |\ | | | | | | | | | | Produce only unicode escape sequences in RTFs | ||||
| | * | RTF Formatter: replaced surrogate pair calculation with util. | Andrew Pinkham | 2014-05-06 | 1 | -8/+3 |
| | | | |||||
| | * | RTF Formatter: consolidated output functions. | Andrew Pinkham | 2014-04-28 | 1 | -2/+1 |
| | | | |||||
| | * | RTF Formatter: removed unnecessary newline | Andrew Pinkham | 2014-04-28 | 1 | -1/+0 |
| | | | |||||
| | * | RTF Formatter: added documentation about new output. | Andrew Pinkham | 2014-04-28 | 1 | -0/+4 |
| | | | |||||
| | * | RTF Formatter: inlined surrogate pair calculation. | Andrew Pinkham | 2014-04-28 | 1 | -20/+10 |
| | | | |||||
| | * | RTF Formatter: switch format character %i to %d. | Andrew Pinkham | 2014-04-27 | 1 | -1/+1 |
| | | | |||||
| | * | RTF Formatter: removed unnecessary floor function. | Andrew Pinkham | 2014-04-27 | 1 | -2/+2 |
| | | | |||||
| | * | RTF Formatter: pure unicode escaped output. | Andrew Pinkham | 2014-04-26 | 1 | -14/+30 |
| | | | |||||
| * | | Rename test case variable from 'expected' to 'tokens' to fit line width limit | Gaurav Jain | 2014-05-12 | 1 | -2/+2 |
| | | | |||||
| * | | Fix some lines to be within 90 characters | Gaurav Jain | 2014-05-12 | 2 | -3/+4 |
| |/ | | | | | | | Some regular expressions has been simplified to use \w in order to reduce line length | ||||
| * | Add testcase formatter | Tim Hatch | 2014-04-23 | 2 | -2/+50 |
| | | | | | | | | Usage: echo 'print "hi";' | pygmentize -l python -f testcase | ||||
| * | If encoding fails use ? as ANSI fallback character | Gaurav Jain | 2014-04-15 | 1 | -3/+3 |
| | | |||||
| * | Many minor style fixes (trailing whitespace, tabs, etc.) | Georg Brandl | 2014-04-15 | 1 | -2/+2 |
| | | |||||
| * | Merged in ssproessig/pygments-main (pull request #266) | Tim Hatch | 2014-04-14 | 11 | -69/+201 |
| |\ | |||||
| | * | Correct doc location for fontsize. | Tim Hatch | 2014-04-14 | 1 | -3/+6 |
| | | | |||||
| | * | Merged in jaingaurav2/pygments-main (pull request #305) | Tim Hatch | 2014-04-14 | 1 | -0/+8 |
| | |\ | |||||
| | | * | Support fontsize option for RTF formatting | Gaurav Jain | 2014-03-21 | 1 | -0/+8 |
| | | | | |||||
| | * | | 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. |