1. ff53c78 fixed a bug with nested loops and the special loop variable. by Armin Ronacher · 16 years ago
  2. 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
  3. a9d5922 fixed development status classification by Armin Ronacher · 16 years ago
  4. 8ba5a19 added the missing fabfile (gnabber) by Armin Ronacher · 16 years ago
  5. 237cdde tip is now 2.1-dev by Armin Ronacher · 16 years ago
  6. 628bc92 tagged '2.0' by Armin Ronacher · 16 years ago
  7. bf94394 preparing the big 2.0 release by Armin Ronacher · 16 years ago
  8. d43f926 make -> fab by Armin Ronacher · 16 years ago
  9. a6fb90c ez_setup is no longer needed/imported in the setup file by Armin Ronacher · 16 years ago
  10. d776437 fixed a few broken license declarations. should have been BSD not GPL by Armin Ronacher · 16 years ago
  11. 665bfb8 Fixed bug in finalizer by Armin Ronacher · 16 years ago
  12. 80b7895 Automated merge with ssh://team@pocoo.org/jinja2-main by Armin Ronacher · 16 years ago
  13. 76f9aa4 Altered filesizeformat to support both MB and MiB, documented `{% filter %}`. by Armin Ronacher · 16 years ago
  14. 968ad5a Automated merge with http://dev.pocoo.org/hg/jinja2-main/ by Christopher Grebs · 16 years ago
  15. f1c940f fixed attribute lookup error with old style classes by Christopher Grebs · 16 years ago
  16. a0e3ac0 Documented if-conditional changes. by Armin Ronacher · 16 years ago
  17. 547d0b6 Fixed a bug with the loop context of a for loop if the iterator passed has a volatile `__len__` like the listreverseiterator. `else` in inline if-expressions is optional now. by Armin Ronacher · 16 years ago
  18. c670b11 Skip templates with syntax errors on babel extract by Armin Ronacher · 16 years ago
  19. 0fad031 Fixed release date by Armin Ronacher · 16 years ago
  20. abd3657 Added non-babel output mode to extract_from_ast, integreated jinja2 doctests directly into the py.test suite (ugh, that's an ugly hack) by Armin Ronacher · 16 years ago
  21. 53db78e Fixed a link to the renamed section. by Armin Ronacher · 16 years ago
  22. b938877 Changed all sentences with occurrences of subscribing to a similar sentence that uses the word "subscript". And the person that comes up with a less confusing verb for the attribute/item lookup method (that is not lookup!!1) gets an extra THANKS entry. by Armin Ronacher · 16 years ago
  23. 4778bda added support for implicit string literal concatenation by Armin Ronacher · 16 years ago
  24. 63fd798 Fixed some minor glitches. by Armin Ronacher · 16 years ago
  25. f288b7a Documented differences of cycling between Django and Jinja2. by Armin Ronacher · 16 years ago
  26. 74b5106 Added `TemplateStream.dump`. by Armin Ronacher · 16 years ago
  27. d02fc7d Added example extension that uses the stream filtering and added unittests. by Armin Ronacher · 16 years ago
  28. 3e3a9be Added unittests for stream filtering and preprocessing features of extensions. by Armin Ronacher · 16 years ago
  29. 9ad96e7 added support for token stream filtering and preprocessing. by Armin Ronacher · 16 years ago
  30. e3290ea Fixed a broken unittest and fixed a bug that required multiple tests to be put into parentheses for chaning. by Armin Ronacher · 16 years ago
  31. 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
  32. f3d3d7b Automated merge with ssh://team@pocoo.org/jinja2-main by Armin Ronacher · 16 years ago
  33. 3111f43 made speedups c89 compatible. by Armin Ronacher · 16 years ago
  34. abfe3fb Automated merge with http://dev.pocoo.org/hg/jinja2-main by Benjamin Wiegand · 16 years ago
  35. 4388cd0 fixed error in wordwrap filter by Benjamin Wiegand · 16 years ago
  36. 57e25c0 Added tag 2.0rc1 for changeset f237ad93b237 by Armin Ronacher · 16 years ago
  37. a8ec0d9 untag -.- by Armin Ronacher · 16 years ago
  38. f4e1fb4 small fix for Python 2.4 by Armin Ronacher · 16 years ago
  39. 3e39651 Added tag 2.0rc1 for changeset 2dcf0a817634 by Armin Ronacher · 16 years ago
  40. 1a12c8a release trying #3: fixed typos in description :) by Armin Ronacher · 16 years ago
  41. 4aae2f3 Added tag 2.0rc1 for changeset dd743ad1722d by Armin Ronacher · 16 years ago
  42. da5118b untagged 2.0rc1 again and fixed classifier by Armin Ronacher · 16 years ago
  43. 74b1b2c Added tag 2.0rc1 for changeset 125cbaa57516 by Armin Ronacher · 16 years ago
  44. a34add3 untagged 1.2 by Armin Ronacher · 16 years ago
  45. fa5a74f updated setup file for Jinja2 rc1 by Armin Ronacher · 16 years ago
  46. 3ef2043 updated documentation by Armin Ronacher · 16 years ago
  47. 58f351d data files are optional now by Armin Ronacher · 16 years ago
  48. 9ddd0b8 added the title case versions of the special constants to jinja.vim by Armin Ronacher · 16 years ago
  49. 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
  50. d71fff0 improved sandbox and updated setup.py by Armin Ronacher · 16 years ago
  51. 4dcc237 fixed linking in jinja docs for the intro by Armin Ronacher · 16 years ago
  52. 24b6558 added attr filter by Armin Ronacher · 16 years ago
  53. f15f5f7 items have a higher priority than attributes now. That's compatible with Jinja1 and Django by Armin Ronacher · 16 years ago
  54. 61a5a24 fixed a bug in error reporting and some small documentation updates by Armin Ronacher · 16 years ago
  55. 0c4f757 and added genshi to rwbench too. want to see how much the GSOC improves performance :) by Armin Ronacher · 16 years ago
  56. 9cc7803 Automated merge with ssh://team@pocoo.org/jinja2-main by Armin Ronacher · 16 years ago
  57. 5dfbfc1 updated FAQ for performance numbers. I guess I should remove that point anyways. by Armin Ronacher · 16 years ago
  58. f3d6a73 implemented rwbench for django (uh. that sucks) by Armin Ronacher · 16 years ago
  59. 5411ce7 even more tests, fixed severe bug with autoescaping. by Armin Ronacher · 16 years ago
  60. 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
  61. 9f258ff added more unittests for various tasks by Armin Ronacher · 16 years ago
  62. e62b7ef more unittests by Armin Ronacher · 16 years ago
  63. 9cf9591 fixed bug with static unicode strings and auto escaping by Armin Ronacher · 16 years ago
  64. 4e6f9a2 added unittest for Markup and let the markup constructor accept `__html__` objects by Armin Ronacher · 16 years ago
  65. be1dca1 added two more unittests for inheritance by Armin Ronacher · 16 years ago
  66. 4f5008f moved environment defaults to jinja2.defaults by Armin Ronacher · 16 years ago
  67. f3c35c4 end of line sequence is no configurable by Armin Ronacher · 16 years ago
  68. 5c047ea Environment.lex returns unicode tokens now, even if the input data was a bytestring. by Armin Ronacher · 16 years ago
  69. 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
  70. 3da9031 added loopcontrols extension and added unittests for it by Armin Ronacher · 16 years ago
  71. 105f0dc refactored compiler and improved identifier handling for for-loops by Armin Ronacher · 16 years ago
  72. 903d168 variables starting with one or more underscores are not exported by Armin Ronacher · 16 years ago
  73. e709abe Add Jinja2 Emacs mode, first approximation. by Georg Brandl · 16 years ago
  74. d8b8c3e lex includes whitespace now which makes it a lot more useful by Armin Ronacher · 16 years ago
  75. a2eb77d call is now handled like a regular unnamed macro, refactored compiled a bit by Armin Ronacher · 16 years ago
  76. 7962ce7 fixed babel entry point by Armin Ronacher · 16 years ago
  77. e25f24d more thread safety in LRUCache by Armin Ronacher · 16 years ago
  78. 24db451 added unittest for the latest fixed bug by Armin Ronacher · 16 years ago
  79. e224488 improved thread safety of the LRUCache and fixed a bug in for loops by Armin Ronacher · 16 years ago
  80. 8a1d27f temporary identifiers are prefixed with "t_" now and the _node_setup_finished hack went away by Armin Ronacher · 16 years ago
  81. bbbe062 fixed an embarrassing mistake in the documentation by Armin Ronacher · 16 years ago
  82. 771c750 some more cleaning up by Armin Ronacher · 16 years ago
  83. 2b22874 some small documentation fixes by Armin Ronacher · 16 years ago
  84. ed1e0d4 small refactoring by Armin Ronacher · 16 years ago
  85. dd65ef4 removed esection about Jinja semantics as we don't have local aliasing currently by Armin Ronacher · 16 years ago
  86. 522cad6 added `ImmutableSandboxedEnvironment`. by Armin Ronacher · 16 years ago
  87. ab5ad8c subscribe doesn't eat up unicode errors any longer by Armin Ronacher · 16 years ago
  88. 67fdddf removed attribute local aliasing again because that implementation was broken by Armin Ronacher · 16 years ago
  89. 7f15ef8 improved exception system. now both name (load name) and filename are passed. by Armin Ronacher · 16 years ago
  90. a7f016d added disclaimer to rwbench and fixed error reporting for one of the four Output cases by Armin Ronacher · 16 years ago
  91. 5d2733f void -> do by Armin Ronacher · 16 years ago
  92. a78d276 simplified from imports by Armin Ronacher · 16 years ago
  93. dc02b64 added a semi realworld benchmark (jinja2 and mako) by Armin Ronacher · 16 years ago
  94. e9411b4 fixed bug with parameter parsing by Armin Ronacher · 16 years ago
  95. 151418d fixed error on static subscribe aliasing if the subscription argument was a variable by Armin Ronacher · 16 years ago
  96. 02e0905 removed the notice about names in imported macros. that's documented as part of the import statement. by Armin Ronacher · 16 years ago
  97. 1f627ff fixed error reporting for filtered statements by Armin Ronacher · 16 years ago
  98. 83fbc0f reversed the internal structure for blocks by Armin Ronacher · 16 years ago
  99. 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
  100. 9d42abf the two escape implementations work the same now, updated jinja2-debug to load the i18n extension by Armin Ronacher · 16 years ago