- Dec 10, 2014
-
-
Mike Bayer authored
- changelog for pullreq bitbucket:11
-
Mike Bayer authored
Make run_wsgi.py python3 compliant & correct encoding problems
-
CodeMan99 authored
Changes include: - Add __future__ for python2 - Set "ascii" encoding for TemplateLookup - Remove text option for error handling (header is already set to HTML) - Break apart exception handling for clarity - Check that a file exists before opening it - Use `open` not `file` with 'rb' flags - Remove unnessary "default" `extensions_map` - Python3 style print statement
-
- Nov 26, 2014
-
-
Mike Bayer authored
Fix error in docstring
-
- Oct 16, 2014
-
-
Marc Pare authored
-
- Jun 08, 2014
-
-
Mike Bayer authored
-
Mike Bayer authored
record all linenos fully and track printed line numbers accurately wrt buffered lines and such.
-
- Jun 05, 2014
-
-
Mike Bayer authored
-
- May 23, 2014
-
-
Mike Bayer authored
-
-
- May 22, 2014
-
-
designst authored
-
- May 21, 2014
-
-
Mike Bayer authored
for the template and the module - turn full_line_map into a list - add another start source to help with when a render callable begins
-
designst authored
-
- May 20, 2014
-
-
Mike Bayer authored
-
- May 12, 2014
-
-
Mike Bayer authored
-
- May 04, 2014
-
-
Xie Shi authored
-
- Apr 28, 2014
-
-
Mike Bayer authored
-
Mike Bayer authored
-
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
-
Mike Bayer authored
would not be correctly interpreted in Python 3.
-
- Apr 15, 2014
-
-
Derek Harland authored
-
Derek Harland authored
-
- Apr 14, 2014
-
-
Mike Bayer authored
-
- Apr 13, 2014
-
-
Mike Bayer authored
Conflicts: doc/build/changelog.rst
-
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
-
Mike Bayer authored
Add an exception handler to mako-render
-
jonathan vanasco authored
-
- Apr 08, 2014
-
-
Derek Harland authored
-
Derek Harland authored
-
- Mar 14, 2014
-
-
Mike Bayer authored
is also tracked for the template as a whole whereas before it was only occurring for the top level node and was therefore incomplete
-