summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* update black and formatFederico Caselli2021-10-2511-60/+60
* more code updatesMike Bayer2021-10-251-26/+1
* Modernize codeworkflow_test_initial_1_2Federico Caselli2021-10-2321-788/+287
* dont intefere with mako.templates in the test suiteMike Bayer2021-08-193-7/+10
* Avoid warnings under Python 3.10Petr Viktorin2021-01-142-1/+8
* Switch template encoding to utf-8Mike Bayer2020-05-295-9/+3
* Use unittest.SkipTest (again?)Michał Górny2020-03-022-12/+7
* Replace usage of parser.suite with ast.parseMike Bayer2020-01-052-2/+2
* Bump Python versions, remove conditional importsMike Bayer2019-07-271-2/+1
* Merge "Include URI in traceback if filename is unknown"mike bayer2019-07-081-6/+44
|\
| * Include URI in traceback if filename is unknownMartin von Gagern2019-07-081-6/+44
* | Support n filter in the page tagMartin von Gagern2019-07-081-0/+11
|/
* Correctly track line numbers for multi-line code blocksMartin von Gagern2019-07-011-0/+48
* Remove all non-essential functions from _ast_util.pyMike Bayer2019-06-031-4/+12
* Use tox / zimportsMike Bayer2019-05-3127-2470/+4179
* Use utf-8 encoding for traceback source with no encoding in py3kMike Bayer2019-05-092-0/+17
* Remove redundant Python<2.6 codeHugo2018-01-163-12/+3
* - exception test fixes for more recent pygmentsMike Bayer2017-05-221-2/+2
* Add include_error_handler parameter.Huayi Zhang2016-11-081-0/+15
* - disable some beaker tests that fail for 2.6Mike Bayer2016-03-091-1/+3
* - reduce the pygments strings we're searching for to accommodate forMike Bayer2016-03-091-26/+8
* 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