bpo-35766: Merge typed_ast back into CPython#11645
Merged
Merged
bpo-35766: Merge typed_ast back into CPython#11645
Commits
Commits on Jan 22, 2019
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
Define flags to turn on parsing type comments
Show description for 72e4f4dcommitted- committed
Support TYPE_COMMENT in ast.c for all nodes that need it
Show description for d273d67committed- committed
- committed
- authored andcommitted
- committed
- committed
Commits on Jan 23, 2019
Hacky way to get tests to pass
Show description for d2091edcommitted- committed
- committed
A better hack for IndentationError
Show description for 5d36558committed
Commits on Jan 25, 2019
Merge remote-tracking branch 'origin/master' into ast-type-comments
Show description for 7e78552committed- committed
Fix test_parser.py in a hacky way
Show description for 110c42acommitted- committed
- committed
Commits on Jan 28, 2019
- committed
- committed
- committed
Don't allow type comments on expression statements
Show description for cef9f31committed- committed
- committed
- committed
- committed
- committed
- committed
Reject function def with two signature type comments
Show description for 50a921acommitted- committed
- committed
- committed
Check for NULL from NEW_TYPE_COMMENT()
Show description for 551f2a6committed- committed
Commits on Jan 30, 2019
- committed
- committed
- committed
- committed
- committed
- committed