aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'github/pr/19'Mike Bayer2016-03-091-2/+15
|\
| * Improve lexer with better string handling and grouping parens/bracketsDaniel Martin2016-02-041-2/+15
* | Merge branch 'feature-list_defs' of https://bitbucket.org/jvanasco/mako into ...Mike Bayer2016-03-091-0/+35
|\ \ | |/ |/|
| * added testsjonathan vanasco2015-03-251-0/+35
* | - still supporting py2.6 hereMike Bayer2015-10-261-2/+2
* | Ensure babel i18n extactor works properly with non-ascii inputRoman Imankulov2015-10-133-0/+15
* | correct template lookup on Windows:Gabi Davar2015-08-271-4/+3
* | - use a SkipTest pytest can findMike Bayer2015-07-261-1/+3
* | The Lingua extractor must not generate a parse error in case of extra blank s...Laurent DAVERIO2015-05-141-0/+3
* | Lingua extractor silently ignores try/except blocks instead or returning an e...Laurent DAVERIO2015-05-041-1/+9
* | Added test cases for gettext extraction: `for/else` and `while` blocks.Laurent DAVERIO2015-05-041-1/+11
* | Provide a testcase for pull request #18.ldaverio2015-05-011-0/+10
* | - ensure that STOP_RENDERING is set up everywhere it needs to beMike Bayer2015-03-251-11/+13
* | Add STOP_RENDERING keyword; exiting of a template.Cody Taylor2015-03-241-2/+15
|/
* fix test on win32Gabi Davar2015-01-271-1/+1
* - py3k adjustments for babel/linguaMike Bayer2015-01-221-14/+16
* - reorganize cache tests so that we have distinct series for beaker,Mike Bayer2015-01-221-103/+208
* - make this import more specific, on a py3k pip uninstall of babelMike Bayer2015-01-221-1/+1
* - reimplement skiptests for babel or lingua not installedMike Bayer2015-01-224-36/+72
* Use new lingua extractor APIWichert Akkerman2014-08-261-11/+35
* Merge babel test files.Wichert Akkerman2014-08-262-50/+36
* Add lingua pluginWichert Akkerman2014-08-251-0/+19
* Split core extraction logic out of babel pluginWichert Akkerman2014-08-251-21/+0
* Add tests for Babel pluginWichert Akkerman2014-08-252-0/+48
* - correct some misconceptions in how the new lineno thing was built;Mike Bayer2014-06-081-6/+35
* - fix the line number scheme to be consistently 1-based, bothMike Bayer2014-05-211-1/+27
* url escape filter for non-unicodeXie Shi2014-05-041-0/+22
* - use py3.3's unittest.mock if availableMike Bayer2014-04-282-3/+7
* - will now be 1.0Mike Bayer2014-04-282-8/+2
* - switch to argparse for cmdline template runnerMike Bayer2014-04-285-11/+93
* - add addtional test, py2K only, for when and object's __str__() method returnsMike Bayer2014-04-211-0/+13
* - Fixed bug in ``decode.<encoding>`` filter where a non-string objectMike Bayer2014-04-201-1/+10
* - add py.test settingsMike Bayer2014-04-131-3/+3
* - Fixed bug in Python parsing logic which would fail on Python 3Mike Bayer2014-04-131-1/+24
* Support Python 3's keyword-only arguments.Eevee (Alex Munroe)2014-02-113-3/+34
* - remove creation of blank "x" fileMike Bayer2013-12-261-4/+16
* - changelog for [ticket:225]Mike Bayer2013-12-241-1/+1
* Improved handling of translator comments in Babel pluginNed Batchelder2013-12-242-1/+13
* - changelogMike Bayer2013-10-081-4/+3
* Merge pull request #5 from vmagamedov/mastermike bayer2013-10-081-0/+8
|\
| * Fixed TGPlugin.render method to support unicode template names in py2k.Vladimir Magamedov2013-09-171-0/+8
* | - [bug] Fixed issue where an old lexer rule prevented a template lineMike Bayer2013-10-011-0/+6
|/
* Fix docstrings to use "UTF-8" instead of "utf8"Martin Geisler2013-08-281-2/+2
* Use Emacs compatible coding systemMartin Geisler2013-08-283-3/+3
* Use "coding:" instead of "encoding:" to specify file encodingMartin Geisler2013-08-283-3/+3
* - fix #190 for py2.4rel_0_9_0Mike Bayer2013-08-042-5/+9
* - [bug] The Context.locals_() method becomes a private underscoredMike Bayer2013-08-031-0/+21
* - [bug] Fixed Py3K bug where a "lambda" expression was notMike Bayer2013-08-032-1/+2
* - [bug] Using <%namespace import="*" module="somemodule"/> nowMike Bayer2013-08-031-2/+5
* use repr hereMike Bayer2013-08-032-2/+4