Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New docs + website using Sphinx. | Georg Brandl | 2014-01-18 | 1 | -349/+0 |
| | |||||
* | 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 | ||||
* | Add `Keyword.Namespace` token type, initial patch provided by Pete Curry. | thatch | 2008-07-23 | 1 | -0/+4 |
| | |||||
* | [svn] Take #3... | gbrandl | 2007-05-30 | 1 | -2/+2 |
| | |||||
* | [svn] Add whitespace filter. Add a few more filter unit tests. | gbrandl | 2007-05-03 | 1 | -2/+6 |
| | |||||
* | [svn] Some minor cleanup. | gbrandl | 2007-01-20 | 1 | -7/+8 |
| | |||||
* | [svn] various changes in pygments (does also affect the docs) | blackbird | 2007-01-20 | 1 | -0/+15 |
| | |||||
* | [svn] Some doc changes to trigger rebuild. | gbrandl | 2007-01-13 | 1 | -3/+3 |
| | |||||
* | [svn] documented token functions | blackbird | 2007-01-13 | 1 | -0/+9 |
| | |||||
* | [svn] added missing explanation for Punctuation in overview | blackbird | 2007-01-13 | 1 | -2/+2 |
| | |||||
* | [svn] documented `Punctuation` operator | blackbird | 2007-01-13 | 1 | -16/+26 |
| | |||||
* | [svn] fixed bug in pytb lexer declaration, added ben bangerts mako lexers, ↵ | blackbird | 2007-01-12 | 1 | -0/+2 |
| | | | | documented missing lexers, updated CHANGES | ||||
* | [svn] documented the behavior of the `in` operator for tokens in pygments 0.7 | blackbird | 2006-12-21 | 1 | -0/+13 |
| | |||||
* | [svn] implemented filters for pygments (first approach, api might change), ↵ | blackbird | 2006-12-21 | 1 | -0/+4 |
| | | | | it's impossible at the moment to add filters by using pygmentize | ||||
* | [svn] Some fixes, add docs for new features. | gbrandl | 2006-10-28 | 1 | -0/+3 |
| | |||||
* | [svn] Name change, round 4 (rename SVN root folder). | gbrandl | 2006-10-19 | 1 | -0/+284 |