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
/
ext.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Environment.lex returns unicode tokens now, even if the input data was a byte...
Armin Ronacher
2008-05-23
1
-2
/
+7
*
added loopcontrols extension and added unittests for it
Armin Ronacher
2008-05-23
1
-0
/
+12
*
improved exception system. now both name (load name) and filename are passed.
Armin Ronacher
2008-05-16
1
-14
/
+8
*
void -> do
Armin Ronacher
2008-05-15
1
-0
/
+13
*
the two escape implementations work the same now, updated jinja2-debug to loa...
Armin Ronacher
2008-05-14
1
-5
/
+4
*
improved variable exporting, added TODO file
Armin Ronacher
2008-05-12
1
-5
/
+5
*
added parsing code for "for item in seq recursive" and improved parser interf...
Armin Ronacher
2008-05-11
1
-1
/
+1
*
fixed a bug in extension handling
Armin Ronacher
2008-05-11
1
-0
/
+11
*
more updates on the extension API
Armin Ronacher
2008-05-08
1
-36
/
+38
*
First extension interface documentation and updates in that interface
Armin Ronacher
2008-05-08
1
-12
/
+45
*
some documentation updates
Armin Ronacher
2008-05-07
1
-5
/
+10
*
Jinja doesn't have keywords any longer. The reason for this radical change i...
Armin Ronacher
2008-05-01
1
-1
/
+0
*
moved caching from loaders to environment and added environment overlays
Armin Ronacher
2008-04-30
1
-3
/
+18
*
again documentation updates fixed another python 2.4 bug. Imports are not ev...
Armin Ronacher
2008-04-29
1
-4
/
+8
*
fixed some NameErrors
Benjamin Wiegand
2008-04-28
1
-1
/
+1
*
autoescaping is separate from finalize now and Markup is completely ignored i...
Armin Ronacher
2008-04-28
1
-2
/
+2
*
there is now a workaround in the compiler that makes sure it's possible to ca...
Armin Ronacher
2008-04-26
1
-2
/
+2
*
moved trans extension from jinja2.i18n to jinja2.ext and fixed some more unit...
Armin Ronacher
2008-04-25
1
-6
/
+247
*
inheritance uses a less awkward hack for contexts now and subclassing templat...
Armin Ronacher
2008-04-24
1
-4
/
+7
*
fixed more unittests
Armin Ronacher
2008-04-22
1
-2
/
+3
*
fixed setup.py, a type and removed the possibility to use multiple statements...
Armin Ronacher
2008-04-21
1
-0
/
+1
*
refactored extensions a bit
Armin Ronacher
2008-04-20
1
-0
/
+48
[prev]