summaryrefslogtreecommitdiff
path: root/jinja2/compiler.py
Commit message (Expand)AuthorAgeFilesLines
...
* autoescaping is separate from finalize now and Markup is completely ignored i...Armin Ronacher2008-04-281-15/+32
* all unittests pass, the special and dependency lookups have their own visitor...Armin Ronacher2008-04-271-127/+169
* added spitfire to bench and did some more refactoringArmin Ronacher2008-04-261-15/+21
* worked on the tests and made undefined fail on comparisons nowArmin Ronacher2008-04-261-2/+5
* there is now a workaround in the compiler that makes sure it's possible to ca...Armin Ronacher2008-04-261-55/+123
* some performance improvementsArmin Ronacher2008-04-261-7/+7
* revamped jinja2 import system. the behavior is less confusing now, but it's ...Armin Ronacher2008-04-251-32/+42
* `IncludedTemplate` uses getattr rather then getitem nowArmin Ronacher2008-04-251-1/+1
* moved `IncludedTemplate` into the regular template API, fixed more unittestsArmin Ronacher2008-04-251-11/+20
* inheritance uses a less awkward hack for contexts now and subclassing templat...Armin Ronacher2008-04-241-26/+34
* removed custom nodes againArmin Ronacher2008-04-211-6/+0
* added first code for parser extensions and moved some code in speedups aroundArmin Ronacher2008-04-201-0/+6
* loops and `tests` tests pass nowArmin Ronacher2008-04-181-1/+9
* removed loop.parent. If this variable is wanted you can get it by doing some...Armin Ronacher2008-04-181-2/+0
* fixed a few bugs from the unittestsArmin Ronacher2008-04-181-2/+2
* improved undefined behaviorArmin Ronacher2008-04-171-6/+1
* various docstring changesArmin Ronacher2008-04-171-4/+4
* `TemplateData` -> `Markup`Armin Ronacher2008-04-171-3/+4
* improved filtersArmin Ronacher2008-04-171-0/+2
* added autoescapingArmin Ronacher2008-04-171-3/+3
* better debugging information. compiler knows about name and filename now (th...Armin Ronacher2008-04-161-12/+21
* added new python only debug hackArmin Ronacher2008-04-161-5/+16
* reimplemented {% trans %}Armin Ronacher2008-04-161-3/+2
* Automated merge with ssh://team@pocoo.org/jinja2-mainArmin Ronacher2008-04-141-4/+6
|\
| * continued convertig filtersChristoph Hack2008-04-141-4/+6
* | added sandbox and exchageable undefined objectsArmin Ronacher2008-04-141-8/+11
|/
* added super()Armin Ronacher2008-04-131-0/+2
* added globalsArmin Ronacher2008-04-131-18/+89
* optimizer can optimize filtered for loops nowArmin Ronacher2008-04-131-18/+31
* added loop filteringArmin Ronacher2008-04-131-7/+83
* some more stuff for jinja2Armin Ronacher2008-04-131-4/+4
* filter tag works nowArmin Ronacher2008-04-121-23/+77
* added support for new call statementArmin Ronacher2008-04-121-41/+73
* implemented includesArmin Ronacher2008-04-111-11/+65
* basic inheritance works nowArmin Ronacher2008-04-111-6/+9
* fixed a bug in the compilerArmin Ronacher2008-04-111-0/+1
* filters are always used as locals now and we don't do any post-loop cleanupArmin Ronacher2008-04-111-26/+13
* w000t. first templateArmin Ronacher2008-04-111-3/+3
* work on tha runtimeArmin Ronacher2008-04-111-6/+7
* fixed a small bugArmin Ronacher2008-04-111-4/+4
* *now* we have no overhead :)Armin Ronacher2008-04-111-16/+30
* optimized child template code generation. we now have zero overhead for the ...Armin Ronacher2008-04-111-20/+93
* removed debug printArmin Ronacher2008-04-101-1/+0
* assignments are traversed in the correct order nowArmin Ronacher2008-04-101-0/+5
* fixed one bug with blocks, one to goArmin Ronacher2008-04-101-9/+38
* nodes have access to environment nowArmin Ronacher2008-04-091-12/+11
* simplified undefined behavior for better compile time processingArmin Ronacher2008-04-091-3/+25
* tuple unpacking at compile time is handled properly nowArmin Ronacher2008-04-091-1/+3
* removed unused importArmin Ronacher2008-04-081-1/+0
* added optimizerChristoph Hack2008-04-081-13/+6
|\