summaryrefslogtreecommitdiff
path: root/mako/ast.py
AgeCommit message (Expand)Author
2014-04-28- will now be 1.0Mike Bayer
2014-02-11Make a best effort at pre-2.5 compatibility.Eevee (Alex Munroe)
2014-02-11Support Python 3's keyword-only arguments.Eevee (Alex Munroe)
2014-01-09- 2014Mike Bayer
2013-09-11move the function out to compat so we don't import _ast_util if _ast isn't pr...Mike Bayer
2013-09-10added arg_stringname function to _ast_util.pyPhilipp Volugine
2013-08-03update copyrightMike Bayer
2012-11-11- first pass at running a py3k compatible base in py2k as well.Mike Bayer
2012-07-07epic trailing whitespace removalMike Bayer
2012-03-24Brought all modules into PEP 8 width complianceBenjamin Trofatter
2012-03-12- [feature] Added support for context managers,Mike Bayer
2012-01-162012Mike Bayer
2011-02-19- add AUTHORS fileMike Bayer
2011-01-19- now that trailing whitespace comes up in red, need to get rid of itMike Bayer
2010-03-04- merged -r481:499 of py3k branch.Mike Bayer
2010-03-02use builtin set() completelyMike Bayer
2010-02-05move lib/mako to makoMike Bayer