aboutsummaryrefslogtreecommitdiffstats
path: root/mako/ast.py
Commit message (Collapse)AuthorAgeFilesLines
* happy new yearMike Bayer2020-01-051-1/+1
| | | | | | also fix one flake8 error Change-Id: Ia828267fce34d5b194898e3e301b6d463470f068
* - update copyrightMike Bayer2019-05-311-1/+1
| | | | Change-Id: I258e9ff77e5a9ac687cd20d33b6d75de7c79b4dc
* Use tox / zimportsMike Bayer2019-05-311-24/+38
| | | | Change-Id: Ia047c7052a6d242c2cf1c7a83981f1e38ea4d928
* - happy new yearMike Bayer2016-03-101-1/+1
|
* - get flake8 to pass fully for mako/ (tests are a much bigger deal)Mike Bayer2015-03-251-12/+25
|
* happy new yearrel_1_0_1Mike Bayer2015-01-221-1/+1
|
* - will now be 1.0Mike Bayer2014-04-281-3/+2
| | | | | - drop python 2.4, 2.5 support - various pep8ing
* Make a best effort at pre-2.5 compatibility.Eevee (Alex Munroe)2014-02-111-1/+1
|
* Support Python 3's keyword-only arguments.Eevee (Alex Munroe)2014-02-111-25/+52
| | | | | | | | Previously, they would parse correctly in Python 3, but any keyword-only arguments would be quietly lost, and the user would either get `TypeError: foo() got an unexpected keyword argument...` or the confusing behavior of having the keyword argument overwritten with whatever's in the context with the same name.
* - 2014Mike Bayer2014-01-091-1/+1
| | | | - move CHANGES to changelog.rst
* move the function out to compat so we don't import _ast_util if _ast isn't ↵Mike Bayer2013-09-111-1/+1
| | | | present
* added arg_stringname function to _ast_util.pyPhilipp Volugine2013-09-101-2/+3
| | | | | | | | | This is to be compatible with python3.4 where kwarg and vararg objects are _ast.arg as opposed to Name objects in earlier versions. The _ast.arg object cannot be implicitly converted to a string. This lead to 4 errors in the test suite. As of this commit all tests pass under python3.4a2
* update copyrightMike Bayer2013-08-031-1/+1
|
* - first pass at running a py3k compatible base in py2k as well.Mike Bayer2012-11-111-3/+3
| | | | | having some weird unicode issues I can't debug; the meaning of str.encode() seems to be changing globally somehow
* epic trailing whitespace removalMike Bayer2012-07-071-21/+21
|
* Brought all modules into PEP 8 width complianceBenjamin Trofatter2012-03-241-10/+16
|
* - [feature] Added support for context managers,Mike Bayer2012-03-121-0/+2
| | | | | i.e. "% with x as e:/ % endwith" support. Courtesy Ben Trofatter [ticket:147]
* 2012Mike Bayer2012-01-161-1/+1
|
* - add AUTHORS fileMike Bayer2011-02-191-2/+2
| | | | - convert heading copyrights to 2006-2011, reference AUTHORS file
* - now that trailing whitespace comes up in red, need to get rid of itMike Bayer2011-01-191-11/+11
|
* - merged -r481:499 of py3k branch.Mike Bayer2010-03-041-9/+27
| | | | | | - Python 3 support is added ! See README.py3k for installation and testing notes. [ticket:119]
* use builtin set() completelyMike Bayer2010-03-021-4/+4
|
* move lib/mako to makoMike Bayer2010-02-051-0/+125