summaryrefslogtreecommitdiff
path: root/jinja2/nodes.py
Commit message (Expand)AuthorAgeFilesLines
...
* Added the `meta` module.Armin Ronacher2009-07-261-1/+3
* Added support for optional `scoped` modifier to blocks.Armin Ronacher2009-02-191-1/+1
* Fixed a bug that caused internal errors if names where used as iterationArmin Ronacher2009-02-111-0/+5
* Copyright switch to "The Jinja Team".Armin Ronacher2009-01-041-1/+1
* Include statements can now be marked with ``ignore missing`` to skipArmin Ronacher2008-12-271-1/+1
* Added support for `Environment.compile_expression`.Armin Ronacher2008-11-021-5/+0
* Fixed a bug in constant folding of keyword arguments to filter calls. Thanks...Armin Ronacher2008-09-211-0/+3
* Removed a few stdlib dependencies. This is the first step for IronPython sup...Armin Ronacher2008-08-131-25/+0
* Fixed a bug with the loop context of a for loop if the iterator passed has a ...Armin Ronacher2008-07-041-0/+5
* Changed all sentences with occurrences of subscribing to a similar sentence t...Armin Ronacher2008-06-251-5/+5
* Improved attribute and item lookup by allowing template designers to express ...Armin Ronacher2008-06-121-3/+19
* some more documentation updates and minor code cleanups. Additionally True a...Armin Ronacher2008-05-281-1/+2
* even more tests, fixed severe bug with autoescaping.Armin Ronacher2008-05-251-0/+10
* all calls are proxied by context.call now so that we can inject environment a...Armin Ronacher2008-05-251-6/+4
* fixed bug with static unicode strings and auto escapingArmin Ronacher2008-05-241-15/+0
* end of line sequence is no configurableArmin Ronacher2008-05-231-23/+0
* more unittests and updated documentation for extensions. Fixed bug in optimi...Armin Ronacher2008-05-231-1/+5
* added loopcontrols extension and added unittests for itArmin Ronacher2008-05-231-2/+4
* refactored compiler and improved identifier handling for for-loopsArmin Ronacher2008-05-231-4/+9
* temporary identifiers are prefixed with "t_" now and the _node_setup_finished...Armin Ronacher2008-05-191-8/+4
* small refactoringArmin Ronacher2008-05-181-0/+8
* added support for local aliasing of some attributes. the technique used is n...Armin Ronacher2008-05-151-2/+3
* improved variable exporting, added TODO fileArmin Ronacher2008-05-121-0/+34
* added parsing code for "for item in seq recursive" and improved parser interf...Armin Ronacher2008-05-111-1/+1
* added support for dotted names in tests and filtersArmin Ronacher2008-05-101-0/+3
* more updates on the extension APIArmin Ronacher2008-05-081-1/+2
* First extension interface documentation and updates in that interfaceArmin Ronacher2008-05-081-59/+195
* moved concat to utils, fixed a few docstrings, fixed memory leak in _speedups...Armin Ronacher2008-05-031-1/+1
* added "with context" or "without context" import/include modifiersArmin Ronacher2008-05-021-3/+3
* again documentation updates fixed another python 2.4 bug. Imports are not ev...Armin Ronacher2008-04-291-0/+9
* fixed some NameErrorsBenjamin Wiegand2008-04-281-1/+2
* all unittests pass, the special and dependency lookups have their own visitor...Armin Ronacher2008-04-271-1/+1
* there is now a workaround in the compiler that makes sure it's possible to ca...Armin Ronacher2008-04-261-8/+11
* revamped jinja2 import system. the behavior is less confusing now, but it's ...Armin Ronacher2008-04-251-0/+17
* moved trans extension from jinja2.i18n to jinja2.ext and fixed some more unit...Armin Ronacher2008-04-251-6/+9
* inheritance uses a less awkward hack for contexts now and subclassing templat...Armin Ronacher2008-04-241-4/+6
* fixed more unittestsArmin Ronacher2008-04-221-3/+10
* removed custom nodes againArmin Ronacher2008-04-211-25/+4
* added first code for parser extensions and moved some code in speedups aroundArmin Ronacher2008-04-201-1/+22
* improved filtersArmin Ronacher2008-04-171-0/+2
* reimplemented {% trans %}Armin Ronacher2008-04-161-1/+12
* added sandbox and exchageable undefined objectsArmin Ronacher2008-04-141-2/+1
* converted unit tests, started rewriting filtersChristoph Hack2008-04-131-3/+3
* optimizer can optimize filtered for loops nowArmin Ronacher2008-04-131-0/+19
* added loop filteringArmin Ronacher2008-04-131-1/+1
* some more stuff for jinja2Armin Ronacher2008-04-131-3/+4
* filter tag works nowArmin Ronacher2008-04-121-1/+3
* added support for new call statementArmin Ronacher2008-04-121-1/+1
* fixed deepcopyArmin Ronacher2008-04-091-4/+2
* added broken copy methodArmin Ronacher2008-04-091-0/+24