summaryrefslogtreecommitdiff
path: root/jinja2/compiler.py
Commit message (Expand)AuthorAgeFilesLines
...
| * updated macro stuffArmin Ronacher2008-04-081-1/+3
* | mergedChristoph Hack2008-04-081-15/+49
|\ \ | |/
| * work on the macro stuffArmin Ronacher2008-04-081-15/+49
* | optimize filters on constant valuesChristoph Hack2008-04-081-3/+12
* | only import filters to the local namespace if they are called more than onceChristoph Hack2008-04-081-6/+12
* | added environment, make filters available locallyChristoph Hack2008-04-081-4/+16
|/
* more compiler stuffArmin Ronacher2008-04-081-21/+181
* added first working pieces of compilerArmin Ronacher2008-04-071-0/+380