Run `./2to3.py -w jinja2`
[jinja2.git] / CHANGES
2012-03-09 Ron DuPlainMerge pull request #78 from SimonSapin/patch-2
2012-03-09 Ron DuPlainMerge pull request #81 from obeattie/docs-fix
2012-01-24 Armin RonacherAdded changelog entry for #92 and changed LoopContext...
2012-01-07 Armin RonacherRenamed urlescape to urlencode
2012-01-07 Armin RonacherReworked implementation of the urlescape filter, made...
2011-12-15 Armin RonacherMerge branch 'master' of github.com:mitsuhiko/jinja2
2011-12-15 Armin RonacherFixed a bug in the i18n extraction option handling...
2011-10-05 Armin RonacherFixed filesizeformat
2011-09-13 Armin RonacherMerge branch 'master' of github.com:mitsuhiko/jinja2
2011-09-13 Armin RonacherImproved choice and prefix loaders.
2011-07-25 Armin RonacherMerge pull request #50 from SimonSapin/patch-1
2011-07-25 Simon SapinTypo fix ... I think.
2011-07-24 Armin RonacherPrepairing for a 2.6 release
2011-05-24 Armin RonacherMerge pull request #33 from razamatan/master
2011-05-24 Armin RonacherMerge branch 'master' of github.com:mitsuhiko/jinja2
2011-05-24 Armin RonacherAdded test for mappings. This fixes #35
2011-01-24 Armin Ronacherjoin now also accepts parameters
2011-01-24 Armin Ronachersort now also accepts an attribute
2011-01-23 Armin RonacherThe sum filter can now sum up attributes
2011-01-11 Armin RonacherNo longer segfault on new versions. This fixes #4
2010-12-22 Armin RonacherFixed imports with scoped blocks
2010-12-20 Armin Ronachergroupby now supports attributes of attributes. This...
2010-11-29 Armin RonacherImplemented operator intercepting
2010-11-29 Armin RonacherTraceback support now works with PyPy
2010-11-19 Armin RonacherUndefineds now support attribute errors for special...
2010-10-18 Armin RonacherMerge branch '2.5-maintenance'
2010-10-18 Armin RonacherRe-release of 2.5.4 as 2.5.5 without docs 2.5.5
2010-10-17 Armin RonacherMerge branch '2.5-maintenance'
2010-10-17 Armin RonacherRelease 2.5.4 as well 2.5.4
2010-10-17 Armin RonacherMerge branch '2.5-maintenance'
2010-10-17 Armin RonacherFinally fixed the 64bit segfault on big-endian architec...
2010-10-17 Armin RonacherFixed extensions not loading properly with overlays
2010-10-17 Armin Ronachermaster will be 2.6
2010-10-17 Armin RonacherMerge branch '2.5-maintenance'
2010-10-17 Armin RonacherThis will be 2.5.4
2010-10-17 Armin RonacherUpdated CHANGES entry for release
2010-10-17 Armin Ronacherfixed an operator precedence error introduced in 2... 2.5.3
2010-08-18 Armin RonacherMerged in fix for Python 3 regarding precisions
2010-08-18 Armin RonacherPreparing for a 2.5.2 release. Fixed an issue with...
2010-08-17 Armin Ronachertip is 2.6
2010-08-17 Armin Ronacherfixed an issue with unary operators having the wrong... 2.5.1
2010-08-17 Armin RonacherMerged in ronny's fixes for round filter
2010-08-17 Armin RonacherDocumented switch to MarkupSafe
2010-07-01 Armin Ronacherbabel extraction can now properly extract newstyle...
2010-07-01 Armin RonacherWe will have a 2.5.1 release
2010-06-05 Armin RonacherDocumented changes.
2010-05-29 Armin Ronacherit's now possible to register extensions after an envir...
2010-05-29 Armin RonacherTip is now 2.5. Started work on newstyle gettext trans...
2010-05-23 Armin RonacherVersion 2.4.2
2010-04-20 Armin Ronachertip iis 2.5
2010-04-20 Armin Ronacherfixed an error reporting bug for undefineds. 2.4.1
2010-04-12 Armin Ronachertip is 2.5
2010-04-12 Armin RonacherReady for release. 2.4
2010-04-12 Armin Ronacherextensions have a priority now.
2010-03-15 Armin RonacherDocumented autoescaping behavior and eval contexts.
2010-03-12 Armin Ronacheradded a :class:`ModuleLoader` that can load templates...
2010-02-21 Georg BrandlMake the _speedups extension compatible with Python 3.
2010-02-19 Armin RonacherMerged in 2.3.1 release fixes
2010-02-19 Armin Ronachermerged with 2.3-maintenance
2010-02-19 Armin RonacherAdded changelog
2010-02-18 Armin RonacherMerged 2.3.1 in
2010-02-17 Armin RonacherMerged in changes from 2.3.1
2010-02-16 Armin Ronacherbetter wording and test commit.
2010-02-16 Armin Ronacherthe environment template loading functions now transpar...
2010-02-11 Armin Ronacherported fix for #368 from maintenance branch.
2010-02-10 Armin Ronachertip is 2.4
2010-02-09 Armin Ronacherexperimental Python 3 support.
2010-02-07 Armin Ronacheradded with-statement extension.
2010-02-06 Armin Ronacheradded support for translator comments if extracted...
2010-02-06 Armin Ronacherimplicit tuple expressions can no longer be totally...
2010-02-06 Armin Ronachergreatly improved error message reporting. This fixes...
2010-01-14 Armin Ronacherfixed a problem with having call blocks in outer scopes...
2010-01-13 Armin Ronacherinclude tags are now able to select between multiple...
2009-10-26 Armin RonacherReverted [73b04625ab54]. The old behavior is the new...
2009-09-18 Armin Ronacheradded a deprecation warning for a variable assignment...
2009-09-16 Armin Ronacherfixes issue with code generator that causes unbound...
2009-09-14 Armin Ronacherfixes some smaller problems for Jinja2 on Jython. 2.2.1
2009-09-13 Armin Ronacherspeedup extension is now disabled by default (added...
2009-09-13 Armin RonacherImproved wording in the CHANGES file.
2009-09-13 Armin RonacherUpdated changes.
2009-09-13 Armin Ronacher(codename Kong, released on September 12th 2009)
2009-07-26 Armin Ronachermerged.
2009-07-26 Armin Ronachermerged.
2009-07-26 Armin RonacherAdded the `meta` module.
2009-07-09 Armin RonacherRenamed (undocumented) attribute overlay to overlayed...
2009-04-16 Armin RonacherResolved conflict
2009-03-30 Armin RonacherAdded support for line-based comments.
2009-02-19 Armin RonacherAdded support for optional `scoped` modifier to blocks.
2009-02-11 Armin RonacherFixed a bug that caused internal errors if names where...
2009-02-08 Armin RonacherMade it possible to refer to names from outer scopes...
2009-02-05 Armin RonacherFixed a bug in the parser that made ``{{ foo[1, 2]...
2009-02-04 Armin RonacherFixed a bug that caused syntax errors when defining...
2009-02-04 Armin RonacherPriority of `not` raised. It's now possible to write...
2008-12-27 Armin RonacherInclude statements can now be marked with ``ignore...
2008-12-25 Armin RonacherFixed a translation error caused by looping over empty...
2008-11-23 Armin Ronachertip is now 2.2-dev
2008-11-23 Armin RonacherFinal changes for Jinja 2.1 release
2008-11-16 Armin RonacherFixed an escaping bug in urlize
2008-11-02 Armin RonacherAdded support for `Environment.compile_expression`.
2008-10-13 Armin RonacherImplemented and documented "joiner"
next