summaryrefslogtreecommitdiffstats
path: root/Tools/parser/unparse.py
Commit message (Collapse)AuthorAgeFilesLines
* teach unparse about matrix multiplicationBenjamin Peterson2014-04-101-1/+1
|
* 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 #14965: Bring Tools/parser/unparse.py up to date with the Python 3.3. ↵Mark Dickinson2012-05-061-19/+23
|\ | | | | | | Grammar.
| * Issue #14965: Fix missing support for starred assignments in ↵Mark Dickinson2012-05-061-0/+4
|/ | | | Tools/parser/unparse.py.
* Remove some of the old demos. (Put a few somewhere else.)Georg Brandl2010-12-301-0/+600