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