1. 09c002e added a function to parse assign targes and documented it for the extension interface by Armin Ronacher · 16 years ago
  2. 612b3a8 moved example code around by Armin Ronacher · 16 years ago
  3. 19cf9c2 small performance improvements by Armin Ronacher · 16 years ago
  4. 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
  5. 32a910f added spitfire to bench and did some more refactoring by Armin Ronacher · 16 years ago
  6. 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
  7. de6bf71 some performance improvements by Armin Ronacher · 16 years ago
  8. 0553093 refactored extensions a bit by Armin Ronacher · 16 years ago
  9. f59bac2 added first code for parser extensions and moved some code in speedups around by Armin Ronacher · 16 years ago
  10. e6aa662 added broken example template for debugger testing by Armin Ronacher · 16 years ago
  11. ba3757b added new python only debug hack by Armin Ronacher · 16 years ago
  12. 5f51488 updated a few filters and improved i18n by Armin Ronacher · 16 years ago
  13. 2e9396b reimplemented {% trans %} by Armin Ronacher · 16 years ago
  14. 62f8a29 added super() by Armin Ronacher · 16 years ago
  15. 625215e optimizer can optimize filtered for loops now by Armin Ronacher · 16 years ago
  16. 2e7b54f moved example tests into a folder by Armin Ronacher · 16 years ago