Run `./2to3.py -w jinja2`
[jinja2.git] / examples /
2011-07-07 Armin RonacherMerge branch 'master' of github.com:mitsuhiko/jinja2
2011-07-07 Armin RonacherFixed a broken example. This fies #45
2010-08-18 Armin RonacherMerged in fix for Python 3 regarding precisions
2010-08-17 Rodrigo MoraesAdded benchmark for chameleon/chameleon-genshi.
2010-07-01 Armin RonacherUpdated rwbench
2010-06-06 Armin RonacherFixed the profile.py file and removed a useless newline...
2010-06-05 Armin RonacherUpdated examples to use Django cached.
2009-09-10 Armin RonacherAdded tornado templates to benchmark.
2009-02-24 Armin RonacherImproved Jinja's debugging support by introducing ...
2009-01-04 Armin RonacherCopyright switch to "The Jinja Team".
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.
2008-05-25 Armin Ronacherand added genshi to rwbench too. want to see how much...
2008-05-25 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-05-25 Armin Ronacherimplemented rwbench for django (uh. that sucks)
2008-05-25 Armin Ronachereven more tests, fixed severe bug with autoescaping.
2008-05-18 Armin Ronachersmall refactoring
2008-05-15 Armin Ronacheradded disclaimer to rwbench and fixed error reporting...
2008-05-15 Armin Ronacheradded a semi realworld benchmark (jinja2 and mako)
2008-05-12 Armin RonacherAutomated merge with ssh://team@pocoo.org/jinja2-main
2008-05-10 Armin Ronacheradded a function to parse assign targes and documented...
2008-05-07 Armin Ronachermoved example code around
2008-05-01 Armin Ronachersmall performance improvements
2008-04-27 Armin Ronacherall unittests pass, the special and dependency lookups...
2008-04-26 Armin Ronacheradded spitfire to bench and did some more refactoring
2008-04-26 Armin Ronacherthere is now a workaround in the compiler that makes...
2008-04-25 Armin Ronachersome performance improvements
2008-04-20 Armin Ronacherrefactored extensions a bit
2008-04-20 Armin Ronacheradded first code for parser extensions and moved some...
2008-04-16 Armin Ronacheradded broken example template for debugger testing
2008-04-16 Armin Ronacheradded new python only debug hack
2008-04-16 Armin Ronacherupdated a few filters and improved i18n
2008-04-16 Armin Ronacherreimplemented {% trans %}
2008-04-13 Christoph HackAutomated merge with ssh://dev.pocoo.org/jinja2-main
2008-04-13 Armin Ronacheradded super()
2008-04-13 Armin Ronacheroptimizer can optimize filtered for loops now
2008-04-13 Armin Ronachermoved example tests into a folder