20 Commits (be9079ae683de8b5046e4f5329d6c19b032fecbe)

Author SHA1 Message Date
Yury Selivanov bf04b0698b Issue #28008: Fix test_unparse 10 years ago
Guido van Rossum deed5a18ca Issue #28038: Remove Tools/parser/com2ann.py and its unit test. 10 years ago
Martin Panter e13370b3e3 Issue #27364: Raw strings to avoid deprecated escaping in com2ann.py 10 years ago
Yury Selivanov f8cb8a16a3 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. 10 years ago
Berker Peksag d66dd5ce68 Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py 10 years ago
Victor Stinner f2c1aa1661 Add ast.Constant 10 years ago
Eric V. Smith 608adf9c82 Issue 25180: Fix Tools/parser/unparse.py for f-strings. Patch by Martin Panter. 10 years ago
Yury Selivanov 7544508f02 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. 11 years ago
Benjamin Peterson 025e9ebd0a PEP 448: additional unpacking generalizations (closes #2292) 11 years ago
Zachary Ware 2b0a610297 Issue #21918: Convert test_tools.py to a sub-package of test. 12 years ago
Benjamin Peterson 63c46b25d0 teach unparse about matrix multiplication 12 years ago
Benjamin Peterson cda75be02a unify some ast.argument's attrs; change Attribute column offset (closes #16795) 13 years ago
Benjamin Peterson 442f20996d create NameConstant AST class for None, True, and False literals (closes #16619) 13 years ago
Florent Xicluna c20740109d Some cleanup in the Tools directory. 14 years ago
Mark Dickinson be4fb69201 Issue #14742: test_unparse now only checks a limited number of files unless the 'cpu' resource is specified. 14 years ago
Mark Dickinson 1b2e9444fe Issue #14965: Fix missing support for starred assignments in Tools/parser/unparse.py. 14 years ago
Georg Brandl 4cf83f4d12 Remove some of the old demos. (Put a few somewhere else.) 15 years ago