summaryrefslogtreecommitdiff
path: root/mako/pyparser.py
Commit message (Expand)AuthorAgeFilesLines
* happy new year 2023HEADmainMike Bayer2023-01-031-1/+1
* happy new yearMike Bayer2022-06-301-1/+1
* Fix exception causes in lookup.pyRam Rachum2021-12-091-2/+2
* update black and formatFederico Caselli2021-10-251-1/+1
* Refactoring CodeFederico Caselli2021-10-251-10/+9
* more code updatesMike Bayer2021-10-251-10/+6
* Modernize codeworkflow_test_initial_1_2Federico Caselli2021-10-231-34/+17
* happy new yearMike Bayer2020-01-051-1/+1
* - update copyrightMike Bayer2019-05-311-1/+1
* Use tox / zimportsMike Bayer2019-05-311-34/+43
* - 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-7/+8
* happy new yearrel_1_0_1Mike Bayer2015-01-221-1/+1
* - will now be 1.0Mike Bayer2014-04-281-505/+148
* - Fixed bug in Python parsing logic which would fail on Python 3Mike Bayer2014-04-131-1/+1
* Make a best effort at pre-2.5 compatibility.Eevee (Alex Munroe)2014-02-111-1/+6
* Support Python 3's keyword-only arguments.Eevee (Alex Munroe)2014-02-111-1/+13
* - 2014Mike Bayer2014-01-091-1/+1
* move the function out to compat so we don't import _ast_util if _ast isn't pr...Mike Bayer2013-09-111-2/+2
* added arg_stringname function to _ast_util.pyPhilipp Volugine2013-09-101-3/+3
* - fix #190 for py2.4rel_0_9_0Mike Bayer2013-08-041-0/+21
* update copyrightMike Bayer2013-08-031-1/+1
* 2.4-3.3 pass in placeMike Bayer2012-11-111-2/+2
* py2.5 worksMike Bayer2012-11-111-3/+3
* - first pass at running a py3k compatible base in py2k as well.Mike Bayer2012-11-111-8/+8
* - [bug] AST supporting now supports tuple-packedMike Bayer2012-08-031-3/+19
* - [bug] Fixed regression in 0.7.1 where ASTrel_0_7_2Mike Bayer2012-07-201-1/+1
* - [bug] Fixed some long-broken scoping behaviorMike Bayer2012-07-071-22/+22
* epic trailing whitespace removalMike Bayer2012-07-071-6/+6
* Brought all modules into PEP 8 width complianceBenjamin Trofatter2012-03-241-2/+4
* 2012Mike Bayer2012-01-161-1/+1
* - fix uncovered bug in FastEncodingBufferMike Bayer2011-02-211-1/+0
* - add AUTHORS fileMike Bayer2011-02-191-1/+2
* - now that trailing whitespace comes up in red, need to get rid of itMike Bayer2011-01-191-2/+2
* - [ticket:98] for the pyparser moduleMike Bayer2010-11-131-96/+201
* - The range of Python identifiers thatMike Bayer2010-11-101-6/+28
* - merged -r481:499 of py3k branch.Mike Bayer2010-03-041-9/+40
* use builtin set() completelyMike Bayer2010-03-021-1/+1
* - ensure lru threading test doesn't runMike Bayer2010-03-021-0/+4
* move lib/mako to makoMike Bayer2010-02-051-0/+371