1. 0aafca8 reraise more exception information if template error_handler is defined by designst · 10 years ago
  2. c094a8a - ensure all line numbers are integers by Mike Bayer · 10 years ago
  3. b960936 changelog for pullreq bitbucket:7 by Mike Bayer · 10 years ago
  4. 1288dea url escape filter for non-unicode by Xie Shi · 10 years ago
  5. 6d0a8b0 - use py3.3's unittest.mock if available by Mike Bayer · 10 years ago
  6. 2858e56 Merge branch 'w_json_metadata' by Mike Bayer · 10 years ago
  7. 12856b1 - will now be 1.0 - drop python 2.4, 2.5 support - various pep8ing by Mike Bayer · 10 years ago
  8. 7098109 - switch to argparse for cmdline template runner by Mike Bayer · 10 years ago
  9. d1f6d7f Merged in dharland/mako/patch_console_script_mako_render (pull request #5) by Mike Bayer · 10 years ago
  10. 51b2338 - add addtional test, py2K only, for when and object's __str__() method returns by Mike Bayer · 10 years ago
  11. 5d032c4 - Fixed bug in ``decode.<encoding>`` filter where a non-string object by Mike Bayer · 10 years ago
  12. 81f2747 - Fixed bug in ``decode.<encoding>`` filter where a non-string object by Mike Bayer · 10 years ago
  13. ce40b64 Convert mako-render into module mako.cmd and add suitable entrypoint to setup by Derek Harland · 10 years ago
  14. 71a3ea7 Merged zzzeek/mako into master by Derek Harland · 10 years ago
  15. 6d96ef8 - add module source thing as ModuleInfo.get_module_source_metadata by Mike Bayer · 10 years ago
  16. 10c0aae Merge branch 'master' into w_json_metadata by Mike Bayer · 10 years ago
  17. c2373ce - add py.test settings by Mike Bayer · 10 years ago
  18. c314ecf - Fixed bug in Python parsing logic which would fail on Python 3 by Mike Bayer · 10 years ago
  19. 0b1cce6 - edit new documentation section regarding includes and inheritance by Mike Bayer · 10 years ago
  20. 3242ce1 Merge branch 'master' of github.com:zzzeek/mako by Mike Bayer · 10 years ago
  21. fe49493 Merge pull request #9 from jvanasco/master by mike bayer · 10 years ago
  22. 4e2084b changelog by Mike Bayer · 10 years ago
  23. 73be270 Merge branch 'master' of bitbucket.org:zzzeek/mako into w_json_metadata by Mike Bayer · 10 years ago
  24. 49ad683 Merged in dharland/mako/patch-mako-render-exception-handling (pull request #4) by Mike Bayer · 10 years ago
  25. 428f241 added docs for inherit/include/block confusion by jonathan vanasco · 10 years ago
  26. d8fd96e Better exception reporting in mako-render by Derek Harland · 10 years ago
  27. 68c28cb Merged zzzeek/mako into master by Derek Harland · 10 years ago
  28. e3b34e3 - improve the line counting to take place in the printer; the state by Mike Bayer · 10 years ago
  29. da4737c - Template modules now generate a JSON "metadata" structure at the bottom by Mike Bayer · 10 years ago
  30. 76f4006 changelog for pullreq github:7 by Mike Bayer · 10 years ago
  31. 11a2349 Make a best effort at pre-2.5 compatibility. by Eevee (Alex Munroe) · 10 years ago
  32. 836e5f9 Support Python 3's keyword-only arguments. by Eevee (Alex Munroe) · 10 years ago
  33. a574007 0.3.4 by Mike Bayer · 10 years ago
  34. ca63ea5 use latest changelog by Mike Bayer · 10 years ago
  35. 92ef70f tweaks by Mike Bayer · 10 years ago
  36. bf98abb - 2014 - move CHANGES to changelog.rst by Mike Bayer · 10 years ago
  37. c650f81 - 0.9.2 - changelog for pullreq #2 by Mike Bayer · 10 years ago
  38. 9e1d236 Merged in dharland/mako/patch-fix-mako-render-relative-path (pull request #2) by Mike Bayer · 10 years ago
  39. 10e7ab8 Add --template-dir option to mako-render, also allow relative paths on command line by donkopotamus · 10 years ago
  40. bfc5f2c Revert "Move calculation of normalised uri to the codepath where it is actually used" by donkopotamus · 10 years ago
  41. ed5bf44 add wheel by Mike Bayer · 10 years ago rel_0_9_1
  42. 207f3a2 - remove creation of blank "x" file by Mike Bayer · 10 years ago
  43. 523f77e - remove trac by Mike Bayer · 10 years ago
  44. c9d9cab - changelog for [ticket:225] by Mike Bayer · 10 years ago
  45. 4d813ca Improved handling of translator comments in Babel plugin by Ned Batchelder · 10 years ago
  46. 1504fc6 Move calculation of normalised uri to the codepath where it is actually used by donkopotamus · 10 years ago
  47. 62926b5 dont mutate css_files, it just adds up by Mike Bayer · 10 years ago
  48. a8cc1cd oopsie by Mike Bayer · 10 years ago
  49. ef10c1d - add webfont RTD isn't giving us yet by Mike Bayer · 10 years ago
  50. dcfaf5f - update rtd layout for newer rtd design by Mike Bayer · 10 years ago
  51. 3188837 - changelog - fix test to work under py3.2 by Mike Bayer · 11 years ago
  52. 99d3272 Merge pull request #5 from vmagamedov/master by mike bayer · 11 years ago
  53. 70f561b - [bug] Fixed issue where an old lexer rule prevented a template line by Mike Bayer · 11 years ago
  54. 8cccf4a Using compat.string_types instead of "str if compat.py3k else basestring" in TGPlugin.render method. by Vladimir Magamedov · 11 years ago
  55. f163df2 Fixed TGPlugin.render method to support unicode template names in py2k. by Vladimir Magamedov · 11 years ago
  56. e1086cd move the function out to compat so we don't import _ast_util if _ast isn't present by Mike Bayer · 11 years ago
  57. c5d7b54 Merge pull request #4 from Zer0-/master by mike bayer · 11 years ago
  58. 34c7b28 added arg_stringname function to _ast_util.py by Philipp Volugine · 11 years ago
  59. e136687 - changelog by Mike Bayer · 11 years ago
  60. 1664693 Merge pull request #3 from Zer0-/master by mike bayer · 11 years ago
  61. 951c174 _ast_util.py added visit_NameConstant to SourceGen by Philipp Volugine · 11 years ago
  62. abf4d76 - changelog for Martin Geisler's coding/utf-8 fixes - version bump 0.9.1 by Mike Bayer · 11 years ago
  63. cfd2b29 Fix docstrings to use "UTF-8" instead of "utf8" by Martin Geisler · 11 years ago
  64. 8c079b3 Use Emacs compatible coding system by Martin Geisler · 11 years ago
  65. 66b2d23 Use "coding:" instead of "encoding:" to specify file encoding by Martin Geisler · 11 years ago
  66. 10ca8d3 - fix #190 for py2.4 - other 2.4 ism by Mike Bayer · 11 years ago rel_0_9_0
  67. 82d4954 Merge pull request #2 from pjenvey/master by mike bayer · 11 years ago
  68. 420a083 - [bug] The Context.locals_() method becomes a private underscored by Mike Bayer · 11 years ago
  69. 0a18de6 simplify by Philip Jenvey · 11 years ago
  70. 542ad00 - [bug] Fixed Py3K bug where a "lambda" expression was not by Mike Bayer · 11 years ago
  71. 3bd802b - [bug] Using <%namespace import="*" module="somemodule"/> now by Mike Bayer · 11 years ago
  72. faf3a4d there was a ticket! by Mike Bayer · 11 years ago
  73. 6cf6fbc use repr here by Mike Bayer · 11 years ago
  74. b5d915d update copyright by Mike Bayer · 11 years ago
  75. adad0a0 - [bug] The Babel plugin has been repaired to work on Python 3. by Mike Bayer · 11 years ago
  76. e14a686 - changelog - guess this is 0.9.0 by Mike Bayer · 11 years ago
  77. 4042754 - inline the loop here again - add more of a test by Mike Bayer · 11 years ago
  78. eee34a5 Allow literal string argument that starts with a "#". by Yap Sok Ann · 11 years ago
  79. 4acc7ec - [bug] Changed setup.py to skip installing markupsafe by Mike Bayer · 11 years ago rel_0_8_1
  80. 7052605 git convert by Mike Bayer · 11 years ago
  81. dc09816 - [bug] Fixed regression where "entity" filter wasn't by Mike Bayer · 11 years ago
  82. c16198a - [bug] Cleaned up all the various deprecation/ by Mike Bayer · 11 years ago
  83. 6c5e273 - [bug] Fixed bug where mako-render script wasn't by Mike Bayer · 11 years ago
  84. c655657 Added tag rel_0_8_0 for changeset aa3c98e3bb5a3059c4e8e12b87366bc0a8db6236 by Mike Bayer · 11 years ago
  85. aa3c98e - filename context added to template call in mako-render, by Mike Bayer · 11 years ago rel_0_8_0
  86. 717c0b6 - will call this 0.8.0 - add gpg sig by Mike Bayer · 11 years ago
  87. 76b61a0 changelog by Mike Bayer · 11 years ago
  88. 037b94a merge default by Mike Bayer · 11 years ago
  89. 1eaddf9 - remove erroneous html_escape line that bypasses markupsafe by Mike Bayer · 11 years ago
  90. f4a2915 legacy_html_escape use string replace, which is faster than regex by Xie Shi · 11 years ago
  91. 779e1f3 - [bug] Fixed bug whereby an exception in Python 3 by Mike Bayer · 11 years ago
  92. b809f95 - [bug] Change default for compile()->reserved_names by Mike Bayer · 11 years ago
  93. b15b13a fix doc example which illustrated "file" instead of "filename", [ticket:206] by Mike Bayer · 11 years ago
  94. d8d297e - add static dependencies example by Mike Bayer · 11 years ago
  95. 32fba82 - get the pygments install to be easily switched on/off by Mike Bayer · 11 years ago
  96. 650fbdc - [feature] Added lexer_cls argument to Template, by Mike Bayer · 11 years ago
  97. 8c63e8e fix by Mike Bayer · 11 years ago
  98. e1d4f46 changelog by Mike Bayer · 11 years ago
  99. 15015ce I'm seeing exec() as a function having the same behavior here from 2.4 to 3.3. by Mike Bayer · 11 years ago
  100. 0e82d0c - guess you need compat.py huh by Mike Bayer · 11 years ago