Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | happy new year | Mike Bayer | 2020-01-05 | 1 | -1/+1 |
| | | | | | | also fix one flake8 error Change-Id: Ia828267fce34d5b194898e3e301b6d463470f068 | ||||
* | - update copyright | Mike Bayer | 2019-05-31 | 1 | -1/+1 |
| | | | | Change-Id: I258e9ff77e5a9ac687cd20d33b6d75de7c79b4dc | ||||
* | Use tox / zimports | Mike Bayer | 2019-05-31 | 1 | -24/+38 |
| | | | | Change-Id: Ia047c7052a6d242c2cf1c7a83981f1e38ea4d928 | ||||
* | - happy new year | Mike Bayer | 2016-03-10 | 1 | -1/+1 |
| | |||||
* | - get flake8 to pass fully for mako/ (tests are a much bigger deal) | Mike Bayer | 2015-03-25 | 1 | -12/+25 |
| | |||||
* | happy new yearrel_1_0_1 | Mike Bayer | 2015-01-22 | 1 | -1/+1 |
| | |||||
* | - will now be 1.0 | Mike Bayer | 2014-04-28 | 1 | -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-11 | 1 | -1/+1 |
| | |||||
* | Support Python 3's keyword-only arguments. | Eevee (Alex Munroe) | 2014-02-11 | 1 | -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. | ||||
* | - 2014 | Mike Bayer | 2014-01-09 | 1 | -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 Bayer | 2013-09-11 | 1 | -1/+1 |
| | | | | present | ||||
* | added arg_stringname function to _ast_util.py | Philipp Volugine | 2013-09-10 | 1 | -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 copyright | Mike Bayer | 2013-08-03 | 1 | -1/+1 |
| | |||||
* | - first pass at running a py3k compatible base in py2k as well. | Mike Bayer | 2012-11-11 | 1 | -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 removal | Mike Bayer | 2012-07-07 | 1 | -21/+21 |
| | |||||
* | Brought all modules into PEP 8 width compliance | Benjamin Trofatter | 2012-03-24 | 1 | -10/+16 |
| | |||||
* | - [feature] Added support for context managers, | Mike Bayer | 2012-03-12 | 1 | -0/+2 |
| | | | | | i.e. "% with x as e:/ % endwith" support. Courtesy Ben Trofatter [ticket:147] | ||||
* | 2012 | Mike Bayer | 2012-01-16 | 1 | -1/+1 |
| | |||||
* | - add AUTHORS file | Mike Bayer | 2011-02-19 | 1 | -2/+2 |
| | | | | - convert heading copyrights to 2006-2011, reference AUTHORS file | ||||
* | - now that trailing whitespace comes up in red, need to get rid of it | Mike Bayer | 2011-01-19 | 1 | -11/+11 |
| | |||||
* | - merged -r481:499 of py3k branch. | Mike Bayer | 2010-03-04 | 1 | -9/+27 |
| | | | | | | - Python 3 support is added ! See README.py3k for installation and testing notes. [ticket:119] | ||||
* | use builtin set() completely | Mike Bayer | 2010-03-02 | 1 | -4/+4 |
| | |||||
* | move lib/mako to mako | Mike Bayer | 2010-02-05 | 1 | -0/+125 |