Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all files, redirect to GitHub.HEADmaster | Matth?us G. Chajdas | 2019-11-10 | 1 | -85/+0 |
| | |||||
* | Fixup all headers and some more minor problems.2.4.2 | Georg Brandl | 2019-05-28 | 1 | -1/+1 |
| | |||||
* | Copyright update. | Georg Brandl | 2017-01-22 | 1 | -1/+1 |
| | |||||
* | Make "make mapfiles" Python3 compatible. | Georg Brandl | 2016-02-02 | 1 | -1/+1 |
| | |||||
* | move `.replace` immediately after `read()`, and | hhsprings | 2015-11-09 | 1 | -2/+9 |
| | | | | explain in a comment that it's for windows. | ||||
* | _mapping.py should keep NL not CRNL. | hhsprings | 2015-11-07 | 1 | -3/+3 |
| | |||||
* | Closes #1142: add 16-million color terminal formatter. | Georg Brandl | 2015-10-17 | 1 | -1/+2 |
| | |||||
* | Merge with jjatria/pygments-main (praat) (pull request #492) | Tim Hatch | 2015-10-14 | 1 | -0/+1 |
|\ | |||||
| * | Add IRC formatter | Trevor Bergeron | 2015-03-16 | 1 | -0/+1 |
|/ | |||||
* | fixup elisp lexer a bit | Georg Brandl | 2015-02-21 | 1 | -1/+0 |
| | |||||
* | 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 |
| | |||||
* | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | Bring coverage testing up to scratch. Add "pragma: no cover" to __main__ blocks. | Georg Brandl | 2014-11-10 | 1 | -1/+2 |
| | |||||
* | Make mapfiles. | Tim Hatch | 2014-10-14 | 1 | -1/+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. | ||||
* | Refactored formatter mapping to work like the lexer mapping. | Georg Brandl | 2014-09-20 | 1 | -57/+34 |
| | | | | 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 | ||||
* | Add testcase formatter | Tim Hatch | 2014-04-23 | 1 | -1/+3 |
| | | | | Usage: echo 'print "hi";' | pygmentize -l python -f testcase | ||||
* | manual prettifying and small fixes after futurize run | Georg Brandl | 2014-01-18 | 1 | -0/+1 |
| | |||||
* | futurizing: move to print_function and "except X as Y" syntax | Georg Brandl | 2014-01-18 | 1 | -1/+2 |
| | |||||
* | new year in copyright notice | Georg Brandl | 2014-01-10 | 1 | -1/+1 |
| | |||||
* | 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 :-) | ||||
* | Happy new year 2013. | Georg Brandl | 2013-01-09 | 1 | -1/+1 |
| | |||||
* | Move import unused outside __main__ into __main__. | Georg Brandl | 2012-08-19 | 1 | -2/+2 |
| | |||||
* | Merge pygments-main with pygments-tim | Tim Hatch | 2012-02-27 | 1 | -1/+1 |
|\ | |||||
| * | Merge pygments-main with pygments-tim | Tim Hatch | 2012-01-03 | 1 | -1/+1 |
| |\ | |||||
| | * | Bulk changes to improve many lexers inner workings | Tim Hatch | 2011-03-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on a suspicion that most examplefiles only exercise a small part of the lexers, I've written some code to find suspicious parts of regular expressions, then gone back over those to fix them. Most of these affect whether the regex does what it looks like it does, but none of them should appreciably change the function of the lexer. * a few cases which used capturing groups + bygroups incorrectly (most were harmless, but I think one could have generated a traceback in its previous state) * a few cases which could match empty string, without a callback (this is highly discouraged, because if an op doesn't consume any characters, it might be possible to enter an empty loop). I'll revisit individually the cases where a callback or state push is used. * many cases with embedded newlines in non-verbose regexes * many, many cases with reversed (else|elseif) style alternations | ||||
* | | | Copyright update. | Georg Brandl | 2012-02-05 | 1 | -1/+1 |
|/ / | |||||
* | | Fix current copyright year. | Georg Brandl | 2011-07-09 | 1 | -1/+1 |
|/ | |||||
* | Happy new year! | Georg Brandl | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | Update copyrighting style to standard "team" tags. | gbrandl | 2009-01-04 | 1 | -2/+2 |
| | | | | Update AUTHORS file accordingly. | ||||
* | open() should be used instead of file() | Benjamin Peterson | 2008-09-21 | 1 | -2/+2 |
| | |||||
* | * Add one formatter per image format, to avoid surprises with | gbrandl | 2008-09-07 | 1 | -1/+7 |
| | | | | | | | pygmentize -f gif -o foo.gif foo.py which would previously create a PNG image. * Make image format names case-insensitive. | ||||
* | Add new Makefile lexer that should be able to handle BSD and/or GNU | thatch | 2008-04-02 | 1 | -1/+1 |
| | | | | preprocessor directives, and regenerate map files | ||||
* | initial import of Image Formatter | Ali Afshar | 2007-11-06 | 1 | -1/+3 |
| | |||||
* | Add SVG formatter. | gbrandl | 2007-10-14 | 1 | -0/+2 |
| | |||||
* | [svn] Add ActionScript lexer, #247. | gbrandl | 2007-06-13 | 1 | -1/+1 |
| | |||||
* | [svn] Add terminal 256 color formatter. | gbrandl | 2007-06-13 | 1 | -0/+2 |
| | |||||
* | [svn] Quite a few things: | gbrandl | 2007-02-12 | 1 | -0/+80 |
- new pygmentize options, -F for filters and -H for detail help. - an automatically-created formatter map - better HTML formatter subclassing |