Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Closes #1075: fix docs for @simplefilter. | Georg Brandl | 2015-01-21 | 1 | -2/+3 |
| | | | | | | The function needs a "self" argument since it is used as a method in the automatically created class. No use fixing that in the code, as it kills backwards compatibility. | ||||
* | spelling/grammar/syntax fixes for docs | EricFromCanada | 2014-11-14 | 6 | -16/+16 |
| | |||||
* | Update docs w.r.t. encodings. | Georg Brandl | 2014-11-06 | 3 | -9/+21 |
| | |||||
* | all lexers: fix unescaped { and } so that the "regex" module can compile our ↵ | Georg Brandl | 2014-10-15 | 1 | -1/+1 |
| | | | | regexes | ||||
* | Fix style docs w/ HtmlFormatter example. | Tim Hatch | 2014-10-06 | 1 | -0/+2 |
| | | | | Fixes #1014 | ||||
* | Include newer features in the lexerdevelopment doc, and update it a bit. | Georg Brandl | 2014-10-04 | 1 | -3/+22 |
| | |||||
* | move module names from _XXXbuiltins to _XXX_builtins to be consistent | Georg Brandl | 2014-10-04 | 1 | -162/+223 |
| | |||||
* | split up text lexers | Georg Brandl | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | Sentence fix | Matt Montag | 2014-08-24 | 1 | -1/+1 |
| | |||||
* | Add token type Number.Bin | David Corbett | 2014-05-19 | 1 | -0/+3 |
| | |||||
* | New docs + website using Sphinx. | Georg Brandl | 2014-01-18 | 20 | -0/+2546 |