summaryrefslogtreecommitdiffstats
path: root/Tools/parser
Commit message (Collapse)AuthorAgeFilesLines
* Issue #21918: Convert test_tools.py to a sub-package of test.Zachary Ware2014-07-161-276/+0
|
* unify some ast.argument's attrs; change Attribute column offset (closes #16795)Benjamin Peterson2013-03-181-6/+6
| | | | Patch from Sven Brauch.
* create NameConstant AST class for None, True, and False literals (closes #16619)Benjamin Peterson2012-12-061-0/+3
|
* Some cleanup in the Tools directory.Florent Xicluna2012-07-071-1/+0
|
* Issue #14742: test_unparse now only checks a limited number of files unless ↵Mark Dickinson2012-06-231-1/+6
| | | | the 'cpu' resource is specified.
* Issue #14965: Bring Tools/parser/unparse.py up to date with the Python 3.3. ↵Mark Dickinson2012-05-062-19/+54
|\ | | | | | | Grammar.
| * Issue #14965: Fix missing support for starred assignments in ↵Mark Dickinson2012-05-062-0/+11
|/ | | | Tools/parser/unparse.py.
* Remove some of the old demos. (Put a few somewhere else.)Georg Brandl2010-12-302-0/+840