summaryrefslogtreecommitdiff
path: root/jinja2/runtime.py
Commit message (Expand)AuthorAgeFilesLines
...
* more unittests and updated documentation for extensions. Fixed bug in optimi...Armin Ronacher2008-05-231-1/+1
* fixed an embarrassing mistake in the documentationArmin Ronacher2008-05-191-4/+7
* some more cleaning upArmin Ronacher2008-05-181-0/+2
* small refactoringArmin Ronacher2008-05-181-6/+23
* added a semi realworld benchmark (jinja2 and mako)Armin Ronacher2008-05-151-4/+4
* fixed bug with parameter parsingArmin Ronacher2008-05-151-2/+1
* reversed the internal structure for blocksArmin Ronacher2008-05-151-4/+2
* added unittest for recursive for loopArmin Ronacher2008-05-111-2/+6
* readded support for recursive for-loopsArmin Ronacher2008-05-111-1/+8
* documentation updateArmin Ronacher2008-05-071-3/+5
* some documentation improvements, jinja escapes " and ' now, both into charpoi...Armin Ronacher2008-05-061-6/+31
* moved concat to utils, fixed a few docstrings, fixed memory leak in _speedups...Armin Ronacher2008-05-031-22/+1
* small performance improvementsArmin Ronacher2008-05-011-12/+14
* moved caching from loaders to environment and added environment overlaysArmin Ronacher2008-04-301-28/+25
* again documentation updates fixed another python 2.4 bug. Imports are not ev...Armin Ronacher2008-04-291-6/+5
* added python2.4 workaround for unicode.join bugArmin Ronacher2008-04-281-1/+19
* autoescaping is separate from finalize now and Markup is completely ignored i...Armin Ronacher2008-04-281-9/+64
* all unittests pass, the special and dependency lookups have their own visitor...Armin Ronacher2008-04-271-22/+38
* added spitfire to bench and did some more refactoringArmin Ronacher2008-04-261-61/+10
* worked on the tests and made undefined fail on comparisons nowArmin Ronacher2008-04-261-16/+31
* there is now a workaround in the compiler that makes sure it's possible to ca...Armin Ronacher2008-04-261-14/+21
* some performance improvementsArmin Ronacher2008-04-261-2/+6
* revamped jinja2 import system. the behavior is less confusing now, but it's ...Armin Ronacher2008-04-251-2/+7
* moved `IncludedTemplate` into the regular template API, fixed more unittestsArmin Ronacher2008-04-251-28/+15
* moved trans extension from jinja2.i18n to jinja2.ext and fixed some more unit...Armin Ronacher2008-04-251-2/+12
* inheritance uses a less awkward hack for contexts now and subclassing templat...Armin Ronacher2008-04-241-72/+82
* fixed more unittestsArmin Ronacher2008-04-221-1/+8
* added first code for parser extensions and moved some code in speedups aroundArmin Ronacher2008-04-201-8/+2
* fixed more unittestsArmin Ronacher2008-04-181-1/+1
* loops and `tests` tests pass nowArmin Ronacher2008-04-181-3/+4
* removed loop.parent. If this variable is wanted you can get it by doing some...Armin Ronacher2008-04-181-11/+5
* fixed two typosPriit Laes2008-04-171-3/+6
* improved undefined behaviorArmin Ronacher2008-04-171-22/+37
* various docstring changesArmin Ronacher2008-04-171-5/+5
* `TemplateData` -> `Markup`Armin Ronacher2008-04-171-10/+2
* added autoescapingArmin Ronacher2008-04-171-6/+9
* reimplemented {% trans %}Armin Ronacher2008-04-161-17/+24
* removed unusde __delitem__ for contextArmin Ronacher2008-04-151-5/+0
* added sandbox and exchageable undefined objectsArmin Ronacher2008-04-141-30/+49
* added super()Armin Ronacher2008-04-131-3/+30
* optimizer can optimize filtered for loops nowArmin Ronacher2008-04-131-2/+5
* added loop filteringArmin Ronacher2008-04-131-11/+16
* added support for new call statementArmin Ronacher2008-04-121-4/+16
* fixed includeArmin Ronacher2008-04-121-4/+13
* implemented includesArmin Ronacher2008-04-111-6/+35
* basic inheritance works nowArmin Ronacher2008-04-111-10/+4
* work on tha runtimeArmin Ronacher2008-04-111-2/+5
* optimized child template code generation. we now have zero overhead for the ...Armin Ronacher2008-04-111-4/+5
* fixed one bug with blocks, one to goArmin Ronacher2008-04-101-3/+11
* Automated merge with ssh://team@pocoo.org/jinja2-mainArmin Ronacher2008-04-091-1/+1
|\