summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* rename default branch in filesDavid Lord2021-05-111-2/+2
|
* apply pyupgrade and f-stringsDavid Lord2020-02-057-18/+4
|
* Revert "rename imports to jinja"David Lord2020-01-267-11/+11
| | | | This reverts commit 1167525b73863119f8bbec03ddb9d35eacff4bef.
* rename imports to jinjaDavid Lord2020-01-107-11/+11
|
* remove old scripts and examplesDavid Lord2020-01-1018-1087/+0
|
* apply flake8David Lord2020-01-103-12/+18
|
* apply blackDavid Lord2020-01-1011-157/+230
|
* apply reorder-python-importsDavid Lord2020-01-1010-33/+40
|
* Use print() function in both Python2 and Python 3cclauss2019-10-279-8/+17
|
* use "Jinja" instead of "Jinja2"David Lord2019-10-236-8/+8
|
* change py2 print statements to py3Kartheek Lenkala2015-03-223-3/+3
|
* Fixed a broken example. This fies #45Armin Ronacher2011-07-071-2/+10
|
* Added benchmark for chameleon/chameleon-genshi.Rodrigo Moraes2010-08-171-1/+76
| | | | | --HG-- branch : trunk
* Updated rwbenchArmin Ronacher2010-07-011-0/+13
| | | | | --HG-- branch : trunk
* Fixed the profile.py file and removed a useless newline callArmin Ronacher2010-06-061-1/+1
| | | | | --HG-- branch : trunk
* Updated examples to use Django cached.Armin Ronacher2010-06-053-8/+15
| | | | | --HG-- branch : trunk
* Added tornado templates to benchmark.Armin Ronacher2009-09-101-1/+43
| | | | | --HG-- branch : trunk
* Improved Jinja's debugging support by introducing "@internalcode" which ↵Armin Ronacher2009-02-243-2/+6
| | | | | | | marks code objects that are skipped on tracebacks. Also template errors are now translated as well to help the pylons debugger. --HG-- branch : trunk
* Copyright switch to "The Jinja Team".Armin Ronacher2009-01-041-1/+1
| | | | | --HG-- branch : trunk
* Unified some code in the super/template reference system.Armin Ronacher2008-09-202-4/+9
| | | | | --HG-- branch : trunk
* and added genshi to rwbench too. want to see how much the GSOC improves ↵Armin Ronacher2008-05-257-4/+94
| | | | | | | performance :) --HG-- branch : trunk
* implemented rwbench for django (uh. that sucks)Armin Ronacher2008-05-259-9/+211
| | | | | --HG-- branch : trunk
* even more tests, fixed severe bug with autoescaping.Armin Ronacher2008-05-251-1/+1
| | | | | --HG-- branch : trunk
* small refactoringArmin Ronacher2008-05-181-2/+1
| | | | | --HG-- branch : trunk
* added disclaimer to rwbench and fixed error reporting for one of the four ↵Armin Ronacher2008-05-161-1/+3
| | | | | | | Output cases --HG-- branch : trunk
* added a semi realworld benchmark (jinja2 and mako)Armin Ronacher2008-05-157-0/+218
| | | | | --HG-- branch : trunk
* added a function to parse assign targes and documented it for the extension ↵Armin Ronacher2008-05-101-15/+8
| | | | | | | interface --HG-- branch : trunk
* moved example code aroundArmin Ronacher2008-05-079-0/+56
| | | | | | | | | | | | | --HG-- branch : trunk rename : examples/cycle.py => examples/basic/cycle.py rename : examples/debugger.py => examples/basic/debugger.py rename : examples/inheritance.py => examples/basic/inheritance.py rename : examples/templates/broken.html => examples/basic/templates/broken.html rename : examples/test.py => examples/basic/test.py rename : examples/test_filter_and_linestatements.py => examples/basic/test_filter_and_linestatements.py rename : examples/test_loop_filter.py => examples/basic/test_loop_filter.py rename : examples/translate.py => examples/basic/translate.py
* small performance improvementsArmin Ronacher2008-05-011-1/+1
| | | | | --HG-- branch : trunk
* all unittests pass, the special and dependency lookups have their own ↵Armin Ronacher2008-04-271-1/+3
| | | | | | | visitors now, with `self` one can get a reference to the current template and render blocks multiple times. --HG-- branch : trunk
* added spitfire to bench and did some more refactoringArmin Ronacher2008-04-261-8/+56
| | | | | --HG-- branch : trunk
* there is now a workaround in the compiler that makes sure it's possible to ↵Armin Ronacher2008-04-261-29/+96
| | | | | | | call things with python keywords. {{ foo(class=42) }} works again --HG-- branch : trunk
* some performance improvementsArmin Ronacher2008-04-261-9/+81
| | | | | --HG-- branch : trunk
* refactored extensions a bitArmin Ronacher2008-04-201-1/+1
| | | | | --HG-- branch : trunk
* added first code for parser extensions and moved some code in speedups aroundArmin Ronacher2008-04-201-2/+1
| | | | | --HG-- branch : trunk
* added broken example template for debugger testingArmin Ronacher2008-04-162-0/+12
| | | | | --HG-- branch : trunk
* added new python only debug hackArmin Ronacher2008-04-162-0/+14
| | | | | --HG-- branch : trunk
* updated a few filters and improved i18nArmin Ronacher2008-04-161-1/+1
| | | | | --HG-- branch : trunk
* reimplemented {% trans %}Armin Ronacher2008-04-161-0/+6
| | | | | --HG-- branch : trunk
* added super()Armin Ronacher2008-04-131-0/+12
| | | | | --HG-- branch : trunk
* optimizer can optimize filtered for loops nowArmin Ronacher2008-04-131-3/+3
| | | | | --HG-- branch : trunk
* moved example tests into a folderArmin Ronacher2008-04-134-0/+191
--HG-- branch : trunk rename : bench.py => examples/bench.py rename : test.py => examples/test.py rename : test_filter_and_linestatements.py => examples/test_filter_and_linestatements.py rename : test_loop_filter.py => examples/test_loop_filter.py