1. f60232d Updated examples to use Django cached. by Armin Ronacher · 14 years ago
  2. b4da9be Added tornado templates to benchmark. by Armin Ronacher · 15 years ago
  3. d416a97 Improved Jinja's debugging support by introducing "@internalcode" which marks code objects that are skipped on tracebacks. Also template errors are now translated as well to help the pylons debugger. by Armin Ronacher · 15 years ago
  4. 62ccd1b Copyright switch to "The Jinja Team". by Armin Ronacher · 16 years ago
  5. c347ed0 Unified some code in the super/template reference system. by Armin Ronacher · 16 years ago
  6. 0c4f757 and added genshi to rwbench too. want to see how much the GSOC improves performance :) by Armin Ronacher · 16 years ago
  7. f3d6a73 implemented rwbench for django (uh. that sucks) by Armin Ronacher · 16 years ago
  8. 5411ce7 even more tests, fixed severe bug with autoescaping. by Armin Ronacher · 16 years ago
  9. ed1e0d4 small refactoring by Armin Ronacher · 16 years ago
  10. a7f016d added disclaimer to rwbench and fixed error reporting for one of the four Output cases by Armin Ronacher · 16 years ago
  11. dc02b64 added a semi realworld benchmark (jinja2 and mako) by Armin Ronacher · 16 years ago
  12. 09c002e added a function to parse assign targes and documented it for the extension interface by Armin Ronacher · 16 years ago
  13. 612b3a8 moved example code around by Armin Ronacher · 16 years ago
  14. 19cf9c2 small performance improvements by Armin Ronacher · 16 years ago
  15. c9705c2 all unittests pass, the special and dependency lookups have their own visitors now, with `self` one can get a reference to the current template and render blocks multiple times. by Armin Ronacher · 16 years ago
  16. 32a910f added spitfire to bench and did some more refactoring by Armin Ronacher · 16 years ago
  17. 2feed1d there is now a workaround in the compiler that makes sure it's possible to call things with python keywords. {{ foo(class=42) }} works again by Armin Ronacher · 16 years ago
  18. de6bf71 some performance improvements by Armin Ronacher · 16 years ago
  19. 0553093 refactored extensions a bit by Armin Ronacher · 16 years ago
  20. f59bac2 added first code for parser extensions and moved some code in speedups around by Armin Ronacher · 16 years ago
  21. e6aa662 added broken example template for debugger testing by Armin Ronacher · 16 years ago
  22. ba3757b added new python only debug hack by Armin Ronacher · 16 years ago
  23. 5f51488 updated a few filters and improved i18n by Armin Ronacher · 16 years ago
  24. 2e9396b reimplemented {% trans %} by Armin Ronacher · 16 years ago
  25. 62f8a29 added super() by Armin Ronacher · 16 years ago
  26. 625215e optimizer can optimize filtered for loops now by Armin Ronacher · 16 years ago
  27. 2e7b54f moved example tests into a folder by Armin Ronacher · 16 years ago