Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
| * | | 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 | 7 | -34/+56 |
| | | | |||||
| * | | New docs + website using Sphinx. | Georg Brandl | 2014-01-18 | 1 | -1/+1 |
| | | | |||||
| * | | Finalize single-source port for Py2.[67] and Py3.3+. | Georg Brandl | 2014-01-18 | 4 | -15/+23 |
| | | | |||||
| * | | manual prettifying and small fixes after futurize run | Georg Brandl | 2014-01-18 | 2 | -0/+2 |
| | | | |||||
| * | | futurizing: move to print_function and "except X as Y" syntax | Georg Brandl | 2014-01-18 | 3 | -4/+7 |
| | | | |||||
| * | | new year in copyright notice | Georg Brandl | 2014-01-10 | 11 | -11/+11 |
| | | | |||||
| * | | Merged in ddbennett/pygments (pull request #205) | Georg Brandl | 2014-01-09 | 2 | -3/+3 |
| |\ \ | | | | | | | | | | | | | Use a regular expression cache to avoid redundant and expensive RE compiles | ||||
| * | | | Use a regular expression cache to avoid redundant and expensive RE compiles when | ddbennett | 2013-05-24 | 1 | -2/+4 |
| | |/ | |/| | | | | | | | used embedded in a long-running application. | ||||
* | | | adding linenos option (enables line number output on the terminal) | S?ren Spr??ig | 2013-12-07 | 1 | -0/+40 |
| |/ |/| | |||||
* | | Merged in sjorek/pygments-main/fix-typo-in-lexers-mapping-header (pull ↵ | Georg Brandl | 2013-10-03 | 1 | -2/+2 |
|\ \ | | | | | | | | | | | | | | | | request #240) Fix tiny typos in header of 'lexers/_mapping.py' and 'formatters/_mapping.py' | ||||
| * | | Fixed a typo in the header 'pygments/formatters/_mapping.py' by adding one ↵ | sjorek | 2013-09-15 | 1 | -2/+2 |
| |/ | | | | | | | missing 'i' in in the words 'definition' and 'definitions'. As the header (as well as the footer) is not part of this file's automatic regeneration I dared to do it manually :-) | ||||
* | | forgot a backslash | Erik Bernoth | 2013-10-01 | 1 | -1/+1 |
|/ | |||||
* | HTML formatter: add / to path in ctags linking if nonempty; fix spelling. | Georg Brandl | 2013-02-03 | 1 | -1/+3 |
| | |||||
* | HTML linespans: add changelog and versionadded | Georg Brandl | 2013-01-09 | 1 | -1/+3 |
| | |||||
* | Merged in icholy/pygments-main (pull request #82: added `linespans` option ↵ | Georg Brandl | 2013-01-09 | 1 | -0/+18 |
|\ | | | | | | | to HtmlFormatter to wrap lines in spans) | ||||
| * | fixed typo | Ilia Choly | 2012-06-18 | 1 | -1/+1 |
| | | |||||
| * | added `linespans` option to HtmlFormatter to wrap lines in spans | Ilia Choly | 2012-06-18 | 1 | -0/+18 |
| | | |||||
* | | CTags feature: | Georg Brandl | 2013-01-09 | 1 | -21/+24 |
| | | | | | | | | | | | | | | | | | | * rename parameter "urlformat" to "tagurlformat" to make clear it belongs to the tags feature * change NameError to RuntimeError and tone down the message * document that python-ctags must be installed to use the tagsfile feature * move test tags file from examplefiles/, where it will be attempted as a test file * fix test to work if python-ctags is not installed * changelog/attribution | ||||
* | | Merge pull request #87 (ctags link support for HTML formatter) from ↵ | Georg Brandl | 2013-01-09 | 11 | -25/+24 |
|\ \ | | | | | | | | | | https://bitbucket.org/pepijndevos/pygments-main/overview | ||||
| * | | Happy new year 2013. | Georg Brandl | 2013-01-09 | 11 | -11/+11 |
| | | | |||||
| * | | Fix issues found by "make check". | Georg Brandl | 2013-01-09 | 1 | -1/+2 |
| | | | |||||
| * | | Removed some unused variables to fix pyflakes warnings | Dmitry Shachnev | 2012-11-12 | 1 | -2/+0 |
| | | | |||||
| * | | Closes #785: make sure LateX formatter output is Unicode. | Georg Brandl | 2012-08-19 | 1 | -8/+8 |
| | | | |||||
| * | | Closes #772: image formatter: move Unix-specific import of ↵ | Georg Brandl | 2012-08-19 | 1 | -1/+1 |
| | | | | | | | | | | | | commands.getstatusoutput() to Unix-specific method |