| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | - 1.0.8 | Mike Bayer | 2019-03-20 | 1 | -0/+1 | |
| | | ||||||
| * | Add Constant to _ast_util | Mike Bayer | 2019-03-20 | 1 | -0/+7 | |
| | | | | | | | | | Python 3.8 seems to require this be present for expression generation to succeed. Fixes: #287 Change-Id: I4a3ac22c74e3c96f5f15d349fc8fe2523d6e7def | |||||
| * | - cut and paste vim tilde error | Mike Bayer | 2018-12-03 | 1 | -1/+0 | |
| | | | | | Change-Id: I12a50d430d10fd52ab9afe8721a4964a135cfab5 | |||||
| * | All sphinx dependencies move under the github sqlalchemy organization | Mike Bayer | 2018-12-03 | 1 | -4/+4 | |
| | | | | | Change-Id: I7e5433ba1e0f6ca6e44a35664d1d4fcaa3fce545 | |||||
| * | Merge branch 'master' of bitbucket.org:zzzeek/mako | Mike Bayer | 2018-11-26 | 2 | -14/+3 | |
| |\ | ||||||
| | * | move to github, remove bitbucket links | Mike Bayer | 2018-11-26 | 2 | -14/+3 | |
| | | | | | | | | | Change-Id: Ia2af89ba031f2a282b795a2ea05503e766329498 | |||||
| * | | remove @HEAD indicator from docs requirements | Mike Bayer | 2018-11-26 | 1 | -3/+3 | |
| | | | | | | | | | this is failing with more recent git/pip combinations. | |||||
| * | | - tweaksuse_zzzeeksphinx | Mike Bayer | 2018-10-04 | 2 | -1/+3 | |
| | | | ||||||
| * | | Remove built-in theme and start using zzzeeksphinx. | Mike Bayer | 2018-10-03 | 15 | -1048/+11 | |
| |/ | | | | | this allows maintenance of the "non-standard Sphinx theme" to remain in one place. | |||||
| * | Removed unnecessary "usage" prefix from mako-render script. | Hugo | 2018-01-16 | 1 | -0/+6 | |
| | | | | | | | | | Pull request courtesy Hugo. (cherry picked from commit 7e6a1d7822bac275aabb3c1cc90cb67612548127) Change-Id: I84a302c982f18762d2514c3f840331d1eb3ebcda | |||||
| * | Add --output-encoding to mako-render | lacsaP | 2017-11-15 | 1 | -0/+10 | |
| | | | | | | Fixes: #271 Change-Id: I88b46cfbdea9eda0b4c478dd97829bee8431ff58 | |||||
| * | - 1.0.7rel_1_0_7 | Mike Bayer | 2017-07-13 | 1 | -0/+1 | |
| | | ||||||
| * | Use sys.stdout.write instead of print in cmdline | Yves Chevallier | 2017-07-05 | 1 | -0/+8 | |
| | | | | | | | | The `print` function adds an unwanted `\n` char. Change-Id: I4e345214352f0925c374145f41be45550da27393 Pull-request: https://github.com/zzzeek/mako/pull/23 | |||||
| * | - 1.0.7 placeholder | Mike Bayer | 2017-07-05 | 1 | -0/+3 | |
| | | | | | Change-Id: Ic586955b3faf41632da794792ecc9ae447a4051e | |||||
| * | Merged in scop/mako/spelling (pull request #25) | Ville Skyttä | 2017-05-17 | 2 | -2/+2 | |
| |\ | | | | | | | Spelling fixes | |||||
| | * | Spelling fixes | Ville Skyttä | 2017-05-11 | 2 | -2/+2 | |
| | | | ||||||
| * | | Python 3.6 syntax fixes | Ville Skyttä | 2017-05-11 | 1 | -2/+2 | |
| |/ | ||||||
| * | - rtd fixes | Mike Bayer | 2016-11-09 | 1 | -2/+2 | |
| | | | | | Change-Id: Ifd065e96676fde5429fd3d5f27c59c960e1ac6bb | |||||
| * | - 1.0.6rel_1_0_6 | Mike Bayer | 2016-11-09 | 1 | -0/+1 | |
| | | ||||||
| * | Add include_error_handler parameter. | Huayi Zhang | 2016-11-08 | 1 | -0/+9 | |
| | | | | | | | | | This works like error_handler but is specific to a template when included in another using the include tag. Change-Id: Ie5506a8cba42c71519c703eacc82050902b9ceba Pull-request: https://bitbucket.org/zzzeek/mako/pull-requests/22 | |||||
| * | - 1.0.6 placeholder | Mike Bayer | 2016-11-08 | 1 | -0/+3 | |
| | | | | | Change-Id: Ib357002b0c919ce532c9b67ba40fcee91ba2554c | |||||
| * | - 1.0.5rel_1_0_5 | Mike Bayer | 2016-11-02 | 1 | -0/+1 | |
| | | ||||||
| * | - add 1.0.5 + changelog for the sphinx fix | Mike Bayer | 2016-11-02 | 1 | -0/+9 | |
| | | | | | in 161b1cf57a3777922fd3e05a6e1314386c2a3912 | |||||
| * | Update for sphinx internal structure change layout | Nishanth Aravamudan | 2016-09-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | As reported upstream in sphinx: https://github.com/sphinx-doc/sphinx/pull/2396 It was a structural change in sphinx-1.4. I'm not sure if this is the proper fix, but it does let the doc build pass, in my testing. Originally reported at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=830178. Signed-off-by: Nishanth Aravamudan <nish.aravamudan@canonical.com> | |||||
| * | - 1.0.4rel_1_0_4 | Mike Bayer | 2016-03-10 | 1 | -1/+1 | |
| | | ||||||
| * | - use py.test as default test runner | Mike Bayer | 2016-03-10 | 1 | -0/+7 | |
| | | | | | | - upgrade tox file to use py35, coverage, etc. - add flake8 rules | |||||
| * | - changelog for pullrequest github:19 | Mike Bayer | 2016-03-09 | 1 | -0/+10 | |
| | | ||||||
| * | - fix changelog formatting | Mike Bayer | 2016-03-09 | 1 | -2/+7 | |
| | | ||||||
| * | - changelog for pr 16 | Mike Bayer | 2016-03-09 | 1 | -0/+3 | |
| | | ||||||
| * | - version bump | Mike Bayer | 2016-03-09 | 1 | -0/+3 | |
| | | ||||||
| * | 1.0.3rel_1_0_3 | Mike Bayer | 2015-10-27 | 1 | -0/+1 | |
| | | ||||||
| * | - changelog for pullreq bitbucket:21 | Mike Bayer | 2015-10-26 | 1 | -0/+11 | |
| | | ||||||
| * | 1.0.2rel_1_0_2 | Mike Bayer | 2015-08-26 | 1 | -0/+1 | |
| | | ||||||
| * | - add a changelog for the interim fix of references #249, e.g. that | Mike Bayer | 2015-08-26 | 1 | -0/+11 | |
| | | | | | | | we removed universal wheels from setup.cfg. The bigger change in this issue will need to be revisited fully for hopefully the next release | |||||
| * | - Repair some calls within the ast module that no longer work on Python3.5; | Mike Bayer | 2015-08-26 | 1 | -0/+9 | |
| | | | | | | | | additionally replace the use of ``inspect.getargspec()`` under Python 3 (seems to be called from the TG plugin) to avoid deprecation warnings. fixes #250 | |||||
| * | - remove gittip | Mike Bayer | 2015-08-08 | 1 | -8/+0 | |
| | | ||||||
| * | - changelog for pr18 | Mike Bayer | 2015-06-03 | 1 | -0/+9 | |
| | | ||||||
| * | Fixed typo | Krystian Rosiński | 2015-03-30 | 1 | -1/+1 | |
| | | ||||||
| * | - reword the docs a bit | Mike Bayer | 2015-03-25 | 2 | -8/+21 | |
| | | | | | - PR is done, fixes #236 | |||||
| * | Add STOP_RENDERING keyword; exiting of a template. | Cody Taylor | 2015-03-24 | 2 | -6/+27 | |
| | | | | | Signed-off-by: Cody Taylor <codemister99@yahoo.com> | |||||
| * | 1.0.1 | Mike Bayer | 2015-01-22 | 1 | -0/+1 | |
| | | ||||||
| * | - reorganize cache tests so that we have distinct series for beaker, | Mike Bayer | 2015-01-22 | 1 | -21/+15 | |
| | | | | | | dogpile, "generic" - stress dogpile a bit more in caching docs | |||||
| * | - changelog for pr #9 | Mike Bayer | 2015-01-22 | 1 | -1/+8 | |
| | | ||||||
| * | Merged in ↵ | Mike Bayer | 2015-01-07 | 1 | -4/+4 | |
| |\ | | | | | | | | | | | thorade/mako-2/thorade/unicoderst-edited-online-with-bitbucket--1420641728556 (pull request #15) unicode.rst edited online with Bitbucket, | |||||
| | * | unicode.rst edited online with Bitbucket, | Matthis Thorade | 2015-01-07 | 1 | -4/+4 | |
| | | | | | | | related to #234 | |||||
| * | | Merged in ↵ | Mike Bayer | 2015-01-07 | 1 | -2/+2 | |
| |\ \ | | | | | | | | | | | | | | | | thorade/mako-1/thorade/defsrst-edited-online-with-bitbucket-rel-1420641569769 (pull request #14) defs.rst edited online with Bitbucket, | |||||
| | * | | defs.rst edited online with Bitbucket, | Matthis Thorade | 2015-01-07 | 1 | -2/+2 | |
| | |/ | | | | | related to #234 | |||||
| * / | usage.rst edited online with Bitbucket, | Matthis Thorade | 2015-01-07 | 1 | -19/+19 | |
| |/ | | | related to #234 | |||||
| * | - 1.0.1 | Mike Bayer | 2014-12-10 | 1 | -0/+10 | |
| | | | | | - changelog for pullreq bitbucket:11 | |||||
| * | - release daterel_1_0_0 | Mike Bayer | 2014-06-08 | 1 | -1/+1 | |
| | | ||||||
