1. 850629f Fixed the profile.py file and removed a useless newline call by Armin Ronacher · 14 years ago
  2. ac0c0d0 Committed fix for raw testcase. by Armin Ronacher · 14 years ago
  3. b525c93 Added failing testcase for raw. by Armin Ronacher · 14 years ago
  4. 3351a93 Calls to functions in templates are now intercepted for StopIteration. by Armin Ronacher · 14 years ago
  5. b98dad9 Added a small improvement for the code generation of newstyle gettext calls. by Armin Ronacher · 14 years ago
  6. a4c7843 Added a testcase for add_extension by Armin Ronacher · 14 years ago
  7. ec25a0c Fixed a bug in add_extension by Armin Ronacher · 14 years ago
  8. 78efe74 Added hooks for compilation and generation. This fixes #384 by Armin Ronacher · 14 years ago
  9. 1120b7b Next try for a Python 3 fix by Armin Ronacher · 14 years ago
  10. d1ef7e0 Fixed a Python 3 bug. by Armin Ronacher · 14 years ago
  11. 5da3181 Removed debug print by Armin Ronacher · 14 years ago
  12. ffaa2e7 it's now possible to register extensions after an environment was created. by Armin Ronacher · 14 years ago
  13. b8892e7 Finished support for newstyle gettext translations by Armin Ronacher · 14 years ago
  14. 4da9034 Tip is now 2.5. Started work on newstyle gettext translations. by Armin Ronacher · 14 years ago
  15. 82a2225 Fixed another failing testcase that was never added to the test runner. by Armin Ronacher · 14 years ago
  16. 7379549 Version 2.4.2 ------------- (bugfix release, release date to be announced) by Armin Ronacher · 14 years ago
  17. 5a5ce73 Fixed a failing testcase. (Error caused by constant folding of undefined values) by Armin Ronacher · 14 years ago
  18. 93d2df7 Fix unbound local error masked by bare except. by Georg Brandl · 14 years ago
  19. 802f472 Different name for builtins in Python 3 by Armin Ronacher · 14 years ago
  20. 800ac7f fixed an error reporting bug for undefineds. by Armin Ronacher · 14 years ago
  21. 98dbf5f Improved error message for undefineds by Armin Ronacher · 15 years ago
  22. 5b3f4dc Added extension ordering, this fixes #376. by Armin Ronacher · 15 years ago
  23. 4855908 Undefineds give better hints for `None` objects now. by Armin Ronacher · 15 years ago
  24. 8a67251 Fixed a scoping bug that caused the immutable scoping rule to be ignored by Armin Ronacher · 15 years ago
  25. 1da23d1 autoescape no longer is a plain boolean value but can also be a function by Armin Ronacher · 15 years ago
  26. cedb482 Added improved documentation to the `ContextReference` node. by Armin Ronacher · 15 years ago
  27. 0dbaf39 Another documentation string fix. by Armin Ronacher · 15 years ago
  28. 30fda27 More documentation updates. by Armin Ronacher · 15 years ago
  29. fe150f3 Documented autoescaping behavior and eval contexts. by Armin Ronacher · 15 years ago
  30. c57959d Template to module compilation should work on 3.x now. by Armin Ronacher · 15 years ago
  31. f3c66d9 Fixed a testcase for Python 2.4 by Armin Ronacher · 15 years ago
  32. d7c765d More testcaseeees :) by Armin Ronacher · 15 years ago
  33. 744bb0a Added another testcase and fixed a bug with the volatile scoping. by Armin Ronacher · 15 years ago
  34. d3e6bc4 Added a new testcase for something that is supposed to be a bug. by Armin Ronacher · 15 years ago
  35. 8346bd7 Biggest change to Jinja since the 1.x migration: added evaluation contexts by Armin Ronacher · 15 years ago
  36. 12a316b Improved tests and template compilation. by Armin Ronacher · 15 years ago
  37. 95131f2 Just in case there is no gc module. by Armin Ronacher · 15 years ago
  38. 15e69b3 Streamlined code. Removed an unnecessary leftover. by Armin Ronacher · 15 years ago
  39. 64b08a0 added a :class:`ModuleLoader` that can load templates from by Armin Ronacher · 15 years ago
  40. 05be95a Make the _speedups extension compatible with Python 3. by Georg Brandl · 15 years ago
  41. 17f5447 Fix test in Python 3.2 -- the exception message changed. by Georg Brandl · 15 years ago
  42. 9164d04 Merged in changes from 2.3.1 by Armin Ronacher · 15 years ago
  43. 821a423 Fixed some tests for python 2.4. Disabled a test for 2.4 that does not work because of a python limitation. by Armin Ronacher · 15 years ago
  44. 2966f17 broke a line into two. (test commit) by Armin Ronacher · 15 years ago
  45. 1442519 Removed unnecessary runtime check. Our 2to3 fixer fixes that automatically now. by Armin Ronacher · 15 years ago
  46. 0430679 Reindented a docstring. by Armin Ronacher · 15 years ago
  47. c2c6351 Documented the API changes in get_template and select_template. by Armin Ronacher · 15 years ago
  48. 9165d3e the environment template loading functions now transparently by Armin Ronacher · 15 years ago
  49. 28decdb This fixes #368. by Armin Ronacher · 15 years ago
  50. 1540b2b Broke a test for 2.x :) by Armin Ronacher · 15 years ago
  51. 6eb17fc ALL TESTS PASS! by Armin Ronacher · 15 years ago
  52. 0d242be Down to 7 failures for Python 3. We're onto something. by Armin Ronacher · 15 years ago
  53. acbd408 Added comment to why __unicode__ goes after __str__. by Armin Ronacher · 15 years ago
  54. 790b8a8 Approaching python3 compatibility by Armin Ronacher · 15 years ago
  55. 9d8ff9e Removed useless prints. by Armin Ronacher · 15 years ago
  56. 3bfd760 Added doctests, hooked up all tests. Yay! by Armin Ronacher · 15 years ago
  57. 1fb4269 Rest of tests ported, just need to hook up doctests now. by Armin Ronacher · 15 years ago
  58. 644a281 Added the security tests. by Armin Ronacher · 15 years ago
  59. fb2295a Fixed some tests, added syntax test. by Armin Ronacher · 15 years ago
  60. c608fb8 Halftime, lexer and parser tests added. by Armin Ronacher · 15 years ago
  61. 10f4bcc And import tests :) by Armin Ronacher · 15 years ago
  62. 2108244 Added inheritance tests. by Armin Ronacher · 15 years ago
  63. 41d6f71 Added tests for the test functions (the jinja ones ^^) by Armin Ronacher · 15 years ago
  64. 4254936 Added loader tests. by Armin Ronacher · 15 years ago
  65. ade4737 Ported for tests by Armin Ronacher · 15 years ago
  66. 7af781c Started working on unittest powered testsuite. by Armin Ronacher · 15 years ago
  67. 0faa861 Propably delaying release for better python 3 support. Started working on that. by Armin Ronacher · 15 years ago
  68. 0319c66 experimental Python 3 support. by Armin Ronacher · 15 years ago
  69. 88dc32c PrefixLoader raises correct error message now. This fixes #358. by Armin Ronacher · 15 years ago
  70. 9b4cc9f added with-statement extension. by Armin Ronacher · 15 years ago
  71. 8e64adf Improved test invokation. Picks up doctests within Jinja now, changed by Armin Ronacher · 15 years ago
  72. 92622e9 Further error message improvement, this time for #341. by Armin Ronacher · 15 years ago
  73. 1ef7703 Fixed #367 by improving the documentation. by Armin Ronacher · 15 years ago
  74. 531578d added support for translator comments if extracted via babel. by Armin Ronacher · 15 years ago
  75. e614e88 implicit tuple expressions can no longer be totally empty. by Armin Ronacher · 15 years ago
  76. 5dcb724 greatly improved error message reporting. This fixes #339 by Armin Ronacher · 15 years ago
  77. d9ea26e Improved finalize documentation. by Armin Ronacher · 15 years ago
  78. 55494e4 It's a new year by Armin Ronacher · 15 years ago
  79. ef18944 More correct fix for 380. The only thing that is part of the outer scope by Armin Ronacher · 15 years ago
  80. e0016f5 fixed a problem with having call blocks in outer scopes that by Armin Ronacher · 15 years ago
  81. 7e40df0 Fixed the choice include tests. by Armin Ronacher · 15 years ago
  82. 31bbd9e include tags are now able to select between multiple templates by Armin Ronacher · 15 years ago
  83. 95632c4 Fix typos and one extra import. by Georg Brandl · 15 years ago
  84. 2f0d659 Reverted [73b04625ab54]. The old behavior is the new behavior, the other by Armin Ronacher · 15 years ago
  85. 1965e31 Shortcut for the if inner visit for empty branches. by Armin Ronacher · 15 years ago
  86. 74230e6 Fixed a scoping bug that was introduced in the development version and was by Armin Ronacher · 15 years ago
  87. 2b48839 added a deprecation warning for a variable assignment, scope bug by Armin Ronacher · 15 years ago
  88. f1c421d fixes issue with code generator that causes unbound variables by Armin Ronacher · 15 years ago
  89. e7c72bc Made the lru cache more robust. by Armin Ronacher · 15 years ago
  90. b404439 Tiny improvement for the loop hack. Implemented it in a way that the by Armin Ronacher · 15 years ago
  91. 4ef9234 Clarified copyrights. by Armin Ronacher · 15 years ago
  92. efcc0e5 Refactoring in the way the parse function is invoked. by Armin Ronacher · 15 years ago
  93. eabf3dd Added ugly workaround for a loop bug. by Armin Ronacher · 15 years ago
  94. bd35772 More Python 3 support. by Armin Ronacher · 15 years ago
  95. 42a1988 Started to work on Python 3 support. by Armin Ronacher · 15 years ago
  96. c421efe Unicode support for wordcount. by Armin Ronacher · 15 years ago
  97. 3b336c8 merged. by Armin Ronacher · 15 years ago
  98. eaa1d64 Added missing module. by Armin Ronacher · 15 years ago
  99. 63cf9b8 Added the `meta` module. by Armin Ronacher · 15 years ago
  100. 619eeed Renamed (undocumented) attribute overlay to overlayed on the environment by Armin Ronacher · 15 years ago