47
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
use reraise function for error_handler More... almost 10 years ago
- fix the line number scheme to be consistently 1-based, both 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 More... almost 10 years ago
reraise more exception information if template error_handler is defined More... almost 10 years ago
- ensure all line numbers are integers More... almost 10 years ago
changelog for pullreq bitbucket:7 More... about 10 years ago
url escape filter for non-unicode More... about 10 years ago
- use py3.3's unittest.mock if available More... about 10 years ago
Merge branch 'w_json_metadata' More... about 10 years ago
- will now be 1.0 - drop python 2.4, 2.5 support - various pep8ing More... about 10 years ago
- switch to argparse for cmdline template runner - 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 More... about 10 years ago
Merged in dharland/mako/patch_console_script_mako_render (pull request #5) More... about 10 years ago
- add addtional test, py2K only, for when and object's __str__() method returns 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. More... about 10 years ago
- Fixed bug in ``decode.<encoding>`` filter where a non-string object would not be correctly interpreted in Python 3. More... about 10 years ago
- Fixed bug in ``decode.<encoding>`` filter where a non-string object would not be correctly interpreted in Python 3. More... about 10 years ago
Convert mako-render into module mako.cmd and add suitable entrypoint to setup More... about 10 years ago
Merged zzzeek/mako into master More... about 10 years ago
- add module source thing as ModuleInfo.get_module_source_metadata More... about 10 years ago
Merge branch 'master' into w_json_metadata More... about 10 years ago
- add py.test settings - fix this update_wrapper thing so tests are reported nicely More... about 10 years ago
- Fixed bug in Python parsing logic which would fail on Python 3 when a "try/except" targeted a tuple of exception types, rather than a single exception. fixes #227 More... about 10 years ago
- edit new documentation section regarding includes and inheritance More... about 10 years ago
Merge branch 'master' of github.com:zzzeek/mako More... about 10 years ago
Merge pull request #9 from jvanasco/master More... about 10 years ago
changelog More... about 10 years ago
Merge branch 'master' of bitbucket.org:zzzeek/mako into w_json_metadata More... about 10 years ago
Merged in dharland/mako/patch-mako-render-exception-handling (pull request #4) More... about 10 years ago
added docs for inherit/include/block confusion More... about 10 years ago
Better exception reporting in mako-render More... about 10 years ago
Merged zzzeek/mako into master More... about 10 years ago
- improve the line counting to take place in the printer; the state is also tracked for the template as a whole whereas before it was only occurring for the top level node and was therefore incomplete More... about 10 years ago