Support nose framework for the whole test suite.
[jinja2.git] / tests / test_syntax.py
2009-04-20 Rene LeonhardtSupport nose framework for the whole test suite.
2009-02-05 Armin RonacherFixed a bug in the parser that made ``{{ foo[1, 2]...
2009-02-04 Armin RonacherPriority of `not` raised. It's now possible to write...
2009-01-04 Armin RonacherCopyright switch to "The Jinja Team".
2008-09-10 Armin RonacherIt's now possible to use ``{{ foo.0.0 }}``
2008-07-10 Christopher GrebsAutomated merge with dev.pocoo.org/hg/jinja2-main/
2008-07-04 Armin RonacherFixed a bug with the loop context of a for loop if...
2008-06-22 Armin Ronacheradded support for implicit string literal concatenation
2008-06-12 Armin RonacherFixed a broken unittest and fixed a bug that required...
2008-05-28 Armin Ronachersome more documentation updates and minor code cleanups...
2008-05-25 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-05-24 Armin Ronacherall calls are proxied by context.call now so that we...
2008-05-01 Armin RonacherJinja doesn't have keywords any longer. The reason...
2008-04-25 Armin Ronacherrevamped jinja2 import system. the behavior is less...
2008-04-24 Armin Ronachermoved trans extension from jinja2.i18n to jinja2.ext...
2008-04-24 Armin Ronacherinheritance uses a less awkward hack for contexts now...
2008-04-13 Christoph HackAutomated merge with ssh://dev.pocoo.org/jinja2-main
2008-04-13 Christoph Hackconverted unit tests, started rewriting filters
2007-12-09 Armin Ronacherimproved python2.3 support
2007-09-07 Armin Ronacher[svn] merged newparser into trunk
2007-06-01 Armin Ronacher[svn] added baseclasses for loaders, added the memcachi...
2007-06-01 Armin Ronacher[svn] added some more jinja unittests