summaryrefslogtreecommitdiff
path: root/test/test_template.py
Commit message (Expand)AuthorAgeFilesLines
* additional test_exceptions fixesMike Bayer2022-05-081-11/+8
* Refactor test.util into mako.testingMichael Bourke2022-01-141-26/+31
* Remove Python 2 residue; use Python 3 idiomsMichael Bourke2021-12-271-2/+0
* Fix exception causes in lookup.pyRam Rachum2021-12-091-8/+8
* Fix matching multiline control lines in templates with CRLF line endingsCharles Pigott2021-11-131-0/+17
* update black and formatFederico Caselli2021-10-251-9/+12
* more code updatesMike Bayer2021-10-251-26/+1
* Modernize codeworkflow_test_initial_1_2Federico Caselli2021-10-231-322/+140
* dont intefere with mako.templates in the test suiteMike Bayer2021-08-191-0/+1
* Switch template encoding to utf-8Mike Bayer2020-05-291-5/+3
* Use tox / zimportsMike Bayer2019-05-311-431/+918
* Remove redundant Python<2.6 codeHugo2018-01-161-4/+1
* Add include_error_handler parameter.Huayi Zhang2016-11-081-0/+15
* - 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
* - 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
* - remove creation of blank "x" fileMike Bayer2013-12-261-4/+16
* - [bug] Cleaned up all the various deprecation/Mike Bayer2013-04-131-4/+5
* - [feature] Added lexer_cls argument to Template,Mike Bayer2012-11-121-3/+33
* fixMike Bayer2012-11-111-1/+1
* - first pass at running a py3k compatible base in py2k as well.Mike Bayer2012-11-111-95/+93
* Finalized future_imports feature.Benjamin Trofatter2012-11-101-1/+1
* Added futures support to makoBenjamin Trofatter2012-11-091-0/+7
* - clean up test exclusionsMike Bayer2012-09-051-108/+109
* - remove context manager to allow 2.5 and 2.4 to work, [ticket:188]Mike Bayer2012-04-131-3/+6
* - add the final patch for #146Mike Bayer2012-04-061-0/+98
* - [feature] Control lines with no bodies willMike Bayer2012-04-031-1/+76
* - UNDEFINED is a reserved word too, fix docs, add testsrel_0_7_0Mike Bayer2012-03-301-1/+32
* py3k fixesrel_0_6_2Mike Bayer2012-02-021-4/+12
* - [feature] Added module_writer argument to Template,Mike Bayer2012-01-161-0/+21
* - [bug] The exception message in the html_error_templateMike Bayer2012-01-161-0/+17
* - A Template is explicitly disallowedrel_0_5_0Mike Bayer2011-09-271-3/+20
* - py3k fixesrel_0_4_0Mike Bayer2011-02-211-0/+4
* - the "ascii encoding by default" approach doesn't work in Py3K,Mike Bayer2011-02-211-1/+5
* - the keys() in the Context, as well asMike Bayer2011-02-201-4/+10
* - use inlined getargspecMike Bayer2011-02-201-6/+27
* - now that trailing whitespace comes up in red, need to get rid of itMike Bayer2011-01-191-66/+66
* - The range of Python identifiers thatMike Bayer2010-11-101-0/+98
* - New flag on Template, TemplateLookup -Mike Bayer2010-11-091-2/+48
* petiteMike Bayer2010-07-131-44/+44
* - Windows paths are handled correctly if a TemplateMike Bayer2010-03-051-0/+63
* - The <%page args> tag can now be used in a baseMike Bayer2010-03-051-0/+53
* - Template accepts empty control structure, i.e.Mike Bayer2010-03-051-1/+11
* - merged -r481:499 of py3k branch.Mike Bayer2010-03-041-72/+151
* - ensure lru threading test doesn't runMike Bayer2010-03-021-0/+23
* begin to modernize testing. in particular, get rid of test_htdocs as well as...Mike Bayer2010-03-021-185/+240
* some more unicode testsMike Bayer2010-03-021-1/+31
* - Unit tests now run with nose. [ticket:127]Mike Bayer2010-02-051-0/+479