1. f6b654d Fix typo by Éric Araujo · 9 years ago
  2. f22fdd5 Let the Environment override the Context by ThiefMaster · 9 years ago
  3. 1493631 Let the Environment override the CodeGenerator by ThiefMaster · 9 years ago
  4. 972c030 Fix a few small typos in the docs by Alex Chan · 9 years ago
  5. 1702451 Custom Filters example inserts escaped <br>s by Jörn Hees · 10 years ago
  6. c97fa10 Merge pull request #230 from p1otr/master by Armin Ronacher · 10 years ago
  7. 6a04a8b Merge pull request #293 from carldunham/docfix by Armin Ronacher · 10 years ago
  8. 6e9dfbf Added tests for logging undefined and added it to the docs. by Armin Ronacher · 10 years ago
  9. d546358 fixed some typos and clarifying by Carl A Dunham · 11 years ago
  10. 3fc008b fix a bunch of typos in the documentation by Jakub Wilk · 11 years ago
  11. 9463850 Added add_extension method to the public API by Armin Ronacher · 13 years ago
  12. 449ef02 fixed typo in documentation: "environmentfilter" -> "evalcontextfilter" by Jeffrey Finkelstein · 13 years ago
  13. 2a590ef Another reference by Armin Ronacher · 14 years ago
  14. 4684498 Added missing references to docs by Armin Ronacher · 14 years ago
  15. 2e3c9c7 three is the new two by Armin Ronacher · 14 years ago
  16. 1da23d1 autoescape no longer is a plain boolean value but can also be a function by Armin Ronacher · 14 years ago
  17. 76ae15e Hopefully fixed EvalContext documentation. by Armin Ronacher · 14 years ago
  18. 30fda27 More documentation updates. by Armin Ronacher · 14 years ago
  19. fe150f3 Documented autoescaping behavior and eval contexts. by Armin Ronacher · 14 years ago
  20. 656d5e7 Some tiny documentation fixes (unicode -> Unicode) by Armin Ronacher · 14 years ago
  21. 31bbd9e include tags are now able to select between multiple templates by Armin Ronacher · 15 years ago
  22. 63cf9b8 Added the `meta` module. by Armin Ronacher · 15 years ago
  23. 0aa0f58 Applied documentation patches by Clemens Hermann. by Armin Ronacher · 15 years ago
  24. ba6e25a Added support for `Environment.compile_expression`. by Armin Ronacher · 16 years ago
  25. aa1d17d Fixed bytecode cache and added support for memcached (tests still missing) by Armin Ronacher · 16 years ago
  26. a816bf4 Improved bbcache and documented it. by Armin Ronacher · 16 years ago
  27. a5d8f55 filter -> test in the tests section (i feel so embarrassed). by Armin Ronacher · 16 years ago
  28. 74b5106 Added `TemplateStream.dump`. by Armin Ronacher · 16 years ago
  29. 9ad96e7 added support for token stream filtering and preprocessing. by Armin Ronacher · 16 years ago
  30. 58f351d data files are optional now by Armin Ronacher · 16 years ago
  31. 9bb7e47 some more documentation updates and minor code cleanups. Additionally True and true in the template are the same now, same for false/False and none/None. by Armin Ronacher · 16 years ago
  32. 61a5a24 fixed a bug in error reporting and some small documentation updates by Armin Ronacher · 16 years ago
  33. 5411ce7 even more tests, fixed severe bug with autoescaping. by Armin Ronacher · 16 years ago
  34. f3c35c4 end of line sequence is no configurable by Armin Ronacher · 16 years ago
  35. 6df604e more unittests and updated documentation for extensions. Fixed bug in optimizer that caused blocks to be optimized away under some circumstances. by Armin Ronacher · 16 years ago
  36. dd65ef4 removed esection about Jinja semantics as we don't have local aliasing currently by Armin Ronacher · 16 years ago
  37. b3a1fcf added support for local aliasing of some attributes. the technique used is not very good but covers at least some of the more common use cases by Armin Ronacher · 16 years ago
  38. 981cbf6 removed unused imports by Armin Ronacher · 16 years ago
  39. a11366e Automated merge with ssh://team@pocoo.org/jinja2-main by Armin Ronacher · 16 years ago
  40. ac61b24 Fix two typos. by Georg Brandl · 16 years ago
  41. d1ff858 Backed out changeset 6afb554797b6, which added unicode identifier support. This doesn't work in reality under Python 2.6 properly. by Armin Ronacher · 16 years ago
  42. b536548 added support for unicode identifiers by Armin Ronacher · 16 years ago
  43. b9e7875 added support for dotted names in tests and filters by Armin Ronacher · 16 years ago
  44. 762079c more updates on the extension API by Armin Ronacher · 16 years ago
  45. 5cdc1ac documentation update by Armin Ronacher · 16 years ago
  46. ed98cac some documentation updates by Armin Ronacher · 16 years ago
  47. 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
  48. 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
  49. 7ceced5 moved concat to utils, fixed a few docstrings, fixed memory leak in _speedups.escape by Armin Ronacher · 16 years ago
  50. ad48a2e Fixed typos in documentation by Lukas Meuser · 16 years ago
  51. 187bde1 added cache_clear function by Armin Ronacher · 16 years ago
  52. 19cf9c2 small performance improvements by Armin Ronacher · 16 years ago
  53. 7259c76 moved caching from loaders to environment and added environment overlays by Armin Ronacher · 16 years ago
  54. 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
  55. 3c8b7ad first version of the jinja2 docs by Armin Ronacher · 16 years ago