summaryrefslogtreecommitdiff
path: root/jinja2/runtime.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * render templatesChristoph Hack2008-04-091-2/+2
| | | | | | | | | | --HG-- branch : trunk
* | nodes have access to environment nowArmin Ronacher2008-04-091-3/+1
|/ | | | | --HG-- branch : trunk
* simplified undefined behavior for better compile time processingArmin Ronacher2008-04-091-14/+14
| | | | | --HG-- branch : trunk
* improved loop unrollingArmin Ronacher2008-04-091-11/+84
| | | | | --HG-- branch : trunk
* tuple unpacking at compile time is handled properly nowArmin Ronacher2008-04-091-1/+31
| | | | | --HG-- branch : trunk
* improved static optimizerArmin Ronacher2008-04-091-2/+2
| | | | | --HG-- branch : trunk
* updated macro stuffArmin Ronacher2008-04-081-13/+48
| | | | | --HG-- branch : trunk
* work on the macro stuffArmin Ronacher2008-04-081-0/+18
| | | | | --HG-- branch : trunk
* more compiler stuffArmin Ronacher2008-04-081-12/+23
| | | | | --HG-- branch : trunk
* added first working pieces of compilerArmin Ronacher2008-04-071-0/+47
--HG-- branch : trunk