summaryrefslogtreecommitdiff
path: root/jinja2/environment.py
Commit message (Expand)AuthorAgeFilesLines
...
* added "with context" or "without context" import/include modifiersArmin Ronacher2008-05-021-1/+11
* reactivated syntax error translationsArmin Ronacher2008-05-011-1/+0
* Jinja doesn't have keywords any longer. The reason for this radical change i...Armin Ronacher2008-05-011-1/+2
* Fixed typos in documentationLukas Meuser2008-05-011-0/+3
* improved debugging for syntax errorsArmin Ronacher2008-05-011-4/+9
* small performance improvementsArmin Ronacher2008-05-011-22/+21
* moved caching from loaders to environment and added environment overlaysArmin Ronacher2008-04-301-52/+149
* again documentation updates fixed another python 2.4 bug. Imports are not ev...Armin Ronacher2008-04-291-27/+17
* autoescaping is separate from finalize now and Markup is completely ignored i...Armin Ronacher2008-04-281-69/+149
* all unittests pass, the special and dependency lookups have their own visitor...Armin Ronacher2008-04-271-10/+26
* added spitfire to bench and did some more refactoringArmin Ronacher2008-04-261-2/+1
* worked on the tests and made undefined fail on comparisons nowArmin Ronacher2008-04-261-13/+18
* there is now a workaround in the compiler that makes sure it's possible to ca...Armin Ronacher2008-04-261-7/+6
* some performance improvementsArmin Ronacher2008-04-261-4/+4
* `IncludedTemplate` uses getattr rather then getitem nowArmin Ronacher2008-04-251-7/+15
* moved `IncludedTemplate` into the regular template API, fixed more unittestsArmin Ronacher2008-04-251-0/+29
* moved trans extension from jinja2.i18n to jinja2.ext and fixed some more unit...Armin Ronacher2008-04-251-26/+27
* inheritance uses a less awkward hack for contexts now and subclassing templat...Armin Ronacher2008-04-241-50/+149
* refactored extensions a bitArmin Ronacher2008-04-201-7/+8
* added first code for parser extensions and moved some code in speedups aroundArmin Ronacher2008-04-201-1/+15
* fixed more unittestsArmin Ronacher2008-04-181-5/+17
* improved undefined behaviorArmin Ronacher2008-04-171-3/+6
* simplified loader api and added builtin cachingArmin Ronacher2008-04-171-3/+10
* various docstring changesArmin Ronacher2008-04-171-2/+7
* added autoescapingArmin Ronacher2008-04-171-7/+3
* better debugging information. compiler knows about name and filename now (th...Armin Ronacher2008-04-161-5/+6
* added new python only debug hackArmin Ronacher2008-04-161-7/+28
* updated a few filters and improved i18nArmin Ronacher2008-04-161-0/+1
* reimplemented {% trans %}Armin Ronacher2008-04-161-8/+14
* added sandbox and exchageable undefined objectsArmin Ronacher2008-04-141-0/+75
* hopefully fixed `Template`Armin Ronacher2008-04-131-6/+5
* Automated merge with ssh://dev.pocoo.org/jinja2-mainChristoph Hack2008-04-131-8/+42
|\
| * added globalsArmin Ronacher2008-04-131-9/+43
* | converted unit tests, started rewriting filtersChristoph Hack2008-04-131-1/+3
|/
* some more stuff for jinja2Armin Ronacher2008-04-131-1/+0
* filter tag works nowArmin Ronacher2008-04-121-0/+1
* added support for line statement prefixes (cheetah/mako/erb like)Armin Ronacher2008-04-121-3/+5
* implemented includesArmin Ronacher2008-04-111-1/+4
* fixed a bug in the compilerArmin Ronacher2008-04-111-2/+1
* filters are always used as locals now and we don't do any post-loop cleanupArmin Ronacher2008-04-111-1/+1
* w000t. first templateArmin Ronacher2008-04-111-1/+6
* work on tha runtimeArmin Ronacher2008-04-111-1/+52
* fixed one bug with blocks, one to goArmin Ronacher2008-04-101-14/+10
* simplified undefined behavior for better compile time processingArmin Ronacher2008-04-091-0/+4
* first version of new parserArmin Ronacher2008-03-311-29/+7
* a clean restartArmin Ronacher2008-03-311-0/+115