Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
a4afdfcf27c2fa53c60b65867765244361abb1fc
/
Tools
/
parser
bf04b06
Issue #28008: Fix test_unparse
by Yury Selivanov
· 8 years ago
deed5a1
Issue #28038: Remove Tools/parser/com2ann.py and its unit test.
by Guido van Rossum
· 8 years ago
e13370b
Issue #27364: Raw strings to avoid deprecated escaping in com2ann.py
by Martin Panter
· 8 years ago
f8cb8a1
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
by Yury Selivanov
· 8 years ago
d07a1cb
Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py
by Berker Peksag
· 9 years ago
d66dd5c
Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py
by Berker Peksag
· 9 years ago
f2c1aa1
Add ast.Constant
by Victor Stinner
· 9 years ago
608adf9
Issue 25180: Fix Tools/parser/unparse.py for f-strings. Patch by Martin Panter.
by Eric V. Smith
· 9 years ago
7544508
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
by Yury Selivanov
· 10 years ago
025e9eb
PEP 448: additional unpacking generalizations (closes #2292)
by Benjamin Peterson
· 10 years ago
3481e21
Issue #21918: Convert test_tools.py to a sub-package of test.
by Zachary Ware
· 10 years ago
2b0a610
Issue #21918: Convert test_tools.py to a sub-package of test.
by Zachary Ware
· 10 years ago
63c46b2
teach unparse about matrix multiplication
by Benjamin Peterson
· 11 years ago
cda75be
unify some ast.argument's attrs; change Attribute column offset (closes #16795)
by Benjamin Peterson
· 12 years ago
442f209
create NameConstant AST class for None, True, and False literals (closes #16619)
by Benjamin Peterson
· 12 years ago
c207401
Some cleanup in the Tools directory.
by Florent Xicluna
· 12 years ago
be4fb69
Issue #14742: test_unparse now only checks a limited number of files unless the 'cpu' resource is specified.
by Mark Dickinson
· 12 years ago
fe8440a
Issue #14965: Bring Tools/parser/unparse.py up to date with the Python 3.3. Grammar.
by Mark Dickinson
· 13 years ago
1b2e944
Issue #14965: Fix missing support for starred assignments in Tools/parser/unparse.py.
by Mark Dickinson
· 13 years ago
4cf83f4
Remove some of the old demos. (Put a few somewhere else.)
by Georg Brandl
· 14 years ago