Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | modernize docs config, use pallets-sphinx-themes | David Lord | 2019-07-26 | 1 | -1/+1 |
| | |||||
* | FIX EXAMPLE: | jenisys | 2015-05-09 | 1 | -1/+1 |
| | | | | | No longer working with current code base since the TokenStream.next() method was removed. | ||||
* | Fixed a documenation bug in the cache extension. | Armin Ronacher | 2009-02-08 | 1 | -1/+1 |
| | | | | | --HG-- branch : trunk | ||||
* | Priority of `not` raised. It's now possible to write `not foo in bar` | Armin Ronacher | 2009-02-04 | 1 | -2/+2 |
| | | | | | | | | as an alias to `foo not in bar` like in python. Previously the grammar required parentheses (`not (foo in bar)`) which was odd. --HG-- branch : trunk | ||||
* | added parsing code for "for item in seq recursive" and improved parser ↵ | Armin Ronacher | 2008-05-11 | 1 | -1/+1 |
| | | | | | | | interface a bit --HG-- branch : trunk | ||||
* | fixed a bug in extension handling | Armin Ronacher | 2008-05-11 | 1 | -4/+2 |
| | | | | | --HG-- branch : trunk | ||||
* | more updates on the extension API | Armin Ronacher | 2008-05-08 | 1 | -21/+18 |
| | | | | | --HG-- branch : trunk | ||||
* | First extension interface documentation and updates in that interface | Armin Ronacher | 2008-05-08 | 1 | -0/+61 |
--HG-- branch : trunk |