summaryrefslogtreecommitdiff
path: root/mako/compat.py
Commit message (Expand)AuthorAgeFilesLines
* happy new year 2023HEADmainMike Bayer2023-01-031-1/+1
* happy new yearMike Bayer2022-06-301-1/+1
* Remove Python 2 residue; use Python 3 idiomsMichael Bourke2021-12-271-2/+2
* Replace the use of pkg_resources with the importlib library.Federico Caselli2021-10-251-0/+15
* more code updatesMike Bayer2021-10-251-38/+1
* Modernize codeworkflow_test_initial_1_2Federico Caselli2021-10-231-94/+15
* Avoid warnings under Python 3.10Petr Viktorin2021-01-141-6/+17
* happy new yearMike Bayer2020-01-051-1/+1
* Bump Python versions, remove conditional importsMike Bayer2019-07-271-90/+30
* use timeit.default_timer instead of time.clock() / time.time()Christoph Reiter2019-07-271-6/+0
* - update copyrightMike Bayer2019-05-311-0/+6
* Use tox / zimportsMike Bayer2019-05-311-19/+45
* Remove redundant Python<2.6 codeHugo2018-01-161-1/+0
* - disable some beaker tests that fail for 2.6Mike Bayer2016-03-091-0/+1
* - Repair some calls within the ast module that no longer work on Python3.5;Mike Bayer2015-08-261-0/+21
* - get flake8 to pass fully for mako/ (tests are a much bigger deal)Mike Bayer2015-03-251-10/+15
* use reraise function for error_handlerdesignst2014-05-221-0/+12
* - use py3.3's unittest.mock if availableMike Bayer2014-04-281-0/+1
* Merge branch 'w_json_metadata'Mike Bayer2014-04-281-0/+1
|\
| * - Template modules now generate a JSON "metadata" structure at the bottomMike Bayer2014-03-141-0/+5
* | - will now be 1.0Mike Bayer2014-04-281-17/+3
* | - add addtional test, py2K only, for when and object's __str__() method returnsMike Bayer2014-04-211-0/+6
|/
* Support Python 3's keyword-only arguments.Eevee (Alex Munroe)2014-02-111-0/+1
* move the function out to compat so we don't import _ast_util if _ast isn't pr...Mike Bayer2013-09-111-0/+10
* - [bug] The Babel plugin has been repaired to work on Python 3.Mike Bayer2013-08-031-0/+5
* - [bug] Cleaned up all the various deprecation/Mike Bayer2013-04-131-3/+17
* I'm seeing exec() as a function having the same behavior here from 2.4 to 3.3.Mike Bayer2012-11-111-30/+0
* - guess you need compat.py huhMike Bayer2012-11-111-0/+168