- Apr 28, 2014
-
-
Mike Bayer authored
- drop python 2.4, 2.5 support - various pep8ing
-
Mike Bayer authored
- write a test suite for cmdline - start using context manager helpers in tests. intrinsic here is that we're going to go 1.0 and drop at least 2.4 and probably 2.5 - update .gitignore
-
Mike Bayer authored
Transform mako-render into mako.cmd and add an entry point
-
- Apr 21, 2014
-
-
Mike Bayer authored
non-ASCII bytes. This is invalid on py3K as __str__() must return a string. send the object through the function recursively when we get the __str__() value.
-
Mike Bayer authored
would not be correctly interpreted in Python 3. Conflicts: doc/build/changelog.rst
-
- Apr 15, 2014
-
-
Derek Harland authored
-
Derek Harland authored
-
- Apr 13, 2014
-
-
Mike Bayer authored
- fix this update_wrapper thing so tests are reported nicely
-
Mike Bayer authored
when a "try/except" targeted a tuple of exception types, rather than a single exception. fixes #227
-
- Apr 11, 2014
-
-
Mike Bayer authored
-
Mike Bayer authored
-
mike bayer authored
added docs for inherit/include/block confusion
-
Mike Bayer authored
-
Mike Bayer authored
Add an exception handler to mako-render
-
jonathan vanasco authored
-
- Apr 08, 2014
-
-
Derek Harland authored
-
Derek Harland authored
-
- Feb 11, 2014
-
-
Mike Bayer authored
-
Eevee (Alex Munroe) authored
-
Eevee (Alex Munroe) authored
Previously, they would parse correctly in Python 3, but any keyword-only arguments would be quietly lost, and the user would either get `TypeError: foo() got an unexpected keyword argument...` or the confusing behavior of having the keyword argument overwritten with whatever's in the context with the same name.
-
- Jan 11, 2014
-
-
Mike Bayer authored
-
Mike Bayer authored
-
- Jan 10, 2014
-
-
Mike Bayer authored
-
Mike Bayer authored
- move CHANGES to changelog.rst
-
- Jan 09, 2014
-
-
Mike Bayer authored
- changelog for pullreq #2
-
Mike Bayer authored
Allow mako-render script to take relative path filenames
-
- Jan 07, 2014
-
-
donkopotamus authored
-
donkopotamus authored
This reverts commit 1504fc60.
-
- Dec 26, 2013
-
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
-
- Dec 24, 2013
-
-
Mike Bayer authored
-
Ned Batchelder authored
There's no reason an intervening node should clear the translator comments. There's already logic that discards the comments if they occurred too far away from the harvested string. This way we can write more natural templates and still have the translator comments that provide the best translated text. http://www.makotemplates.org/trac/ticket/225
-
- Dec 19, 2013
-
-
donkopotamus authored
- this fixes a bug in the mako-render script which refuses to process a filename that is given as a relative path
-
- Nov 12, 2013
-
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
- try to get all our CSS in one place and above RTD so we get all their styles...
-
- Nov 11, 2013
-
-
Mike Bayer authored
-
- Oct 08, 2013
-
-
Mike Bayer authored
- fix test to work under py3.2
-
mike bayer authored
Fixed TGPlugin.render method to support unicode template names in py2k.
-