1. f59bac2 added first code for parser extensions and moved some code in speedups around by Armin Ronacher · 16 years ago
  2. f41d139 fixed more unittests by Armin Ronacher · 16 years ago
  3. 4c81b16 samp and friends from char* to const char* by Priit Laes · 16 years ago
  4. bd33f11 added C escape and tb_set_next functions by Armin Ronacher · 16 years ago
  5. ba3757b added new python only debug hack by Armin Ronacher · 16 years ago
  6. 07bc684 a clean restart by Armin Ronacher · 16 years ago[Renamed from jinja/_speedups.c]
  7. f0a65a6 fixed macro return value (for autoescaping) and avoided double free in BaseContext_clear by Armin Ronacher · 17 years ago
  8. 9f3e2f6 BaseContext should be garbage collected properly now by Armin Ronacher · 17 years ago
  9. 8efb7ee fix #284 by Armin Ronacher · 17 years ago
  10. df2e34d Silence some warnings. by Georg Brandl · 17 years ago
  11. d50f9c4 added tp_traverse to _speedups module by Armin Ronacher · 17 years ago
  12. bc3d2d8 fixed a couple of errors with the c extensions build process on windows by Armin Ronacher · 17 years ago
  13. ccdc022 [svn] Remove useless checks. by Georg Brandl · 17 years ago
  14. cd80053 [svn] removed len() for context. wasn't there in jinja 1.0 and nobody uses it by Armin Ronacher · 17 years ago
  15. 88f69c6 [svn] added missing comma by Armin Ronacher · 17 years ago
  16. 5d6ca31 [svn] made speedups python2.3/python2.4 compatible by Armin Ronacher · 17 years ago
  17. fb5bebc [svn] many jinja changes: by Armin Ronacher · 17 years ago
  18. 6c939e7 [svn] " -> " by Armin Ronacher · 17 years ago
  19. b79e32b [svn] Another small issue. by Georg Brandl · 17 years ago
  20. 40b02fa [svn] Fix refleaks and API usage in C module. Will need to test the changes though. by Georg Brandl · 17 years ago
  21. 4a51133 [svn] added c implementation of cgi.escape to jinja (fast for unicode, awefully slow for str) by Armin Ronacher · 17 years ago
  22. 157d7e5 [svn] fixed "Deferred" implementation for the c context by Armin Ronacher · 17 years ago
  23. e98c5f5 [svn] updated documentation regarding "{% call %}" and documented speedup module. also fixed some minor bugs in the speedup module by Armin Ronacher · 17 years ago
  24. ee2c18e [svn] added c implementation of the jinja context class. by Armin Ronacher · 17 years ago