summaryrefslogtreecommitdiff
path: root/mako
Commit message (Expand)AuthorAgeFilesLines
* - correct some misconceptions in how the new lineno thing was built;Mike Bayer2014-06-082-21/+5
* Merge branch 'error_handler' of https://bitbucket.org/designst/mako/overview ...Mike Bayer2014-05-232-1/+13
|\
| * use reraise function for error_handlerdesignst2014-05-222-10/+15
| * reraise more exception information if template error_handler is defineddesignst2014-05-211-3/+10
* | - fix the line number scheme to be consistently 1-based, bothMike Bayer2014-05-214-15/+14
|/
* - ensure all line numbers are integersMike Bayer2014-05-201-1/+3
* url escape filter for non-unicodeXie Shi2014-05-041-0/+5
* - use py3.3's unittest.mock if availableMike Bayer2014-04-281-0/+1
* Merge branch 'w_json_metadata'Mike Bayer2014-04-285-33/+96
|\
| * - Fixed bug in ``decode.<encoding>`` filter where a non-string objectw_json_metadataMike Bayer2014-04-201-1/+1
| * - add module source thing as ModuleInfo.get_module_source_metadataMike Bayer2014-04-142-20/+27
| * Merge branch 'master' into w_json_metadataMike Bayer2014-04-132-10/+5
| |\
| * | - improve the line counting to take place in the printer; the stateMike Bayer2014-03-142-36/+42
| * | - Template modules now generate a JSON "metadata" structure at the bottomMike Bayer2014-03-144-15/+69
* | | - will now be 1.0Mike Bayer2014-04-2810-667/+296
* | | - switch to argparse for cmdline template runnerMike Bayer2014-04-281-43/+39
* | | Merged in dharland/mako/patch_console_script_mako_render (pull request #5) Mike Bayer2014-04-281-0/+66
|\ \ \
| * | | Convert mako-render into module mako.cmd and add suitable entrypoint to setupDerek Harland2014-04-161-0/+66
| | |/ | |/|
* | | - add addtional test, py2K only, for when and object's __str__() method returnsMike Bayer2014-04-212-1/+7
* | | - Fixed bug in ``decode.<encoding>`` filter where a non-string objectMike Bayer2014-04-201-1/+1
|/ /
* | - add py.test settingsMike Bayer2014-04-131-9/+4
* | - Fixed bug in Python parsing logic which would fail on Python 3Mike Bayer2014-04-131-1/+1
|/
* Make a best effort at pre-2.5 compatibility.Eevee (Alex Munroe)2014-02-112-2/+7
* Support Python 3's keyword-only arguments.Eevee (Alex Munroe)2014-02-115-34/+74
* - 2014Mike Bayer2014-01-0920-20/+20
* - 0.9.2Mike Bayer2014-01-091-1/+1
* Improved handling of translator comments in Babel pluginNed Batchelder2013-12-241-11/+7
* - changelogMike Bayer2013-10-081-1/+1
* Merge pull request #5 from vmagamedov/mastermike bayer2013-10-081-2/+3
|\
| * Using compat.string_types instead of "str if compat.py3k else basestring" in ...Vladimir Magamedov2013-09-171-1/+1
| * Fixed TGPlugin.render method to support unicode template names in py2k.Vladimir Magamedov2013-09-171-2/+3
* | - [bug] Fixed issue where an old lexer rule prevented a template lineMike Bayer2013-10-011-2/+0
|/
* move the function out to compat so we don't import _ast_util if _ast isn't pr...Mike Bayer2013-09-114-13/+14
* added arg_stringname function to _ast_util.pyPhilipp Volugine2013-09-103-7/+17
* _ast_util.py added visit_NameConstant to SourceGenPhilipp Volugine2013-09-101-0/+3
* - changelog for Martin Geisler's coding/utf-8 fixesMike Bayer2013-08-281-1/+1
* Use "coding:" instead of "encoding:" to specify file encodingMartin Geisler2013-08-281-1/+1
* - fix #190 for py2.4rel_0_9_0Mike Bayer2013-08-041-0/+21
* Merge pull request #2 from pjenvey/mastermike bayer2013-08-031-9/+1
|\
| * simplifyPhilip Jenvey2013-08-031-9/+1
* | - [bug] The Context.locals_() method becomes a private underscoredMike Bayer2013-08-032-10/+34
|/
* - [bug] Fixed Py3K bug where a "lambda" expression was notMike Bayer2013-08-031-0/+3
* - [bug] Using <%namespace import="*" module="somemodule"/> nowMike Bayer2013-08-031-6/+6
* use repr hereMike Bayer2013-08-031-3/+3
* update copyrightMike Bayer2013-08-0320-20/+20
* - [bug] The Babel plugin has been repaired to work on Python 3.Mike Bayer2013-08-032-2/+7
* - changelogMike Bayer2013-08-031-1/+1
* - inline the loop here againMike Bayer2013-08-031-6/+10
* Allow literal string argument that starts with a "#".Yap Sok Ann2013-06-251-3/+6
* - [bug] Changed setup.py to skip installing markupsaferel_0_8_1Mike Bayer2013-05-241-1/+1