summaryrefslogtreecommitdiff
path: root/jinja2/defaults.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for `{% trans trimmed ... %}`Adrian Moennich2017-07-031-0/+1
* Add support for namespace attribute assignmentAdrian Moennich2017-06-241-2/+3
* Allow to reconfigure the default for truncate leewayArmin Ronacher2017-01-101-0/+1
* Bump up the copyright to 2017Armin Ronacher2017-01-071-1/+1
* Add a policy for the ascii literal behavior. Fixes #392Armin Ronacher2017-01-071-0/+1
* Ported tojson filter. Fixes #458Armin Ronacher2017-01-061-2/+4
* Make noopener the default for urlizeArmin Ronacher2016-12-311-0/+7
* Replace lambda for 'dict' in with dict itselfPeter Harris2015-01-231-1/+1
* Merge remote-tracking branch 'kristi/master'Armin Ronacher2013-05-191-0/+1
|\
| * add lstrip_blocks environment setting, fix lexerKristi Tsukida2012-07-101-0/+1
* | Merge remote-tracking branch 'wking/keep-trailing-newline'Armin Ronacher2013-05-191-0/+1
|\ \
| * | Add `keep_trailing_newline` to configure final endline strippingW. Trevor King2013-01-111-0/+1
| |/
* | xrange -> range_type for consistencyArmin Ronacher2013-05-181-2/+2
* | python 3 port: manual fixes, remove 2to3 from setup.py, remove fixersThomas Waldmann2013-05-181-0/+1
|/
* Removed unnecessary runtime check. Our 2to3 fixer fixes thatArmin Ronacher2010-02-171-7/+1
* It's a new yearArmin Ronacher2010-01-221-1/+1
* Started to work on Python 3 support.Armin Ronacher2009-08-051-1/+7
* Added support for line-based comments.Armin Ronacher2009-03-301-0/+1
* This commit makes the parser and lexer use regular string comparison to suppo...Ali Afshar2009-01-051-1/+1
* Copyright switch to "The Jinja Team".Armin Ronacher2009-01-041-1/+1
* Implemented and documented "joiner"Armin Ronacher2008-10-131-2/+3
* Various cleanups and added custom cycler.Armin Ronacher2008-10-051-2/+3
* moved environment defaults to jinja2.defaultsArmin Ronacher2008-05-231-2/+6
* void -> doArmin Ronacher2008-05-151-2/+1
* switched back to explicit set for assignments. {% foo = 42 %} becomes {% set...Armin Ronacher2008-05-131-1/+2
* improved sandbox, added proper striptags and updated documentation to latest ...Armin Ronacher2008-05-041-0/+1
* moved caching from loaders to environment and added environment overlaysArmin Ronacher2008-04-301-0/+13
* fixed more unittestsArmin Ronacher2008-04-221-1/+3
* refactored extensions a bitArmin Ronacher2008-04-201-5/+1
* improved undefined behaviorArmin Ronacher2008-04-171-1/+1
* simplified loader api and added builtin cachingArmin Ronacher2008-04-171-0/+1
* updated a few filters and improved i18nArmin Ronacher2008-04-161-1/+5
* added sandbox and exchageable undefined objectsArmin Ronacher2008-04-141-6/+4
* converted unit tests, started rewriting filtersChristoph Hack2008-04-131-1/+3
* optimize filters on constant valuesChristoph Hack2008-04-081-1/+1
* a clean restartArmin Ronacher2008-03-311-0/+16