aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2020-01-26Revert "rename imports to jinja"David Lord
2020-01-10rename imports to jinjaDavid Lord
2020-01-10remove old scripts and examplesDavid Lord
2020-01-10apply flake8David Lord
2020-01-10apply blackDavid Lord
2020-01-10apply reorder-python-importsDavid Lord
2019-10-27Use print() function in both Python2 and Python 3cclauss
2019-10-23use "Jinja" instead of "Jinja2"David Lord
2015-03-22change py2 print statements to py3Kartheek Lenkala
2011-07-07Fixed a broken example. This fies #45Armin Ronacher
2010-08-17Added benchmark for chameleon/chameleon-genshi.Rodrigo Moraes
2010-07-01Updated rwbenchArmin Ronacher
2010-06-06Fixed the profile.py file and removed a useless newline callArmin Ronacher
2010-06-05Updated examples to use Django cached.Armin Ronacher
2009-09-10Added tornado templates to benchmark.Armin Ronacher
2009-02-24Improved Jinja's debugging support by introducing "@internalcode" which marks...Armin Ronacher
2009-01-04Copyright switch to "The Jinja Team".Armin Ronacher
2008-09-20Unified some code in the super/template reference system.Armin Ronacher
2008-05-25and added genshi to rwbench too. want to see how much the GSOC improves perf...Armin Ronacher
2008-05-25implemented rwbench for django (uh. that sucks)Armin Ronacher
2008-05-25even more tests, fixed severe bug with autoescaping.Armin Ronacher
2008-05-18small refactoringArmin Ronacher
2008-05-16added disclaimer to rwbench and fixed error reporting for one of the four Out...Armin Ronacher
2008-05-15added a semi realworld benchmark (jinja2 and mako)Armin Ronacher
2008-05-10added a function to parse assign targes and documented it for the extension i...Armin Ronacher
2008-05-07moved example code aroundArmin Ronacher
2008-05-01small performance improvementsArmin Ronacher
2008-04-27all unittests pass, the special and dependency lookups have their own visitor...Armin Ronacher
2008-04-26added spitfire to bench and did some more refactoringArmin Ronacher
2008-04-26there is now a workaround in the compiler that makes sure it's possible to ca...Armin Ronacher
2008-04-26some performance improvementsArmin Ronacher
2008-04-20refactored extensions a bitArmin Ronacher
2008-04-20added first code for parser extensions and moved some code in speedups aroundArmin Ronacher
2008-04-16added broken example template for debugger testingArmin Ronacher
2008-04-16added new python only debug hackArmin Ronacher
2008-04-16updated a few filters and improved i18nArmin Ronacher
2008-04-16reimplemented {% trans %}Armin Ronacher
2008-04-13added super()Armin Ronacher
2008-04-13optimizer can optimize filtered for loops nowArmin Ronacher
2008-04-13moved example tests into a folderArmin Ronacher