summaryrefslogtreecommitdiff
path: root/docs/cache_extension.py
Commit message (Collapse)AuthorAgeFilesLines
* modernize docs config, use pallets-sphinx-themesDavid Lord2019-07-261-1/+1
|
* FIX EXAMPLE:jenisys2015-05-091-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 Ronacher2009-02-081-1/+1
| | | | | --HG-- branch : trunk
* Priority of `not` raised. It's now possible to write `not foo in bar`Armin Ronacher2009-02-041-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 Ronacher2008-05-111-1/+1
| | | | | | | interface a bit --HG-- branch : trunk
* fixed a bug in extension handlingArmin Ronacher2008-05-111-4/+2
| | | | | --HG-- branch : trunk
* more updates on the extension APIArmin Ronacher2008-05-081-21/+18
| | | | | --HG-- branch : trunk
* First extension interface documentation and updates in that interfaceArmin Ronacher2008-05-081-0/+61
--HG-- branch : trunk