aboutsummaryrefslogtreecommitdiffstats
path: root/mako/ext
Commit message (Expand)AuthorAgeFilesLines
* happy new yearMike Bayer2020-01-058-8/+8
* Bump Python versions, remove conditional importsMike Bayer2019-07-271-1/+1
* - update copyrightMike Bayer2019-05-318-5/+23
* Use tox / zimportsMike Bayer2019-05-318-160/+222
* Spelling fixesVille Skyttä2017-05-111-1/+1
* - happy new yearMike Bayer2016-03-105-5/+5
* Ensure babel i18n extactor works properly with non-ascii inputRoman Imankulov2015-10-131-3/+9
* - Repair some calls within the ast module that no longer work on Python3.5;Mike Bayer2015-08-261-2/+1
* 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-258-29/+42
* happy new yearrel_1_0_1Mike Bayer2015-01-225-5/+5
* - py3k adjustments for babel/linguaMike Bayer2015-01-222-18/+28
* - reorganize cache tests so that we have distinct series for beaker,Mike Bayer2015-01-221-8/+13
* 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
* | Fix error in docstringMarc Pare2014-10-161-1/+1
|/
* - 2014Mike Bayer2014-01-095-5/+5
* Improved handling of translator comments in Babel pluginNed Batchelder2013-12-241-11/+7
* - changelogMike Bayer2013-10-081-1/+1
* 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
* simplifyPhilip Jenvey2013-08-031-9/+1
* use repr hereMike Bayer2013-08-031-3/+3
* update copyrightMike Bayer2013-08-035-5/+5
* - [bug] The Babel plugin has been repaired to work on Python 3.Mike Bayer2013-08-031-2/+2
* - 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
* 2.4-3.3 pass in placeMike Bayer2012-11-111-5/+5
* all tests pass on py3k and py2.7. py2.5/2.4 nextMike Bayer2012-11-111-1/+1
* - first pass at running a py3k compatible base in py2k as well.Mike Bayer2012-11-114-11/+10
* - [bug] Fixed Py3K bug in the Babel extension.Mike Bayer2012-08-291-2/+2
* Brought all modules into PEP 8 width complianceBenjamin Trofatter2012-03-242-9/+16
* - [feature] The html_error_template() will nowMike Bayer2012-03-121-12/+21
* - [feature] Added support for Beaker cache regionsMike Bayer2012-01-211-3/+16
* get_and_replace is wrong, for now changed to get_or_create like dogpile.cacheMike Bayer2012-01-181-1/+1
* 2012Mike Bayer2012-01-165-5/+5
* need this tooMike Bayer2011-10-011-0/+57
* - Fixed the babel plugin to accommodate <%block>Mike Bayer2011-07-081-0/+3
* - add AUTHORS fileMike Bayer2011-02-195-0/+30
* - now that trailing whitespace comes up in red, need to get rid of itMike Bayer2011-01-193-5/+5
* cleanuprel_0_3_6Mike Bayer2010-11-132-12/+8