aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* - 1.0.8Mike Bayer2019-03-201-0/+1
|
* Add Constant to _ast_utilMike Bayer2019-03-201-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 errorMike Bayer2018-12-031-1/+0
| | | | Change-Id: I12a50d430d10fd52ab9afe8721a4964a135cfab5
* All sphinx dependencies move under the github sqlalchemy organizationMike Bayer2018-12-031-4/+4
| | | | Change-Id: I7e5433ba1e0f6ca6e44a35664d1d4fcaa3fce545
* Merge branch 'master' of bitbucket.org:zzzeek/makoMike Bayer2018-11-262-14/+3
|\
| * move to github, remove bitbucket linksMike Bayer2018-11-262-14/+3
| | | | | | | | Change-Id: Ia2af89ba031f2a282b795a2ea05503e766329498
* | remove @HEAD indicator from docs requirementsMike Bayer2018-11-261-3/+3
| | | | | | | | this is failing with more recent git/pip combinations.
* | - tweaksuse_zzzeeksphinxMike Bayer2018-10-042-1/+3
| |
* | Remove built-in theme and start using zzzeeksphinx.Mike Bayer2018-10-0315-1048/+11
|/ | | | | this allows maintenance of the "non-standard Sphinx theme" to remain in one place.
* Removed unnecessary "usage" prefix from mako-render script.Hugo2018-01-161-0/+6
| | | | | | | | Pull request courtesy Hugo. (cherry picked from commit 7e6a1d7822bac275aabb3c1cc90cb67612548127) Change-Id: I84a302c982f18762d2514c3f840331d1eb3ebcda
* Add --output-encoding to mako-renderlacsaP2017-11-151-0/+10
| | | | | Fixes: #271 Change-Id: I88b46cfbdea9eda0b4c478dd97829bee8431ff58
* - 1.0.7rel_1_0_7Mike Bayer2017-07-131-0/+1
|
* Use sys.stdout.write instead of print in cmdlineYves Chevallier2017-07-051-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 placeholderMike Bayer2017-07-051-0/+3
| | | | Change-Id: Ic586955b3faf41632da794792ecc9ae447a4051e
* Merged in scop/mako/spelling (pull request #25)Ville Skyttä2017-05-172-2/+2
|\ | | | | | | Spelling fixes
| * Spelling fixesVille Skyttä2017-05-112-2/+2
| |
* | Python 3.6 syntax fixesVille Skyttä2017-05-111-2/+2
|/
* - rtd fixesMike Bayer2016-11-091-2/+2
| | | | Change-Id: Ifd065e96676fde5429fd3d5f27c59c960e1ac6bb
* - 1.0.6rel_1_0_6Mike Bayer2016-11-091-0/+1
|
* Add include_error_handler parameter.Huayi Zhang2016-11-081-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 placeholderMike Bayer2016-11-081-0/+3
| | | | Change-Id: Ib357002b0c919ce532c9b67ba40fcee91ba2554c
* - 1.0.5rel_1_0_5Mike Bayer2016-11-021-0/+1
|
* - add 1.0.5 + changelog for the sphinx fixMike Bayer2016-11-021-0/+9
| | | | in 161b1cf57a3777922fd3e05a6e1314386c2a3912
* Update for sphinx internal structure change layoutNishanth Aravamudan2016-09-271-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_4Mike Bayer2016-03-101-1/+1
|
* - use py.test as default test runnerMike Bayer2016-03-101-0/+7
| | | | | - upgrade tox file to use py35, coverage, etc. - add flake8 rules
* - changelog for pullrequest github:19Mike Bayer2016-03-091-0/+10
|
* - fix changelog formattingMike Bayer2016-03-091-2/+7
|
* - changelog for pr 16Mike Bayer2016-03-091-0/+3
|
* - version bumpMike Bayer2016-03-091-0/+3
|
* 1.0.3rel_1_0_3Mike Bayer2015-10-271-0/+1
|
* - changelog for pullreq bitbucket:21Mike Bayer2015-10-261-0/+11
|
* 1.0.2rel_1_0_2Mike Bayer2015-08-261-0/+1
|
* - add a changelog for the interim fix of references #249, e.g. thatMike Bayer2015-08-261-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 Bayer2015-08-261-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 gittipMike Bayer2015-08-081-8/+0
|
* - changelog for pr18Mike Bayer2015-06-031-0/+9
|
* Fixed typoKrystian Rosiński2015-03-301-1/+1
|
* - reword the docs a bitMike Bayer2015-03-252-8/+21
| | | | - PR is done, fixes #236
* Add STOP_RENDERING keyword; exiting of a template.Cody Taylor2015-03-242-6/+27
| | | | Signed-off-by: Cody Taylor <codemister99@yahoo.com>
* 1.0.1Mike Bayer2015-01-221-0/+1
|
* - reorganize cache tests so that we have distinct series for beaker,Mike Bayer2015-01-221-21/+15
| | | | | dogpile, "generic" - stress dogpile a bit more in caching docs
* - changelog for pr #9Mike Bayer2015-01-221-1/+8
|
* Merged in ↵Mike Bayer2015-01-071-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 Thorade2015-01-071-4/+4
| | | | | | related to #234
* | Merged in ↵Mike Bayer2015-01-071-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 Thorade2015-01-071-2/+2
| |/ | | | | related to #234
* / usage.rst edited online with Bitbucket,Matthis Thorade2015-01-071-19/+19
|/ | | related to #234
* - 1.0.1Mike Bayer2014-12-101-0/+10
| | | | - changelog for pullreq bitbucket:11
* - release daterel_1_0_0Mike Bayer2014-06-081-1/+1
|