jinja2.git
2010-04-12 Armin RonacherReady for release. 2.4
2010-04-12 Armin RonacherImproved error message for undefineds
2010-04-12 Armin Ronacherextensions have a priority now.
2010-04-12 Armin RonacherAdded extension ordering, this fixes #376.
2010-04-12 Armin RonacherUndefineds give better hints for `None` objects now.
2010-04-10 Armin Ronacherthree is the new two
2010-04-05 Armin RonacherFixed a scoping bug that caused the immutable scoping...
2010-04-05 Armin RonacherAdded missing reference.
2010-04-05 Armin Ronacherautoescape no longer is a plain boolean value but can...
2010-03-24 Armin RonacherAdded improved documentation to the `ContextReference...
2010-03-15 Armin RonacherAnother documentation string fix.
2010-03-15 Armin RonacherHopefully fixed EvalContext documentation.
2010-03-15 Armin RonacherMore documentation updates.
2010-03-15 Armin RonacherUpdated copyright. It's 2010!
2010-03-15 Armin RonacherDocumented autoescaping behavior and eval contexts.
2010-03-14 Armin RonacherTemplate to module compilation should work on 3.x now.
2010-03-14 Armin RonacherFixed a testcase for Python 2.4
2010-03-14 Armin RonacherMore testcaseeees :)
2010-03-14 Armin RonacherAdded another testcase and fixed a bug with the volatil...
2010-03-14 Armin RonacherAdded a new testcase for something that is supposed...
2010-03-14 Armin RonacherBiggest change to Jinja since the 1.x migration: added...
2010-03-12 Armin RonacherImproved tests and template compilation.
2010-03-12 Armin RonacherJust in case there is no gc module.
2010-03-12 Armin RonacherStreamlined code. Removed an unnecessary leftover.
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-21 Georg BrandlFix test in Python 3.2 -- the exception message changed.
2010-02-19 Armin RonacherMerged in 2.3.1 release fixes
2010-02-19 Armin RonacherAdded tag 2.3.1 for changeset 140c54afc249
2010-02-19 Armin RonacherUntagged 2.3.1 and fixed setup.py for a new release 2.3.1
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-18 Armin RonacherAdded tag 2.3.1 for changeset 53f4dc68cec0
2010-02-17 Armin RonacherMerged in changes from 2.3.1
2010-02-17 Armin RonacherPushed version number in setup.py for 2.3.1 release.
2010-02-17 Armin RonacherFixed some tests for python 2.4. Disabled a test for...
2010-02-16 Armin Ronacherbroke a line into two. (test commit)
2010-02-16 Armin RonacherThe jdebug file should have a 2010 copyright as well.
2010-02-16 Armin RonacherRemoved unnecessary runtime check. Our 2to3 fixer...
2010-02-16 Armin RonacherReindented a docstring.
2010-02-16 Armin Ronacherbetter wording and test commit.
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 Ronachertip is 2.4
2010-02-10 Armin RonacherAdded tag 2.3 for changeset 2eb624b634a6
2010-02-10 Armin RonacherUntagged and added python 3 category. 2.3
2010-02-10 Armin RonacherAdded tag 2.3 for changeset be1b1d6ac4fc
2010-02-10 Armin RonacherReady for release
2010-02-10 Armin RonacherBroke a test for 2.x :)
2010-02-10 Armin RonacherAdded Python 3 section to the documentation.
2010-02-10 Armin RonacherDocumentation recommends distribute now.
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 old testsuite.
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 RonacherSome tiny documentation fixes (unicode -> Unicode)
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-07 Armin RonacherFixed bug in a testcase.
2010-02-06 Armin RonacherFixed #367 by improving the documentation.
2010-02-06 Armin RonacherAdded a testcase for #363. This bug was fixed along...
2010-02-06 Armin RonacherDocumentation no longer mentiones "no multiple inherita...
2010-02-06 Armin RonacherFixed typo in documentation.
2010-02-06 Armin Ronacheradded support for translator comments if extracted...
2010-02-06 Armin RonacherRaise version number.
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 RonacherJust to be on the sure side with that compiler optimiza...
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-10-19 Georg BrandlFix typo.
next