summaryrefslogtreecommitdiff
path: root/mako
Commit message (Expand)AuthorAgeFilesLines
...
| * | added `Template.list_defs`jonathan vanasco2015-03-111-0/+4
* | | - version bumpMike Bayer2016-03-091-1/+1
| |/ |/|
* | - changelog for pullreq bitbucket:21Mike Bayer2015-10-261-1/+1
* | Ensure babel i18n extactor works properly with non-ascii inputRoman Imankulov2015-10-131-3/+9
* | correct template lookup on Windows:Gabi Davar2015-08-271-0/+3
* | - Repair some calls within the ast module that no longer work on Python3.5;Mike Bayer2015-08-263-6/+26
* | The Lingua extractor must not generate a parse error in case of extra blank s...Laurent DAVERIO2015-05-141-1/+1
* | Fix a string vs. bytes error under Python 3. Thanks Tim Tisdall for noticing ...Laurent DAVERIO2015-05-111-2/+2
* | Added some cleanup to the section of the Lingua extractor handling compound s...Laurent DAVERIO2015-05-041-6/+3
* | Lingua extractor silently ignores try/except blocks instead or returning an e...Laurent DAVERIO2015-05-041-1/+4
* | Reinstate commit d9bc582.Laurent DAVERIO2015-05-011-1/+1
* | Temporarily revert commit d9bc582, until pull request #18 is processed.ldaverio2015-05-011-1/+1
* | When _extract_python (lingua 3.9) has been patched to take `firstline` param ...Laurent DAVERIO2015-05-011-1/+1
* | Continued partial statements (else, elif, ...) cannot be handled directly by ...Laurent DAVERIO2015-05-011-0/+4
* | - get flake8 to pass fully for mako/ (tests are a much bigger deal)Mike Bayer2015-03-2524-723/+911
* | - ensure that STOP_RENDERING is set up everywhere it needs to beMike Bayer2015-03-251-2/+3
* | Add STOP_RENDERING keyword; exiting of a template.Cody Taylor2015-03-243-2/+4
|/
* happy new yearrel_1_0_1Mike Bayer2015-01-2221-21/+21
* - py3k adjustments for babel/linguaMike Bayer2015-01-222-18/+28
* - reorganize cache tests so that we have distinct series for beaker,Mike Bayer2015-01-223-14/+18
* Merge branch 'lingua-extractor' of https://bitbucket.org/wichert/makoMike Bayer2015-01-223-105/+157
|\
| * Use new lingua extractor APIWichert Akkerman2014-08-263-9/+20
| * Add lingua pluginWichert Akkerman2014-08-251-0/+27
| * Split core extraction logic out of babel pluginWichert Akkerman2014-08-252-105/+119
* | - 1.0.1Mike Bayer2014-12-101-1/+1
* | Fix error in docstringMarc Pare2014-10-161-1/+1
|/
* - 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