summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* happy new year 2023HEADmainMike Bayer2023-01-0325-25/+25
* Fix StringIO import for the example in usage.rstRaf Baluyot2022-12-011-2/+1
* Version 1.2.5 placeholderMike Bayer2022-11-152-1/+5
* - 1.2.4rel_1_2_4Mike Bayer2022-11-153-12/+13
* Support nested tuple unpacking in for loopsMatt Trescott2022-11-153-2/+26
* Version 1.2.4 placeholderMike Bayer2022-09-222-1/+5
* - 1.2.3rel_1_2_3Mike Bayer2022-09-223-16/+17
* replace "dot" with "set not containing whitespace"Mike Bayer2022-09-224-3/+27
* Version 1.2.3 placeholderMike Bayer2022-08-292-1/+5
* - 1.2.2rel_1_2_2Mike Bayer2022-08-293-12/+13
* Merge "fix tag regexp to match quoted groups correctly" into mainmike bayer2022-08-293-8/+34
|\
| * fix tag regexp to match quoted groups correctlyMike Bayer2022-08-293-8/+34
* | Restore unit tests in classes starting with TestMartin von Gagern2022-08-192-4/+5
|/
* Update FUNDING.ymlmike bayer2022-07-061-1/+1
* Update FUNDING.ymlmike bayer2022-07-061-1/+1
* add FUNDINGMike Bayer2022-07-061-0/+6
* Version 1.2.2 placeholderMike Bayer2022-06-302-1/+5
* - 1.2.1rel_1_2_1Mike Bayer2022-06-304-16/+18
* happy new yearMike Bayer2022-06-3025-26/+26
* optimize some code pathsTakuto Ikuta2022-06-303-12/+28
* fix tests for py311Mike Bayer2022-06-292-1/+5
* use license_files instead of the deprecated license_fileFederico Caselli2022-06-271-1/+1
* Fix test runs without lingua or babelMichał Górny2022-05-134-12/+33
* additional test_exceptions fixesMike Bayer2022-05-087-17/+25
* reduce exception message tested for py311 compatMike Bayer2022-04-091-8/+2
* Add closing tag in include.Abhilash Raj2022-04-081-7/+7
* Version 1.2.1 placeholderMike Bayer2022-03-102-1/+5
* more release fixesrel_1_2_0Mike Bayer2022-03-102-1/+2
* - 1.2.0 for mar 10 2022Mike Bayer2022-03-102-2/+1
* Changed GPG artifact in setup.cfgMichael Bourke2022-02-181-1/+1
* - 1.2.0Michael Bourke2022-01-1810-45/+53
* Fix for WindowsMichael Bourke2022-01-171-1/+1
* Refactor test.util into mako.testingMichael Bourke2022-01-1438-348/+712
* Replace (old) raises test helper with expect_raisesMichael Bourke2022-01-062-26/+21
* Fix changelog.rst so create_release.sh runsMichael Bourke2022-01-031-1/+1
* Merge "Remove Python 2 residue; use Python 3 idioms" into mainmike bayer2022-01-0217-104/+77
|\
| * Remove Python 2 residue; use Python 3 idiomsMichael Bourke2021-12-2717-104/+77
* | Corrected universal wheel directive; building wheels now targets Python 3 onlyMichael Bourke2021-12-282-3/+6
|/
* Fix changelog tagsMichael Bourke2021-12-165-5/+5
* Fix 3.7 and Windows problemsMichael Bourke2021-12-102-3/+13
* Fix exception causes in lookup.pyRam Rachum2021-12-0934-302/+554
* fix typoJan Chren2021-11-171-1/+1
* still trying to fix a markup issue in changelogMike Bayer2021-11-174-5/+5
* fix formattingMike Bayer2021-11-171-1/+1
* cherry-pick changelog from 1.1.6Mike Bayer2021-11-172-9/+14
* description needs to be all single line for distutilsMike Bayer2021-11-171-2/+1
* Fix matching multiline control lines in templates with CRLF line endingsCharles Pigott2021-11-133-1/+27
* Remove more Python 2 language from docsMichael Bourke2021-10-283-118/+31
* Merge "Replace the use of pkg_resources with the importlib library." into mainFederico Caselli2021-10-265-10/+33
|\
| * Replace the use of pkg_resources with the importlib library.Federico Caselli2021-10-255-10/+33