summaryrefslogtreecommitdiff
path: root/mako/lexer.py
Commit message (Expand)AuthorAgeFilesLines
* happy new year 2023HEADmainMike Bayer2023-01-031-1/+1
* replace "dot" with "set not containing whitespace"Mike Bayer2022-09-221-1/+1
* fix tag regexp to match quoted groups correctlyMike Bayer2022-08-291-4/+8
* happy new yearMike Bayer2022-06-301-1/+1
* optimize some code pathsTakuto Ikuta2022-06-301-4/+3
* Fix matching multiline control lines in templates with CRLF line endingsCharles Pigott2021-11-131-1/+1
* update black and formatFederico Caselli2021-10-251-8/+7
* Refactoring CodeFederico Caselli2021-10-251-102/+90
* more code updatesMike Bayer2021-10-251-15/+12
* Modernize codeworkflow_test_initial_1_2Federico Caselli2021-10-231-11/+3
* Switch template encoding to utf-8Mike Bayer2020-05-291-2/+2
* happy new yearMike Bayer2020-01-051-1/+1
* - update copyrightMike Bayer2019-05-311-1/+1
* Use tox / zimportsMike Bayer2019-05-311-116/+157
* - happy new yearMike Bayer2016-03-101-1/+1
* Improve lexer with better string handling and grouping parens/bracketsDaniel Martin2016-02-041-10/+16
* - get flake8 to pass fully for mako/ (tests are a much bigger deal)Mike Bayer2015-03-251-61/+63
* happy new yearrel_1_0_1Mike Bayer2015-01-221-1/+1
* - will now be 1.0Mike Bayer2014-04-281-31/+31
* - 2014Mike Bayer2014-01-091-1/+1
* - [bug] Fixed issue where an old lexer rule prevented a template lineMike Bayer2013-10-011-2/+0
* update copyrightMike Bayer2013-08-031-1/+1
* - first pass at running a py3k compatible base in py2k as well.Mike Bayer2012-11-111-5/+6
* epic trailing whitespace removalMike Bayer2012-07-071-74/+74
* - [feature] Control lines with no bodies willMike Bayer2012-04-031-2/+15
* - merge the mako-loop branch, bump to 0.7Mike Bayer2012-03-291-26/+39
|\
| * Brought all modules into PEP 8 width complianceBenjamin Trofatter2012-03-241-26/+37
| * - apply the #125 patchMike Bayer2012-03-241-0/+4
|/
* Fix for [ticket:20] and [ticket:86] much thanks to EeveeMike Bayer2012-02-021-20/+21
* 2012Mike Bayer2012-01-161-1/+1
* - add AUTHORS fileMike Bayer2011-02-191-2/+2
* - now that trailing whitespace comes up in red, need to get rid of itMike Bayer2011-01-191-33/+33
* - Patch to lexer to not generate an emptyMike Bayer2010-11-121-1/+2
* - A percent sign can be emitted as the firstMike Bayer2010-03-051-1/+1
* - merged -r481:499 of py3k branch.Mike Bayer2010-03-041-44/+68
* - ensure lru threading test doesn't runMike Bayer2010-03-021-10/+6
* cleanup of lexerMike Bayer2010-03-021-36/+102
* move lib/mako to makoMike Bayer2010-02-051-0/+328