black/blib2to3/pgen2
Zsolt Dollenstein 883689366c Support parsing of async generators in non-async functions (#165)
This is a new syntax added in python3.7, so black can't verify that reformatting will not change the ast unless black itself is run with 3.7. We'll need to change the error message black gives in this case. @ambv any ideas?

Fixes #125.
2018-08-20 14:47:58 +01:00
..
__init__.py Initial commit 2018-03-14 12:55:32 -07:00
__init__.pyi Initial commit 2018-03-14 12:55:32 -07:00
conv.py Initial commit 2018-03-14 12:55:32 -07:00
driver.py Trivial nits 2018-06-19 23:08:10 -07:00
driver.pyi Initial commit 2018-03-14 12:55:32 -07:00
grammar.py 3.6.5 grammar pickles 2018-04-04 09:55:56 -07:00
grammar.pyi Initial commit 2018-03-14 12:55:32 -07:00
literals.py Initial commit 2018-03-14 12:55:32 -07:00
literals.pyi Initial commit 2018-03-14 12:55:32 -07:00
parse.py Initial commit 2018-03-14 12:55:32 -07:00
parse.pyi Initial commit 2018-03-14 12:55:32 -07:00
pgen.py Initial commit 2018-03-14 12:55:32 -07:00
pgen.pyi Initial commit 2018-03-14 12:55:32 -07:00
token.py Remove unnecessary shebang lines (#189) 2018-05-04 13:52:17 -07:00
token.pyi Initial commit 2018-03-14 12:55:32 -07:00
tokenize.py Support parsing of async generators in non-async functions (#165) 2018-08-20 14:47:58 +01:00
tokenize.pyi Initial commit 2018-03-14 12:55:32 -07:00