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
*
use "Jinja" instead of "Jinja2"
David Lord
2019-10-23
1
-3
/
+3
*
clean up i18n documentation
David Lord
2019-10-19
1
-1
/
+5
*
document debug extension
David Lord
2019-10-04
1
-27
/
+20
*
don't bypass autoescape
David Lord
2019-10-04
1
-16
/
+12
*
Add support for a {% debug %} extension tag.
Shaheed Haque
2019-10-04
1
-2
/
+64
*
Trivial typos
Unknown
2017-11-08
1
-1
/
+1
*
Add support for `{% trans trimmed ... %}`
Adrian Moennich
2017-07-03
1
-1
/
+19
*
Fix another invalid \s escale sequence
Adrian Moennich
2017-01-09
1
-1
/
+1
*
Bump up the copyright to 2017
Armin Ronacher
2017-01-07
1
-1
/
+1
*
Move the autoescape extension and with statement to be built-in
Armin Ronacher
2017-01-07
1
-29
/
+2
*
Since we no longer support 2.5 we can use the builtin next() function
Armin Ronacher
2013-05-20
1
-1
/
+1
*
Some more small cleanup for metaclasses
Armin Ronacher
2013-05-20
1
-1
/
+0
*
Moved all six usages (ignoring testsuite) into jinja2._compat
Armin Ronacher
2013-05-19
1
-6
/
+5
*
six.advance_iterator -> next
Armin Ronacher
2013-05-19
1
-12
/
+13
*
Merge remote-tracking branch 'apollo13/master'
Armin Ronacher
2013-05-19
1
-2
/
+12
|
\
|
*
fix previous commit, which was kinda nonfunctional
Florian Apolloner
2012-01-18
1
-2
/
+9
|
*
don't evaluate trans arguments twice.
Florian Apolloner
2012-01-18
1
-1
/
+4
*
|
Merge remote-tracking branch 'kristi/master'
Armin Ronacher
2013-05-19
1
-1
/
+6
|
\
\
|
|
/
*
|
Merge remote-tracking branch 'wking/keep-trailing-newline'
Armin Ronacher
2013-05-19
1
-1
/
+3
|
\
\
|
*
|
Add `keep_trailing_newline` to configure final endline stripping
W. Trevor King
2013-01-11
1
-1
/
+3
|
|
/
*
|
Remove unused imports
Daniel Neuhäuser
2013-05-18
1
-2
/
+1
*
|
python 3 port: manual fixes, remove 2to3 from setup.py, remove fixers
Thomas Waldmann
2013-05-18
1
-16
/
+16
*
|
python 3 port: automated changes by a slightly modified python-modernize
Thomas Waldmann
2013-05-17
1
-2
/
+3
|
/
*
Fixed a bug in the i18n extraction option handling and added a silent option.
Armin Ronacher
2011-12-15
1
-1
/
+9
*
Damn you Sphinx
Armin Ronacher
2011-01-24
1
-1
/
+3
*
Added new testcase
Armin Ronacher
2010-07-06
1
-1
/
+1
*
babel extraction can now properly extract newstyle gettext calls.
Armin Ronacher
2010-07-01
1
-11
/
+17
*
Added a small improvement for the code generation of newstyle gettext
Armin Ronacher
2010-05-29
1
-5
/
+14
*
Removed debug print
Armin Ronacher
2010-05-29
1
-1
/
+0
*
it's now possible to register extensions after an environment
Armin Ronacher
2010-05-29
1
-9
/
+13
*
Finished support for newstyle gettext translations
Armin Ronacher
2010-05-29
1
-13
/
+9
*
Tip is now 2.5. Started work on newstyle gettext translations.
Armin Ronacher
2010-05-29
1
-14
/
+57
*
Added extension ordering, this fixes #376.
Armin Ronacher
2010-04-12
1
-0
/
+7
*
Biggest change to Jinja since the 1.x migration: added evaluation contexts
Armin Ronacher
2010-03-14
1
-0
/
+15
*
added with-statement extension.
Armin Ronacher
2010-02-07
1
-0
/
+22
*
added support for translator comments if extracted via babel.
Armin Ronacher
2010-02-06
1
-2
/
+54
*
It's a new year
Armin Ronacher
2010-01-22
1
-1
/
+1
*
More Python 3 support.
Armin Ronacher
2009-08-05
1
-11
/
+11
*
Added support for line-based comments.
Armin Ronacher
2009-03-30
1
-0
/
+1
*
Same thing for extensions.
Armin Ronacher
2009-01-05
1
-6
/
+6
*
Copyright switch to "The Jinja Team".
Armin Ronacher
2009-01-04
1
-1
/
+1
*
Added experimental and undocumented bytecode cache support
Armin Ronacher
2008-09-17
1
-2
/
+3
*
Fixed a confusing edge case (thanks apollo13)
Armin Ronacher
2008-09-15
1
-4
/
+7
*
Fixed a bug in the i18n extension that caused the explicit pluralization bloc...
Armin Ronacher
2008-09-06
1
-1
/
+13
*
Skip templates with syntax errors on babel extract
Armin Ronacher
2008-06-29
1
-1
/
+5
*
Added non-babel output mode to extract_from_ast, integreated jinja2 doctests ...
Armin Ronacher
2008-06-27
1
-5
/
+37
*
Added example extension that uses the stream filtering and added unittests.
Armin Ronacher
2008-06-14
1
-1
/
+6
*
added support for token stream filtering and preprocessing.
Armin Ronacher
2008-06-13
1
-0
/
+16
*
moved environment defaults to jinja2.defaults
Armin Ronacher
2008-05-23
1
-20
/
+17
*
end of line sequence is no configurable
Armin Ronacher
2008-05-23
1
-1
/
+1
[next]