]> granicus.if.org Git - python/commit
bpo-35766: Merge typed_ast back into CPython (GH-11645)
authorGuido van Rossum <guido@python.org>
Thu, 31 Jan 2019 11:40:27 +0000 (03:40 -0800)
committerŁukasz Langa <lukasz@langa.pl>
Thu, 31 Jan 2019 11:40:27 +0000 (12:40 +0100)
commitdcfcd146f8e6fc5c2fc16a4c192a0c5f5ca8c53c
tree07829c4f286194d0e3d08151a26ef1f3494a849b
parentd97daebfa69b4df95231bcae4123eacad6a48d14
bpo-35766: Merge typed_ast back into CPython (GH-11645)
30 files changed:
Doc/library/ast.rst
Doc/library/token-list.inc
Doc/library/token.rst
Grammar/Grammar
Grammar/Tokens
Include/Python-ast.h
Include/compile.h
Include/graminit.h
Include/parsetok.h
Include/token.h
Lib/ast.py
Lib/symbol.py
Lib/test/test_asdl_parser.py
Lib/test/test_ast.py
Lib/test/test_type_comments.py [new file with mode: 0644]
Lib/token.py
Misc/NEWS.d/next/Core and Builtins/2019-01-22-19-17-27.bpo-35766.gh1tHZ.rst [new file with mode: 0644]
Modules/parsermodule.c
Parser/Python.asdl
Parser/asdl_c.py
Parser/parser.c
Parser/parsetok.c
Parser/token.c
Parser/tokenizer.c
Parser/tokenizer.h
Python/Python-ast.c
Python/ast.c
Python/bltinmodule.c
Python/graminit.c
Python/pythonrun.c