Reindented a docstring.
[jinja2.git] / jinja2 /
2010-02-16 Armin RonacherReindented a docstring.
2010-02-16 Armin RonacherDocumented the API changes in get_template and select_t...
2010-02-16 Armin Ronacherthe environment template loading functions now transpar...
2010-02-11 Armin Ronacherported fix for #368 from maintenance branch.
2010-02-11 Armin RonacherThis fixes #368.
2010-02-10 Armin RonacherBroke a test for 2.x :)
2010-02-10 Armin RonacherALL TESTS PASS!
2010-02-10 Armin RonacherDown to 7 failures for Python 3. We're onto something.
2010-02-09 Armin RonacherAdded comment to why __unicode__ goes after __str__.
2010-02-09 Armin RonacherApproaching python3 compatibility
2010-02-09 Armin RonacherRemoved useless prints.
2010-02-09 Armin RonacherAdded doctests, hooked up all tests. Yay!
2010-02-09 Armin RonacherRest of tests ported, just need to hook up doctests...
2010-02-09 Armin RonacherAdded the security tests.
2010-02-09 Armin RonacherFixed some tests, added syntax test.
2010-02-09 Armin RonacherHalftime, lexer and parser tests added.
2010-02-09 Armin RonacherAnd import tests :)
2010-02-09 Armin RonacherAdded inheritance tests.
2010-02-09 Armin RonacherAdded tests for the test functions (the jinja ones ^^)
2010-02-09 Armin RonacherAdded loader tests.
2010-02-09 Armin RonacherPorted for tests
2010-02-09 Armin RonacherStarted working on unittest powered testsuite.
2010-02-09 Armin RonacherPropably delaying release for better python 3 support...
2010-02-09 Armin Ronacherexperimental Python 3 support.
2010-02-09 Armin RonacherPrefixLoader raises correct error message now. This...
2010-02-07 Armin Ronacheradded with-statement extension.
2010-02-07 Armin RonacherImproved test invokation. Picks up doctests within...
2010-02-07 Armin RonacherFurther error message improvement, this time for #341.
2010-02-06 Armin RonacherFixed #367 by improving the documentation.
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-24 Armin RonacherImproved finalize documentation.
2010-01-22 Armin RonacherIt's a new year
2010-01-14 Armin RonacherMore correct fix for 380. The only thing that is part...
2010-01-14 Armin Ronacherfixed a problem with having call blocks in outer scopes...
2010-01-13 Armin RonacherFixed the choice include tests.
2010-01-13 Armin Ronacherinclude tags are now able to select between multiple...
2009-11-22 Georg BrandlFix typos and one extra import.
2009-10-26 Armin RonacherReverted [73b04625ab54]. The old behavior is the new...
2009-10-25 Armin RonacherShortcut for the if inner visit for empty branches.
2009-10-25 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2009-10-25 Armin RonacherFixed a scoping bug that was introduced in the developm...
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 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 RonacherRefactoring in the way the parse function is invoked.
2009-09-13 Armin RonacherAdded ugly workaround for a loop bug.
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 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-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 RonacherBroken overlong line.
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-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-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 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-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 RonacherFixed a translation error caused by looping over empty...
2008-12-08 Armin RonacherFixed a typo
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 RonacherFixed a macro scoping bug discovered by ckknight introd...
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 RonacherFixed a bug in constant folding of keyword arguments...
2008-09-21 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-09-20 Armin RonacherUnified some code in the super/template reference system.
next