1. 599c136 Fix doctests by Markus Unterwaditzer · 10 years ago
  2. 1c5315a Removed duplication from types that was only necessary for IronPython by Armin Ronacher · 11 years ago
  3. 28c7488 Make the runtime leak less of the version hacks by Armin Ronacher · 11 years ago
  4. e909867 Moved all six usages (ignoring testsuite) into jinja2._compat by Armin Ronacher · 11 years ago
  5. 4cd6e9a Merge branch 'master' into sprint-branch by Armin Ronacher · 11 years ago
  6. 7d29562 python 3 port: manual fixes, remove 2to3 from setup.py, remove fixers by Thomas Waldmann · 11 years ago
  7. e000355 python 3 port: automated changes by a slightly modified python-modernize by Thomas Waldmann · 11 years ago
  8. bdd09dd Fixed typos: overriden to overridden by Jonas Nockert · 12 years ago
  9. 53278a3 Damn you Sphinx by Armin Ronacher · 14 years ago
  10. a919538 Implemented operator intercepting by Armin Ronacher · 14 years ago
  11. d9455c1 Fixed a typo and removed a useless backslash by Armin Ronacher · 14 years ago
  12. ab014bd Changed naked except statements to catch only subclasses of Exception. by Ian Lewis · 14 years ago
  13. 790b8a8 Approaching python3 compatibility by Armin Ronacher · 15 years ago
  14. 55494e4 It's a new year by Armin Ronacher · 15 years ago
  15. 5109717 jinja2.sandbox should not warn on 2.6 any more. by Armin Ronacher · 16 years ago
  16. 62ccd1b Copyright switch to "The Jinja Team". by Armin Ronacher · 16 years ago
  17. 9efe081 Fixed a small bug with the undefined object: the error message on divisions with undefined objects was misleading. by Armin Ronacher · 16 years ago
  18. 9a0078d Removed a few stdlib dependencies. This is the first step for IronPython support, the second one being a new lexer. by Armin Ronacher · 16 years ago
  19. 6dc6f29 Improved attribute and item lookup by allowing template designers to express the priority. foo.bar checks foo.bar first and then foo['bar'] and the other way round. by Armin Ronacher · 16 years ago
  20. d71fff0 improved sandbox and updated setup.py by Armin Ronacher · 16 years ago
  21. 24b6558 added attr filter by Armin Ronacher · 16 years ago
  22. f15f5f7 items have a higher priority than attributes now. That's compatible with Jinja1 and Django by Armin Ronacher · 16 years ago
  23. fd31049 all calls are proxied by context.call now so that we can inject environment and context as first arguments. This slows calls down a bit but is a lot more user friendly. Added first draft of FAQ by Armin Ronacher · 16 years ago
  24. 522cad6 added `ImmutableSandboxedEnvironment`. by Armin Ronacher · 16 years ago
  25. ab5ad8c subscribe doesn't eat up unicode errors any longer by Armin Ronacher · 16 years ago
  26. 08a6a3b improved subscribe by Armin Ronacher · 16 years ago
  27. 5cdc1ac documentation update by Armin Ronacher · 16 years ago
  28. b5f522c extra security by Armin Ronacher · 16 years ago
  29. 76c280b improved sandbox, added proper striptags and updated documentation to latest sphinx changes by Armin Ronacher · 16 years ago
  30. 7ceced5 moved concat to utils, fixed a few docstrings, fixed memory leak in _speedups.escape by Armin Ronacher · 16 years ago
  31. 9a82205 improved undefined behavior by Armin Ronacher · 17 years ago
  32. c63243e added sandbox and exchageable undefined objects by Armin Ronacher · 17 years ago