Berker Peksag
|
d66dd5ce68
|
Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py
Patch by Guo Ci Teo.
|
2016-03-06 16:50:15 +02:00 |
Yury Selivanov
|
7544508f02
|
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
|
2015-05-11 22:57:16 -04:00 |
Benjamin Peterson
|
025e9ebd0a
|
PEP 448: additional unpacking generalizations (closes #2292)
Patch by Neil Girdhar.
|
2015-05-05 20:16:41 -04:00 |
Zachary Ware
|
3481e21e98
|
Issue #21918: Convert test_tools.py to a sub-package of test.
Merge with 3.4.
|
2014-07-16 14:31:51 -05:00 |
Zachary Ware
|
2b0a610297
|
Issue #21918: Convert test_tools.py to a sub-package of test.
|
2014-07-16 14:26:09 -05:00 |
Benjamin Peterson
|
63c46b25d0
|
teach unparse about matrix multiplication
|
2014-04-10 00:17:48 -04:00 |
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
|
be4fb69201
|
Issue #14742: test_unparse now only checks a limited number of files unless the 'cpu' resource is specified.
|
2012-06-23 09:27:47 +01: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 |