jinja2.git
2009-09-14 Armin Ronacherfixes some smaller problems for Jinja2 on Jython. 2.2.1
2009-09-14 Armin RonacherMade the lru cache more robust.
2009-09-13 Armin RonacherTiny improvement for the loop hack. Implemented it...
2009-09-13 Armin RonacherClarified copyrights.
2009-09-13 Armin RonacherFixed the install docs.
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 RonacherAdded tag 2.2 for changeset f20ea8e724a0
2009-09-13 Armin RonacherDisabled speedups by default. 2.2
2009-09-13 Armin RonacherAdded tag 2.2 for changeset 41c2aca50afd
2009-09-13 Armin RonacherUpdated changes.
2009-09-13 Armin Ronacher(codename Kong, released on September 12th 2009)
2009-09-13 Armin RonacherRefactoring in the way the parse function is invoked.
2009-09-13 Armin RonacherAdded ugly workaround for a loop bug.
2009-09-10 Armin RonacherAdded tornado templates to benchmark.
2009-08-05 Armin RonacherMore Python 3 support.
2009-08-05 Armin RonacherStarted to work on Python 3 support.
2009-08-05 Armin RonacherUnicode support for wordcount.
2009-07-26 Armin RonacherAdded unittests for meta.
2009-07-26 Armin RonacherNever forget about contributors. Thanks Rene for porti...
2009-07-26 Armin Ronacherfab -> make
2009-07-26 Armin RonacherGot rid of py.testisms.
2009-07-26 Armin Ronachermerged.
2009-07-26 Armin Ronachermerged.
2009-07-26 Armin RonacherAdded missing module.
2009-07-26 Armin RonacherAdded the `meta` module.
2009-07-09 Armin RonacherRenamed (undocumented) attribute overlay to overlayed...
2009-07-07 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2009-07-07 Armin Ronacherexplanation for a strange monkey patch in django2jinja...
2009-05-04 Armin RonacherMerged
2009-05-03 Christopher... typo fix
2009-05-02 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2009-05-02 Armin RonacherFixed typo.
2009-04-28 Armin RonacherImproved changelog rendering
2009-04-27 Christopher... Fix typo. Closes #343
2009-04-20 Rene LeonhardtSupport nose framework for the whole test suite.
2009-04-17 Armin RonacherFixed a bug in jinja2/debug (second time, forgot to...
2009-04-16 Armin RonacherRemoved print statement left in the code
2009-04-16 Armin RonacherResolved conflict
2009-04-16 Armin RonacherFixed a bug with template syntax errors not handled...
2009-04-02 Armin RonacherDocumented more changes
2009-03-05 Armin RonacherStarted refactoring of debugging system for better...
2009-04-02 Armin RonacherMoved tmbundle into tarfile (does not check out properl...
2009-04-02 Armin RonacherBroken overlong line.
2009-04-01 Armin RonacherAdded a testcase for the last change.
2009-04-01 Armin RonacherFixed another bug with line comments
2009-03-31 Armin RonacherFixed bug in line-based comments with priority.
2009-03-30 Armin RonacherAdded support for line-based comments.
2009-03-30 Armin RonacherAdded testcase for #335
2009-03-18 Armin RonacherApplied documentation patches by Clemens Hermann.
2009-03-17 Armin RonacherAdded testcase for a bug
2009-03-05 Armin RonacherStarted refactoring of debugging system for better...
2009-02-24 Armin RonacherImproved Jinja's debugging support by introducing ...
2009-02-19 Armin RonacherAdded a (ugly) hack to the exceptions so that they...
2009-02-19 Armin Ronacherjinja2.sandbox should not warn on 2.6 any more.
2009-02-19 Armin RonacherAdded proper super() support for scoped blocks.
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-08 Armin RonacherFixed a documenation bug in the cache extension.
2009-02-05 Armin RonacherFixed a bug in the parser that made ``{{ foo[1, 2]...
2009-02-04 Armin RonacherImproved usage of string interning. This should fix...
2009-02-04 Armin RonacherFixed a bug that caused syntax errors when defining...
2009-02-04 Armin RonacherThis fixes #325.
2009-02-04 Armin RonacherThis fixes #317.
2009-02-04 Armin RonacherPriority of `not` raised. It's now possible to write...
2009-01-12 Armin RonacherFixed a threading issue with the LRUCache. Still not...
2009-01-06 Armin RonacherFixed inconsistency in LICENSE file.
2009-01-05 Armin RonacherSame thing for extensions.
2009-01-05 Ali AfsharThis commit makes the parser and lexer use regular...
2009-01-04 Armin RonacherCopyright switch to "The Jinja Team".
2008-12-27 Armin RonacherInclude statements can now be marked with ``ignore...
2008-12-25 Armin RonacherTip is 2.2
2008-12-25 Armin RonacherAdded tag 2.1.1 for changeset 744e087d24e9
2008-12-25 Armin RonacherOn our way to 2.2 we found a bug in 2.1 and our repo... 2.1.1
2008-12-25 Armin RonacherFixed a translation error caused by looping over empty...
2008-12-08 Armin RonacherFixed a typo
2008-11-23 Armin Ronachertip is now 2.2-dev
2008-11-23 Armin RonacherAdded tag 2.1 for changeset dbf1e3a0b178
2008-11-23 Armin RonacherUpdated documentation to reflect the new speedups insta... 2.1
2008-11-23 Armin RonacherRemoved optional speedups extension hack.
2008-11-23 Armin RonacherUntagged 2.1
2008-11-23 Armin RonacherAdded tag 2.1 for changeset 1322ed9fffbe
2008-11-23 Armin RonacherFinal changes for Jinja 2.1 release
2008-11-16 Armin RonacherAdded thanks entry for habbie
2008-11-16 Armin RonacherFixed an escaping bug in urlize
2008-11-02 Armin RonacherAdded support for `Environment.compile_expression`.
2008-11-02 Armin RonacherFixed a small bug with the undefined object: the error...
2008-10-30 Armin RonacherAdded a Thanks entry for Cameron Knight.
2008-10-30 Armin RonacherFixed a macro scoping bug discovered by ckknight introd...
2008-10-20 Julien VisinandAdded support for variable name translations in django2...
2008-10-13 Armin RonacherImplemented and documented "joiner"
2008-10-05 Armin RonacherVarious cleanups and added custom cycler.
2008-10-04 Armin Ronacherimports and includes "with context" are passed the...
2008-09-23 Armin RonacherThe hopefully final fix for the bug apollo13 spotted...
2008-09-21 Armin RonacherAdded THANKS entry for nosklo
2008-09-21 Armin RonacherFixed a bug in constant folding of keyword arguments...
2008-09-21 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-09-21 Armin RonacherFixed a bug in djangojinja2 that caused mimetype being...
2008-09-20 Armin RonacherUnified some code in the super/template reference system.
next