Benjamin Peterson
|
cda75be02a
|
unify some ast.argument's attrs; change Attribute column offset (closes #16795)
Patch from Sven Brauch.
|
2013-03-18 10:48:58 -07:00 |
Benjamin Peterson
|
442f20996d
|
create NameConstant AST class for None, True, and False literals (closes #16619)
|
2012-12-06 17:41:04 -05:00 |
Florent Xicluna
|
c20740109d
|
Some cleanup in the Tools directory.
|
2012-07-07 17:03:54 +02:00 |
Mark Dickinson
|
fe8440aec0
|
Issue #14965: Bring Tools/parser/unparse.py up to date with the Python 3.3. Grammar.
|
2012-05-06 17:35:19 +01:00 |
Mark Dickinson
|
1b2e9444fe
|
Issue #14965: Fix missing support for starred assignments in Tools/parser/unparse.py.
|
2012-05-06 17:27:39 +01:00 |
Georg Brandl
|
4cf83f4d12
|
Remove some of the old demos. (Put a few somewhere else.)
|
2010-12-30 17:22:33 +00:00 |