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
/
filters.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
round filter: remove the special case for precission=0 in order to ensure con...
Ronny Pfannschmidt
2010-08-17
1
-4
/
+1
*
round filter support+test negative precission in the round and use power of 1...
Ronny Pfannschmidt
2010-08-17
1
-4
/
+1
*
Version 2.4.2
Armin Ronacher
2010-05-23
1
-13
/
+8
*
Documented autoescaping behavior and eval contexts.
Armin Ronacher
2010-03-15
1
-1
/
+2
*
Biggest change to Jinja since the 1.x migration: added evaluation contexts
Armin Ronacher
2010-03-14
1
-16
/
+22
*
Fixed #367 by improving the documentation.
Armin Ronacher
2010-02-06
1
-1
/
+9
*
It's a new year
Armin Ronacher
2010-01-22
1
-1
/
+1
*
Unicode support for wordcount.
Armin Ronacher
2009-08-05
1
-1
/
+1
*
Applied documentation patches by Clemens Hermann.
Armin Ronacher
2009-03-18
1
-4
/
+4
*
Copyright switch to "The Jinja Team".
Armin Ronacher
2009-01-04
1
-1
/
+1
*
Fixed an escaping bug in urlize
Armin Ronacher
2008-11-17
1
-1
/
+1
*
Various cleanups and added custom cycler.
Armin Ronacher
2008-10-05
1
-10
/
+18
*
Implemented a sort filter that sorts arbitrary sequences.
Armin Ronacher
2008-09-17
1
-5
/
+25
*
Removed a few stdlib dependencies. This is the first step for IronPython sup...
Armin Ronacher
2008-08-13
1
-1
/
+1
*
Altered filesizeformat to support both MB and MiB, documented `{% filter %}`.
Armin Ronacher
2008-07-12
1
-14
/
+13
*
Fixed a link to the renamed section.
Armin Ronacher
2008-06-25
1
-1
/
+1
*
Improved attribute and item lookup by allowing template designers to express ...
Armin Ronacher
2008-06-12
1
-9
/
+6
*
fixed error in wordwrap filter
Benjamin Wiegand
2008-06-09
1
-3
/
+3
*
some more documentation updates and minor code cleanups. Additionally True a...
Armin Ronacher
2008-05-28
1
-5
/
+6
*
added attr filter
Armin Ronacher
2008-05-26
1
-1
/
+23
*
even more tests, fixed severe bug with autoescaping.
Armin Ronacher
2008-05-25
1
-0
/
+5
*
fixed bug with static unicode strings and auto escaping
Armin Ronacher
2008-05-24
1
-2
/
+1
*
added unittest for Markup and let the markup constructor accept `__html__` ob...
Armin Ronacher
2008-05-23
1
-1
/
+1
*
improved sandbox, added proper striptags and updated documentation to latest ...
Armin Ronacher
2008-05-04
1
-2
/
+1
*
changed wordcount filter once more
Armin Ronacher
2008-05-03
1
-1
/
+2
*
updated filters: wordwraps uses the wordwrap module and urlize marks the resu...
Armin Ronacher
2008-05-03
1
-26
/
+21
*
moved concat to utils, fixed a few docstrings, fixed memory leak in _speedups...
Armin Ronacher
2008-05-03
1
-5
/
+1
*
Fixed typos in documentation
Lukas Meuser
2008-05-01
1
-2
/
+2
*
fixed xmlattr again
Armin Ronacher
2008-04-28
1
-1
/
+1
*
updated jinja docs
Armin Ronacher
2008-04-28
1
-2
/
+2
*
fixed some NameErrors
Benjamin Wiegand
2008-04-28
1
-0
/
+1
*
more docs and fixed bug in parser that assigned lineno for ExprStmt wrong
Armin Ronacher
2008-04-28
1
-12
/
+39
*
first version of the jinja2 docs
Armin Ronacher
2008-04-28
1
-0
/
+1
*
autoescaping is separate from finalize now and Markup is completely ignored i...
Armin Ronacher
2008-04-28
1
-15
/
+19
*
all unittests pass, the special and dependency lookups have their own visitor...
Armin Ronacher
2008-04-27
1
-2
/
+4
*
revamped jinja2 import system. the behavior is less confusing now, but it's ...
Armin Ronacher
2008-04-25
1
-1
/
+2
*
moved `IncludedTemplate` into the regular template API, fixed more unittests
Armin Ronacher
2008-04-25
1
-5
/
+21
*
added first code for parser extensions and moved some code in speedups around
Armin Ronacher
2008-04-20
1
-2
/
+12
*
fixed a few bugs from the unittests
Armin Ronacher
2008-04-18
1
-13
/
+9
*
improved wordcount by removing pointless test
Priit Laes
2008-04-17
1
-3
/
+1
*
added missing indent filter
Priit Laes
2008-04-17
1
-0
/
+1
*
fixed two typos
Priit Laes
2008-04-17
1
-1
/
+1
*
improved undefined behavior
Armin Ronacher
2008-04-17
1
-6
/
+3
*
simplified loader api and added builtin caching
Armin Ronacher
2008-04-17
1
-23
/
+7
*
updated a few docstrings and removed contrib
Armin Ronacher
2008-04-17
1
-2
/
+2
*
improved filters
Armin Ronacher
2008-04-17
1
-197
/
+116
*
added autoescaping
Armin Ronacher
2008-04-17
1
-2
/
+3
*
updated a few filters and improved i18n
Armin Ronacher
2008-04-16
1
-141
/
+26
*
continued convertig filters
Christoph Hack
2008-04-14
1
-28
/
+2
*
converted unit tests, started rewriting filters
Christoph Hack
2008-04-13
1
-121
/
+74
[next]