Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | Simplify charclasses in a few more modules | Georg Brandl | 2014-11-06 | 1 | -4/+4 |
| | |||||
* | More fixes thanks to regexlint. | Georg Brandl | 2014-10-16 | 1 | -2/+2 |
| | |||||
* | Fix "matches empty string" complaints from regexlint. | Georg Brandl | 2014-10-16 | 1 | -4/+6 |
| | |||||
* | Curly brace escaping, round 2. | Tim Hatch | 2014-10-15 | 1 | -1/+1 |
| | | | | | | | These were all pointed out by regexlint but required manual effort to track down (indicator.py was confused by most of them being produced by expressions). Also comment out some iffy comment patterns. | ||||
* | all lexers: fix unescaped { and } so that the "regex" module can compile our ↵ | Georg Brandl | 2014-10-15 | 1 | -2/+2 |
| | | | | regexes | ||||
* | Povray: add strings, all directives. | Georg Brandl | 2014-10-07 | 1 | -4/+6 |
| | |||||
* | move module names from _XXXbuiltins to _XXX_builtins to be consistent | Georg Brandl | 2014-10-04 | 1 | -1/+1 |
| | |||||
* | reorganization of other.py, part 1 | Georg Brandl | 2014-09-19 | 1 | -4/+480 |
| | |||||
* | split up lexers.compiled into multiple submodules | Georg Brandl | 2014-09-16 | 1 | -0/+73 |