1. 75685ec Escape target attribute in the urlize function in utils.py. (#507) by Sambhav Satija · 8 years ago
  2. 8189d21 Fixed for_qs for urlencode. This fixes #515 by Armin Ronacher · 9 years ago
  3. 46acbf0 Escape slashes in query strings. This fixes #445 by Armin Ronacher · 9 years ago
  4. 0b49f13 Merge pull request #375 from zart/fix-relative-search-on-windows by Markus Unterwaditzer · 9 years ago
  5. c073470 Fix typo by Fabio Utzig · 9 years ago
  6. 0b74a4f Windows returns EINVAL on bogus filenames by Konstantin Zemlyak · 10 years ago
  7. d55e1e5 Issue #126: Add `target` keyword argument to urlize. by Berker Peksag · 11 years ago
  8. f15b814 Removed some no longer needed code from compat by Armin Ronacher · 11 years ago
  9. a4a245c Removed some dead imports by Armin Ronacher · 11 years ago
  10. ce779a5 More cleanup in the utils module by Armin Ronacher · 11 years ago
  11. 41746b9 Some more small cleanup for metaclasses by Armin Ronacher · 11 years ago
  12. 28c7488 Make the runtime leak less of the version hacks by Armin Ronacher · 11 years ago
  13. 7e245e2 PY3 -> PY2 macro by Armin Ronacher · 11 years ago
  14. 444fec3 Unified version checks where appropriate by Armin Ronacher · 11 years ago
  15. e909867 Moved all six usages (ignoring testsuite) into jinja2._compat by Armin Ronacher · 11 years ago
  16. 294f2eb Removed bundled markupsafe by Armin Ronacher · 11 years ago
  17. 5447aa7 Fixed MethodType being wrong on 3.x by Armin Ronacher · 11 years ago
  18. 02a4654 No need for tuple comparisons. by Cory Benfield · 11 years ago
  19. 07a7d55 utils: remove some old py compat code by Thomas Waldmann · 11 years ago
  20. 7d29562 python 3 port: manual fixes, remove 2to3 from setup.py, remove fixers by Thomas Waldmann · 11 years ago
  21. e000355 python 3 port: automated changes by a slightly modified python-modernize by Thomas Waldmann · 11 years ago
  22. d4e5438 Pessimistic locking for LRU cache. This fixes #8 by Armin Ronacher · 11 years ago
  23. 6644893 Fixed an issue about urlize function by mozillazg · 11 years ago
  24. 0ec4f76 Few typos in jinja2.utils by Florent Xicluna · 12 years ago
  25. 5145401 Renamed urlescape to urlencode by Armin Ronacher · 13 years ago
  26. 1d4c638 Reworked implementation of the urlescape filter, made it Python3 compatible, documented it. by Armin Ronacher · 13 years ago
  27. ab014bd Changed naked except statements to catch only subclasses of Exception. by Ian Lewis · 14 years ago
  28. f9f5f26 MarkupSafe is now used for the Jinja2 speedups by Armin Ronacher · 14 years ago
  29. 802f472 Different name for builtins in Python 3 by Armin Ronacher · 14 years ago
  30. 800ac7f fixed an error reporting bug for undefineds. by Armin Ronacher · 14 years ago
  31. 98dbf5f Improved error message for undefineds by Armin Ronacher · 14 years ago
  32. fe150f3 Documented autoescaping behavior and eval contexts. by Armin Ronacher · 14 years ago
  33. 8346bd7 Biggest change to Jinja since the 1.x migration: added evaluation contexts by Armin Ronacher · 14 years ago
  34. 0d242be Down to 7 failures for Python 3. We're onto something. by Armin Ronacher · 14 years ago
  35. 790b8a8 Approaching python3 compatibility by Armin Ronacher · 14 years ago
  36. 0faa861 Propably delaying release for better python 3 support. Started working on that. by Armin Ronacher · 14 years ago
  37. 55494e4 It's a new year by Armin Ronacher · 14 years ago
  38. 95632c4 Fix typos and one extra import. by Georg Brandl · 15 years ago
  39. 74230e6 Fixed a scoping bug that was introduced in the development version and was by Armin Ronacher · 15 years ago
  40. e7c72bc Made the lru cache more robust. by Armin Ronacher · 15 years ago
  41. bd35772 More Python 3 support. by Armin Ronacher · 15 years ago
  42. 42a1988 Started to work on Python 3 support. by Armin Ronacher · 15 years ago
  43. d416a97 Improved Jinja's debugging support by introducing "@internalcode" which marks code objects that are skipped on tracebacks. Also template errors are now translated as well to help the pylons debugger. by Armin Ronacher · 15 years ago
  44. 8de6f18 Fixed a threading issue with the LRUCache. Still not sure if I should release a Jinja 2.1.2 for that. by Armin Ronacher · 16 years ago
  45. 62ccd1b Copyright switch to "The Jinja Team". by Armin Ronacher · 16 years ago
  46. d9342dc Fixed an escaping bug in urlize by Armin Ronacher · 16 years ago
  47. ba6e25a Added support for `Environment.compile_expression`. by Armin Ronacher · 16 years ago
  48. d34eb12 Implemented and documented "joiner" by Armin Ronacher · 16 years ago
  49. ccae055 Various cleanups and added custom cycler. by Armin Ronacher · 16 years ago
  50. 88e1cb7 Fixed a documentation bug. by Armin Ronacher · 16 years ago
  51. 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
  52. 3ef2043 updated documentation by Armin Ronacher · 16 years ago
  53. 58f351d data files are optional now by Armin Ronacher · 16 years ago
  54. 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
  55. d71fff0 improved sandbox and updated setup.py by Armin Ronacher · 16 years ago
  56. 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
  57. 4e6f9a2 added unittest for Markup and let the markup constructor accept `__html__` objects by Armin Ronacher · 16 years ago
  58. 7962ce7 fixed babel entry point by Armin Ronacher · 16 years ago
  59. e25f24d more thread safety in LRUCache by Armin Ronacher · 16 years ago
  60. e224488 improved thread safety of the LRUCache and fixed a bug in for loops by Armin Ronacher · 16 years ago
  61. 9d42abf the two escape implementations work the same now, updated jinja2-debug to load the i18n extension by Armin Ronacher · 16 years ago
  62. 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
  63. 9a1e33c added macro for char* to Py_UNICODE conversion by Armin Ronacher · 16 years ago
  64. 76c280b improved sandbox, added proper striptags and updated documentation to latest sphinx changes by Armin Ronacher · 16 years ago
  65. 792c759 Automated merge with ssh://team@pocoo.org/jinja2-main by Armin Ronacher · 16 years ago
  66. 9682855 added missing import by Benjamin Wiegand · 16 years ago
  67. 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
  68. 7ceced5 moved concat to utils, fixed a few docstrings, fixed memory leak in _speedups.escape by Armin Ronacher · 16 years ago
  69. 000b491 made LRUCache thread safe -.- by Armin Ronacher · 16 years ago
  70. ad48a2e Fixed typos in documentation by Lukas Meuser · 16 years ago
  71. 187bde1 added cache_clear function by Armin Ronacher · 16 years ago
  72. 7259c76 moved caching from loaders to environment and added environment overlays by Armin Ronacher · 16 years ago
  73. 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
  74. 316157d fixed another python2.4 bug by Armin Ronacher · 16 years ago
  75. 371cb14 Automated merge with ssh://team@pocoo.org/jinja2-main by Armin Ronacher · 16 years ago
  76. 709f6e5 python2.4 compatibility and doc updates by Armin Ronacher · 16 years ago
  77. 228c183 small improvement by Benjamin Wiegand · 16 years ago
  78. a315274 fixed some NameErrors by Benjamin Wiegand · 16 years ago
  79. 203bfcb inheritance uses a less awkward hack for contexts now and subclassing templates is possible by Armin Ronacher · 16 years ago
  80. 4f7d2d5 fixed more unittests by Armin Ronacher · 16 years ago
  81. f59bac2 added first code for parser extensions and moved some code in speedups around by Armin Ronacher · 16 years ago
  82. be4ae24 fixed a few bugs from the unittests by Armin Ronacher · 16 years ago
  83. bd33f11 added C escape and tb_set_next functions by Armin Ronacher · 16 years ago
  84. 814f6c2 simplified loader api and added builtin caching by Armin Ronacher · 16 years ago
  85. 68f7767 various docstring changes by Armin Ronacher · 16 years ago
  86. 9a027f4 improved filters by Armin Ronacher · 16 years ago
  87. 18c6ca0 added autoescaping by Armin Ronacher · 16 years ago
  88. 8090986 continued convertig filters by Christoph Hack · 16 years ago
  89. e9e43bb converted unit tests, started rewriting filters by Christoph Hack · 16 years ago
  90. 449167d fixed a bug in the compiler by Armin Ronacher · 16 years ago
  91. 8edbe49 fixed one bug with blocks, one to go by Armin Ronacher · 16 years ago
  92. 07bc684 a clean restart by Armin Ronacher · 16 years ago