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
...
*
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
*
added first code for parser extensions and moved some code in speedups around
Armin Ronacher
2008-04-20
1
-1
/
+22
*
improved filters
Armin Ronacher
2008-04-17
1
-0
/
+2
*
reimplemented {% trans %}
Armin Ronacher
2008-04-16
1
-1
/
+12
*
added sandbox and exchageable undefined objects
Armin Ronacher
2008-04-14
1
-2
/
+1
*
converted unit tests, started rewriting filters
Christoph Hack
2008-04-13
1
-3
/
+3
*
optimizer can optimize filtered for loops now
Armin Ronacher
2008-04-13
1
-0
/
+19
*
added loop filtering
Armin Ronacher
2008-04-13
1
-1
/
+1
*
some more stuff for jinja2
Armin Ronacher
2008-04-13
1
-3
/
+4
*
filter tag works now
Armin Ronacher
2008-04-12
1
-1
/
+3
*
added support for new call statement
Armin Ronacher
2008-04-12
1
-1
/
+1
*
fixed deepcopy
Armin Ronacher
2008-04-09
1
-4
/
+2
*
added broken copy method
Armin Ronacher
2008-04-09
1
-0
/
+24
[prev]
[next]