index
:
delta/jinja2.git
2.10-maintenance
2.10.x
2.11.x
2.5-maintenance
2.7-maintenance
2.8-maintenance
2.9-maintenance
2.9.x
3.0.x
3.1.x
GH-1194-formal-grammar
GH-1253-set-within-if
GH-1413-set-namespace-tuple
baserock/morph
bugfix/attribute-access
bugfix/inline-optmiize
dependabot/add-v2-config-file
dependabot/pip/pip-tools-5.2.0
dependabot/pip/pip-tools-6.3.0
dependabot/pip/pip-tools-6.4.0
dependabot/pip/pre-commit-2.10.0
dependabot/pip/pre-commit-2.14.1
dependabot/pip/pre-commit-2.15.0
dependabot/pip/pre-commit-2.16.0
dependabot/pip/pytest-5.4.3
dependabot/pip/pytest-6.2.2
dependabot/pip/pytest-6.2.5
dependabot/pip/requirements/3.0.x/sphinx-issues-2.0.0
dependabot/pip/requirements/3.0.x/tox-3.24.5
dependabot/pip/tox-3.15.2
dependabot/pip/tox-3.24.3
dependabot/pip/tox-3.24.4
docs
docs-globals
drop-python2
feature/async
feature/kill-stringdefs
feature/no-locals
feature/overlay-scopes
feature/pairs
inline-async
isinstance-tests
main
master
native-template-env
no-finalize-template-data
operator-tests
patch-traceback
pkgutil-loader
pre-commit-ci-update-config
pytest-cleanup
refactor-loop-context
remove-docs-dev
replace-easy-install-instructions-with-pip
revert-1121-the-great-rename
revert-rename
sphinx
sprint-branch
style
the-great-rename
tproxy
unify-decorators
unpin-pytest
urlize-speedup
website
github.com: mitsuhiko/jinja2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jinja2
/
nodes.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed naked except statements to catch only subclasses of Exception.
Ian Lewis
2010-11-07
1
-11
/
+11
*
it's now possible to register extensions after an environment
Armin Ronacher
2010-05-29
1
-1
/
+6
*
Tip is now 2.5. Started work on newstyle gettext translations.
Armin Ronacher
2010-05-29
1
-0
/
+16
*
Fixed a failing testcase. (Error caused by constant folding of undefined
Armin Ronacher
2010-05-23
1
-7
/
+12
*
Fix unbound local error masked by bare except.
Georg Brandl
2010-05-23
1
-1
/
+2
*
autoescape no longer is a plain boolean value but can also be a function
Armin Ronacher
2010-04-05
1
-2
/
+5
*
Added improved documentation to the `ContextReference` node.
Armin Ronacher
2010-03-24
1
-1
/
+10
*
Another documentation string fix.
Armin Ronacher
2010-03-15
1
-1
/
+1
*
More documentation updates.
Armin Ronacher
2010-03-15
1
-3
/
+14
*
Biggest change to Jinja since the 1.x migration: added evaluation contexts
Armin Ronacher
2010-03-14
1
-65
/
+120
*
Down to 7 failures for Python 3. We're onto something.
Armin Ronacher
2010-02-10
1
-4
/
+9
*
It's a new year
Armin Ronacher
2010-01-22
1
-1
/
+1
*
Added the `meta` module.
Armin Ronacher
2009-07-26
1
-1
/
+3
*
Added support for optional `scoped` modifier to blocks.
Armin Ronacher
2009-02-19
1
-1
/
+1
*
Fixed a bug that caused internal errors if names where used as iteration
Armin Ronacher
2009-02-11
1
-0
/
+5
*
Copyright switch to "The Jinja Team".
Armin Ronacher
2009-01-04
1
-1
/
+1
*
Include statements can now be marked with ``ignore missing`` to skip
Armin Ronacher
2008-12-27
1
-1
/
+1
*
Added support for `Environment.compile_expression`.
Armin Ronacher
2008-11-02
1
-5
/
+0
*
Fixed a bug in constant folding of keyword arguments to filter calls. Thanks...
Armin Ronacher
2008-09-21
1
-0
/
+3
*
Removed a few stdlib dependencies. This is the first step for IronPython sup...
Armin Ronacher
2008-08-13
1
-25
/
+0
*
Fixed a bug with the loop context of a for loop if the iterator passed has a ...
Armin Ronacher
2008-07-04
1
-0
/
+5
*
Changed all sentences with occurrences of subscribing to a similar sentence t...
Armin Ronacher
2008-06-25
1
-5
/
+5
*
Improved attribute and item lookup by allowing template designers to express ...
Armin Ronacher
2008-06-12
1
-3
/
+19
*
some more documentation updates and minor code cleanups. Additionally True a...
Armin Ronacher
2008-05-28
1
-1
/
+2
*
even more tests, fixed severe bug with autoescaping.
Armin Ronacher
2008-05-25
1
-0
/
+10
*
all calls are proxied by context.call now so that we can inject environment a...
Armin Ronacher
2008-05-25
1
-6
/
+4
*
fixed bug with static unicode strings and auto escaping
Armin Ronacher
2008-05-24
1
-15
/
+0
*
end of line sequence is no configurable
Armin Ronacher
2008-05-23
1
-23
/
+0
*
more unittests and updated documentation for extensions. Fixed bug in optimi...
Armin Ronacher
2008-05-23
1
-1
/
+5
*
added loopcontrols extension and added unittests for it
Armin Ronacher
2008-05-23
1
-2
/
+4
*
refactored compiler and improved identifier handling for for-loops
Armin Ronacher
2008-05-23
1
-4
/
+9
*
temporary identifiers are prefixed with "t_" now and the _node_setup_finished...
Armin Ronacher
2008-05-19
1
-8
/
+4
*
small refactoring
Armin Ronacher
2008-05-18
1
-0
/
+8
*
added support for local aliasing of some attributes. the technique used is n...
Armin Ronacher
2008-05-15
1
-2
/
+3
*
improved variable exporting, added TODO file
Armin Ronacher
2008-05-12
1
-0
/
+34
*
added parsing code for "for item in seq recursive" and improved parser interf...
Armin Ronacher
2008-05-11
1
-1
/
+1
*
added support for dotted names in tests and filters
Armin Ronacher
2008-05-10
1
-0
/
+3
*
more updates on the extension API
Armin Ronacher
2008-05-08
1
-1
/
+2
*
First extension interface documentation and updates in that interface
Armin Ronacher
2008-05-08
1
-59
/
+195
*
moved concat to utils, fixed a few docstrings, fixed memory leak in _speedups...
Armin Ronacher
2008-05-03
1
-1
/
+1
*
added "with context" or "without context" import/include modifiers
Armin Ronacher
2008-05-02
1
-3
/
+3
*
again documentation updates fixed another python 2.4 bug. Imports are not ev...
Armin Ronacher
2008-04-29
1
-0
/
+9
*
fixed some NameErrors
Benjamin Wiegand
2008-04-28
1
-1
/
+2
*
all unittests pass, the special and dependency lookups have their own visitor...
Armin Ronacher
2008-04-27
1
-1
/
+1
*
there is now a workaround in the compiler that makes sure it's possible to ca...
Armin Ronacher
2008-04-26
1
-8
/
+11
*
revamped jinja2 import system. the behavior is less confusing now, but it's ...
Armin Ronacher
2008-04-25
1
-0
/
+17
*
moved trans extension from jinja2.i18n to jinja2.ext and fixed some more unit...
Armin Ronacher
2008-04-25
1
-6
/
+9
*
inheritance uses a less awkward hack for contexts now and subclassing templat...
Armin Ronacher
2008-04-24
1
-4
/
+6
*
fixed more unittests
Armin Ronacher
2008-04-22
1
-3
/
+10
*
removed custom nodes again
Armin Ronacher
2008-04-21
1
-25
/
+4
[next]