1. 9d42abf the two escape implementations work the same now, updated jinja2-debug to load the i18n extension by Armin Ronacher · 16 years ago
  2. f35e281 some documentation improvements, jinja escapes " and ' now, both into charpoints and no named entities for html 3.2 support ;-) by Armin Ronacher · 16 years ago
  3. 9a1e33c added macro for char* to Py_UNICODE conversion by Armin Ronacher · 16 years ago
  4. 76c280b improved sandbox, added proper striptags and updated documentation to latest sphinx changes by Armin Ronacher · 16 years ago
  5. 792c759 Automated merge with ssh://team@pocoo.org/jinja2-main by Armin Ronacher · 16 years ago
  6. 9682855 added missing import by Benjamin Wiegand · 16 years ago
  7. cda43df updated filters: wordwraps uses the wordwrap module and urlize marks the result as HTML now if in autoescape mode by Armin Ronacher · 16 years ago
  8. 7ceced5 moved concat to utils, fixed a few docstrings, fixed memory leak in _speedups.escape by Armin Ronacher · 16 years ago
  9. 000b491 made LRUCache thread safe -.- by Armin Ronacher · 16 years ago
  10. ad48a2e Fixed typos in documentation by Lukas Meuser · 16 years ago
  11. 187bde1 added cache_clear function by Armin Ronacher · 16 years ago
  12. 7259c76 moved caching from loaders to environment and added environment overlays by Armin Ronacher · 16 years ago
  13. d84ec46 again documentation updates fixed another python 2.4 bug. Imports are not evaluated with the template context any longer which makes it possible to keep them in memory by Armin Ronacher · 16 years ago
  14. 316157d fixed another python2.4 bug by Armin Ronacher · 16 years ago
  15. 371cb14 Automated merge with ssh://team@pocoo.org/jinja2-main by Armin Ronacher · 16 years ago
  16. 709f6e5 python2.4 compatibility and doc updates by Armin Ronacher · 16 years ago
  17. 228c183 small improvement by Benjamin Wiegand · 16 years ago
  18. a315274 fixed some NameErrors by Benjamin Wiegand · 16 years ago
  19. 203bfcb inheritance uses a less awkward hack for contexts now and subclassing templates is possible by Armin Ronacher · 16 years ago
  20. 4f7d2d5 fixed more unittests by Armin Ronacher · 16 years ago
  21. f59bac2 added first code for parser extensions and moved some code in speedups around by Armin Ronacher · 16 years ago
  22. be4ae24 fixed a few bugs from the unittests by Armin Ronacher · 16 years ago
  23. bd33f11 added C escape and tb_set_next functions by Armin Ronacher · 16 years ago
  24. 814f6c2 simplified loader api and added builtin caching by Armin Ronacher · 16 years ago
  25. 68f7767 various docstring changes by Armin Ronacher · 16 years ago
  26. 9a027f4 improved filters by Armin Ronacher · 16 years ago
  27. 18c6ca0 added autoescaping by Armin Ronacher · 16 years ago
  28. 8090986 continued convertig filters by Christoph Hack · 16 years ago
  29. e9e43bb converted unit tests, started rewriting filters by Christoph Hack · 16 years ago
  30. 449167d fixed a bug in the compiler by Armin Ronacher · 16 years ago
  31. 8edbe49 fixed one bug with blocks, one to go by Armin Ronacher · 16 years ago
  32. 07bc684 a clean restart by Armin Ronacher · 16 years ago