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
/
CHANGES
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added changelog entry for #92 and changed LoopContext.End to _last_iteration
Armin Ronacher
2012-01-25
1
-0
/
+2
*
Renamed urlescape to urlencode
Armin Ronacher
2012-01-07
1
-1
/
+1
*
Reworked implementation of the urlescape filter, made it Python3 compatible, ...
Armin Ronacher
2012-01-07
1
-0
/
+3
*
Fixed a bug in the i18n extraction option handling and added a silent option.
Armin Ronacher
2011-12-15
1
-0
/
+1
*
Fixed filesizeformat
Armin Ronacher
2011-10-05
1
-0
/
+1
*
Merge branch 'master' of github.com:mitsuhiko/jinja2
Armin Ronacher
2011-09-13
1
-1
/
+1
|
\
|
*
Typo fix ... I think.
Simon Sapin
2011-07-25
1
-1
/
+1
*
|
Improved choice and prefix loaders.
Armin Ronacher
2011-09-13
1
-0
/
+8
|
/
*
Prepairing for a 2.6 release
Armin Ronacher
2011-07-24
1
-1
/
+1
*
Added test for mappings. This fixes #35
Armin Ronacher
2011-05-24
1
-0
/
+2
*
join now also accepts parameters
Armin Ronacher
2011-01-24
1
-0
/
+3
*
sort now also accepts an attribute
Armin Ronacher
2011-01-24
1
-0
/
+1
*
The sum filter can now sum up attributes
Armin Ronacher
2011-01-24
1
-0
/
+4
*
No longer segfault on new versions. This fixes #4
Armin Ronacher
2011-01-11
1
-0
/
+7
*
Fixed imports with scoped blocks
Armin Ronacher
2010-12-22
1
-0
/
+2
*
groupby now supports attributes of attributes. This fixes #10
Armin Ronacher
2010-12-21
1
-0
/
+2
*
Implemented operator intercepting
Armin Ronacher
2010-11-29
1
-0
/
+4
*
Traceback support now works with PyPy
Armin Ronacher
2010-11-29
1
-0
/
+1
*
Undefineds now support attribute errors for special attributes. This fixes #6
Armin Ronacher
2010-11-19
1
-0
/
+4
*
Merge branch '2.5-maintenance'
Armin Ronacher
2010-10-18
1
-0
/
+7
|
\
|
*
Re-release of 2.5.4 as 2.5.5 without docs
2.5.5
Armin Ronacher
2010-10-18
1
-0
/
+7
*
|
Merge branch '2.5-maintenance'
Armin Ronacher
2010-10-17
1
-1
/
+1
|
\
\
|
|
/
|
*
Release 2.5.4 as well
2.5.4
Armin Ronacher
2010-10-17
1
-1
/
+1
*
|
Merge branch '2.5-maintenance'
Armin Ronacher
2010-10-17
1
-0
/
+4
|
\
\
|
|
/
|
*
Finally fixed the 64bit segfault on big-endian architectures in non-tracing mode
Armin Ronacher
2010-10-17
1
-0
/
+2
|
*
Fixed extensions not loading properly with overlays
Armin Ronacher
2010-10-17
1
-0
/
+2
*
|
master will be 2.6
Armin Ronacher
2010-10-17
1
-0
/
+4
|
/
*
This will be 2.5.4
Armin Ronacher
2010-10-17
1
-0
/
+4
*
Updated CHANGES entry for release
Armin Ronacher
2010-10-17
1
-1
/
+1
*
fixed an operator precedence error introduced in 2.5.2.
2.5.3
Armin Ronacher
2010-10-17
1
-0
/
+9
*
Preparing for a 2.5.2 release. Fixed an issue with setup.py
Armin Ronacher
2010-08-18
1
-0
/
+8
*
tip is 2.6
Armin Ronacher
2010-08-17
1
-1
/
+1
*
fixed an issue with unary operators having the wrong precendence.
2.5.1
Armin Ronacher
2010-08-17
1
-0
/
+1
*
Documented switch to MarkupSafe
Armin Ronacher
2010-08-17
1
-0
/
+5
*
babel extraction can now properly extract newstyle gettext calls.
Armin Ronacher
2010-07-01
1
-0
/
+3
*
We will have a 2.5.1 release
Armin Ronacher
2010-07-01
1
-3
/
+3
*
Documented changes.
Armin Ronacher
2010-06-05
1
-0
/
+10
*
it's now possible to register extensions after an environment
Armin Ronacher
2010-05-29
1
-1
/
+3
*
Tip is now 2.5. Started work on newstyle gettext translations.
Armin Ronacher
2010-05-29
1
-3
/
+6
*
Version 2.4.2
Armin Ronacher
2010-05-23
1
-3
/
+7
*
tip iis 2.5
Armin Ronacher
2010-04-20
1
-0
/
+4
*
fixed an error reporting bug for undefineds.
2.4.1
Armin Ronacher
2010-04-20
1
-3
/
+5
*
tip is 2.5
Armin Ronacher
2010-04-13
1
-0
/
+4
*
Ready for release.
2.4
Armin Ronacher
2010-04-13
1
-1
/
+1
*
extensions have a priority now.
Armin Ronacher
2010-04-12
1
-0
/
+1
*
Documented autoescaping behavior and eval contexts.
Armin Ronacher
2010-03-15
1
-1
/
+2
*
added a :class:`ModuleLoader` that can load templates from
Armin Ronacher
2010-03-12
1
-0
/
+4
*
Make the _speedups extension compatible with Python 3.
Georg Brandl
2010-02-21
1
-0
/
+2
*
merged with 2.3-maintenance
Armin Ronacher
2010-02-19
1
-0
/
+7
|
\
|
*
Added changelog
Armin Ronacher
2010-02-19
1
-1
/
+8
[next]