summaryrefslogtreecommitdiff
path: root/mako/pyparser.py
AgeCommit message (Expand)Author
2014-04-28- will now be 1.0Mike Bayer
2014-04-13- Fixed bug in Python parsing logic which would fail on Python 3Mike 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-04- fix #190 for py2.4upstream/rel_0_9_0Mike Bayer
2013-08-03update copyrightMike Bayer
2012-11-112.4-3.3 pass in placeMike Bayer
2012-11-11py2.5 worksMike Bayer
2012-11-11- first pass at running a py3k compatible base in py2k as well.Mike Bayer
2012-08-03- [bug] AST supporting now supports tuple-packedMike Bayer
2012-07-20- [bug] Fixed regression in 0.7.1 where ASTupstream/rel_0_7_2Mike Bayer
2012-07-07- [bug] Fixed some long-broken scoping behaviorMike Bayer
2012-07-07epic trailing whitespace removalMike Bayer
2012-03-24Brought all modules into PEP 8 width complianceBenjamin Trofatter
2012-01-162012Mike Bayer
2011-02-21- fix uncovered bug in FastEncodingBufferMike 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-11-13- [ticket:98] for the pyparser moduleMike Bayer
2010-11-10- The range of Python identifiers thatMike Bayer
2010-03-04- merged -r481:499 of py3k branch.Mike Bayer
2010-03-02use builtin set() completelyMike Bayer
2010-03-02- ensure lru threading test doesn't runMike Bayer
2010-02-05move lib/mako to makoMike Bayer