summaryrefslogtreecommitdiff
path: root/jinja2/optimizer.py
Commit message (Expand)AuthorAgeFilesLines
* It's a new yearArmin Ronacher2010-01-221-1/+1
* Copyright switch to "The Jinja Team".Armin Ronacher2009-01-041-1/+1
* fixed a few broken license declarations. should have been BSD not GPLArmin Ronacher2008-07-151-1/+1
* Improved attribute and item lookup by allowing template designers to express ...Armin Ronacher2008-06-121-1/+1
* more unittests and updated documentation for extensions. Fixed bug in optimi...Armin Ronacher2008-05-231-0/+4
* removed unused importsArmin Ronacher2008-05-131-127/+10
* moved concat to utils, fixed a few docstrings, fixed memory leak in _speedups...Armin Ronacher2008-05-031-1/+2
* all unittests pass, the special and dependency lookups have their own visitor...Armin Ronacher2008-04-271-59/+38
* some performance improvementsArmin Ronacher2008-04-261-2/+2
* revamped jinja2 import system. the behavior is less confusing now, but it's ...Armin Ronacher2008-04-251-0/+11
* removed loop unrolling. for such optimizations we would need a separate synt...Armin Ronacher2008-04-231-87/+9
* fixed more unittestsArmin Ronacher2008-04-221-4/+6
* removed loop.parent. If this variable is wanted you can get it by doing some...Armin Ronacher2008-04-181-2/+1
* reimplemented {% trans %}Armin Ronacher2008-04-161-1/+11
* added sandbox and exchageable undefined objectsArmin Ronacher2008-04-141-1/+1
* added globalsArmin Ronacher2008-04-131-1/+2
* optimizer can optimize filtered for loops nowArmin Ronacher2008-04-131-4/+16
* added loop filteringArmin Ronacher2008-04-131-1/+4
* some more stuff for jinja2Armin Ronacher2008-04-131-0/+26
* work on tha runtimeArmin Ronacher2008-04-111-7/+7
* fixed one bug with blocks, one to goArmin Ronacher2008-04-101-1/+29
* added broken copy methodArmin Ronacher2008-04-091-5/+4
* nodes have access to environment nowArmin Ronacher2008-04-091-25/+12
* Automated merge with ssh://team@pocoo.org/jinja2-mainArmin Ronacher2008-04-091-1/+1
|\
| * merged againChristoph Hack2008-04-091-5/+6
| |\
| * \ mergedChristoph Hack2008-04-091-12/+58
| |\ \
| * | | converted some filtersChristoph Hack2008-04-091-1/+1
* | | | simplified undefined behavior for better compile time processingArmin Ronacher2008-04-091-17/+13
| |_|/ |/| |
* | | improved loop unrollingArmin Ronacher2008-04-091-5/+6
| |/ |/|
* | tuple unpacking at compile time is handled properly nowArmin Ronacher2008-04-091-12/+58
|/
* improved static optimizerArmin Ronacher2008-04-091-26/+106
* added subscribe-optimationChristoph Hack2008-04-081-2/+12
* used the new nodetransformer to make mitsuhiko happyChristoph Hack2008-04-081-21/+2
* loop unrollingChristoph Hack2008-04-081-19/+44
* added optimizerChristoph Hack2008-04-081-0/+62