summaryrefslogtreecommitdiff
path: root/test/test_ast.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor test.util into mako.testingMichael Bourke2022-01-141-5/+4
* Remove Python 2 residue; use Python 3 idiomsMichael Bourke2021-12-271-34/+32
* Fix exception causes in lookup.pyRam Rachum2021-12-091-1/+1
* update black and formatFederico Caselli2021-10-251-1/+1
* Modernize codeworkflow_test_initial_1_2Federico Caselli2021-10-231-28/+7
* Use tox / zimportsMike Bayer2019-05-311-98/+98
* Remove redundant Python<2.6 codeHugo2018-01-161-4/+1
* - Fixed bug in Python parsing logic which would fail on Python 3Mike Bayer2014-04-131-1/+24
* Support Python 3's keyword-only arguments.Eevee (Alex Munroe)2014-02-111-2/+17
* - fix #190 for py2.4rel_0_9_0Mike Bayer2013-08-041-4/+8
* - [bug] Fixed Py3K bug where a "lambda" expression was notMike Bayer2013-08-031-0/+1
* - first pass at running a py3k compatible base in py2k as well.Mike Bayer2012-11-111-2/+2
* - clean up test exclusionsMike Bayer2012-09-051-1/+2
* - [bug] AST supporting now supports tuple-packedMike Bayer2012-08-031-0/+11
* - these don't need to be switched for py3krel_0_7_1Mike Bayer2012-07-071-37/+4
* - [bug] Fixed some long-broken scoping behaviorMike Bayer2012-07-071-0/+34
* - pep8 + modernizeMike Bayer2012-07-071-70/+116
* remove this test per ben's requestMike Bayer2012-03-301-14/+0
* - [feature] Added support for context managers,Mike Bayer2012-03-121-0/+16
* - now that trailing whitespace comes up in red, need to get rid of itMike Bayer2011-01-191-23/+23
* - The range of Python identifiers thatMike Bayer2010-11-101-0/+32
* - merged -r481:499 of py3k branch.Mike Bayer2010-03-041-27/+52
* use builtin set() completelyMike Bayer2010-03-021-24/+24
* - Unit tests now run with nose. [ticket:127]Mike Bayer2010-02-051-0/+216