1. d134231 autoescaping is separate from finalize now and Markup is completely ignored if the environment is not in autoescape mode by Armin Ronacher · 16 years ago
  2. 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
  3. 32a910f added spitfire to bench and did some more refactoring by Armin Ronacher · 16 years ago
  4. 5304229 worked on the tests and made undefined fail on comparisons now by Armin Ronacher · 16 years ago
  5. 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
  6. de6bf71 some performance improvements by Armin Ronacher · 16 years ago
  7. 0611e49 revamped jinja2 import system. the behavior is less confusing now, but it's not backwards compatible. I like it though ;) by Armin Ronacher · 16 years ago
  8. 963f97d moved `IncludedTemplate` into the regular template API, fixed more unittests by Armin Ronacher · 16 years ago
  9. b5124e6 moved trans extension from jinja2.i18n to jinja2.ext and fixed some more unittests by Armin Ronacher · 16 years ago
  10. 203bfcb inheritance uses a less awkward hack for contexts now and subclassing templates is possible by Armin Ronacher · 16 years ago
  11. 4f7d2d5 fixed more unittests by Armin Ronacher · 16 years ago
  12. f59bac2 added first code for parser extensions and moved some code in speedups around by Armin Ronacher · 16 years ago
  13. f41d139 fixed more unittests by Armin Ronacher · 16 years ago
  14. 10f3ba2 loops and `tests` tests pass now by Armin Ronacher · 16 years ago
  15. f64efb8 removed loop.parent. If this variable is wanted you can get it by doing something like `{% parent_looo = loop %}` before the iteration by Armin Ronacher · 16 years ago
  16. 4149a0e fixed two typos by Priit Laes · 16 years ago
  17. 9a82205 improved undefined behavior by Armin Ronacher · 16 years ago
  18. 68f7767 various docstring changes by Armin Ronacher · 16 years ago
  19. 5236d8c `TemplateData` -> `Markup` by Armin Ronacher · 16 years ago
  20. 18c6ca0 added autoescaping by Armin Ronacher · 16 years ago
  21. 2e9396b reimplemented {% trans %} by Armin Ronacher · 16 years ago
  22. b9bed15 removed unusde __delitem__ for context by Armin Ronacher · 16 years ago
  23. c63243e added sandbox and exchageable undefined objects by Armin Ronacher · 16 years ago
  24. 62f8a29 added super() by Armin Ronacher · 16 years ago
  25. 625215e optimizer can optimize filtered for loops now by Armin Ronacher · 16 years ago
  26. 3d8b784 added loop filtering by Armin Ronacher · 16 years ago
  27. 7108207 added support for new call statement by Armin Ronacher · 16 years ago
  28. 7c0116f fixed include by Armin Ronacher · 16 years ago
  29. f059ec1 implemented includes by Armin Ronacher · 16 years ago
  30. 41ef36f basic inheritance works now by Armin Ronacher · 16 years ago
  31. bcb7c53 work on tha runtime by Armin Ronacher · 16 years ago
  32. 75cfb86 optimized child template code generation. we now have zero overhead for the most common inheritance case by Armin Ronacher · 16 years ago
  33. 8edbe49 fixed one bug with blocks, one to go by Armin Ronacher · 16 years ago
  34. cb3bd65 Automated merge with ssh://team@pocoo.org/jinja2-main by Armin Ronacher · 16 years ago
  35. d55ab53 nodes have access to environment now by Armin Ronacher · 16 years ago
  36. f9f029c render templates by Christoph Hack · 16 years ago
  37. 4dfc975 simplified undefined behavior for better compile time processing by Armin Ronacher · 16 years ago
  38. d1d2f3d improved loop unrolling by Armin Ronacher · 16 years ago
  39. 180a1bd tuple unpacking at compile time is handled properly now by Armin Ronacher · 16 years ago
  40. 81b8817 improved static optimizer by Armin Ronacher · 16 years ago
  41. 9706fab updated macro stuff by Armin Ronacher · 16 years ago
  42. 4f62a9f work on the macro stuff by Armin Ronacher · 16 years ago
  43. 8efc522 more compiler stuff by Armin Ronacher · 16 years ago
  44. e791c2a added first working pieces of compiler by Armin Ronacher · 16 years ago