| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Some Cython fixes. (refs #1193) | Georg Brandl | 2016-01-16 | 1 | -1/+3 |
| | | |||||
| * | Merged in chebee7i/pygments-main/lexer_comments (pull request #253) | Tim Hatch | 2015-10-31 | 1 | -2/+4 |
| | | | | | (with conflicts resolved) | ||||
| * | Closes #1146: add "unsigned" as a cython builtin. | Georg Brandl | 2015-10-17 | 1 | -8/+9 |
| | | |||||
| * | Closes #685: use String.{Single,Double} in Python lexer. | Georg Brandl | 2015-10-17 | 1 | -32/+33 |
| | | |||||
| * | Python: add async, await, matmul op | Georg Brandl | 2015-08-08 | 1 | -4/+5 |
| | | |||||
| * | Closes #1088: add ResourceWarning. | Georg Brandl | 2015-03-08 | 1 | -1/+1 |
| | | |||||
| * | The new style string formatting now works correctly with multiple ↵ | Miikka Salminen | 2015-03-08 | 1 | -4/+4 |
| | | | | | occurrences of interpolation fields in one string, and erroneous fields are handled properly. | ||||
| * | Merged birkenfeld/pygments-main into default | Miikka Salminen | 2015-03-08 | 1 | -1/+10 |
| |\ | |||||
| | * | Added support for the (still valid) old style string interpolation along ↵ | Miikka Salminen | 2015-03-07 | 1 | -1/+10 |
| | | | | | | | | | with the new style string formatting to the Python 3 lexer. | ||||
| * | | Merged in miikkas/pygments-hashbangtokens (pull request #457) | Georg Brandl | 2015-03-08 | 1 | -1/+2 |
| |\ \ | | | | | | | | | | A new token type Comment.Hashbang | ||||
| | * | | Added a new token type Comment.Hashbang with its documentation, and a ↵ | Miikka Salminen | 2015-03-07 | 1 | -1/+2 |
| | |/ | | | | | | | support for it in Javascript, Perl, Python, Ruby and Bash lexers. | ||||
| * | | Moved True, False and None to Keyword.Constant. | Miikka Salminen | 2015-03-07 | 1 | -1/+4 |
| |/ | |||||
| * | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
| | | |||||
| * | Fix Python tracebacks getting duplicated in the console lexer (closes #1068). | Georg Brandl | 2015-01-20 | 1 | -0/+1 |
| | | |||||
| * | Simplify charclasses in a few more modules | Georg Brandl | 2014-11-06 | 1 | -1/+1 |
| | | |||||
| * | Curly brace escaping, round 1. | Tim Hatch | 2014-10-15 | 1 | -3/+3 |
| | | | | | | These locations were all found by regexlint and done semi-manually, leaving braces within [] alone (they aren't special in the 'regex' module). | ||||
| * | Closes #874: do not swallow incomplete tracebacks in the Python console lexer. | Georg Brandl | 2014-10-07 | 1 | -0/+3 |
| | | |||||
| * | misc fixups in math.py and jvm.py | Georg Brandl | 2014-09-20 | 1 | -1/+96 |
| | | |||||
| * | move Hy to lisp, use words() in python.py | Georg Brandl | 2014-09-16 | 1 | -181/+92 |
| | | |||||
| * | split up agile.py into individual modules | Georg Brandl | 2014-09-16 | 1 | -5/+633 |
| | | |||||
| * | split up lexers.compiled into multiple submodules | Georg Brandl | 2014-09-16 | 1 | -0/+196 |
