black/blib2to3/pgen2
Michael J. Sullivan c5637a7085 Fix typechecking under mypy 0.730 (#1039)
mypy 0.730 fixed a bug involving nonexistent attributes accessed on
modules, which caused an error since COLONEQUAL never got added to
token.pyi. Add it.
2019-10-01 15:30:51 -07: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 Move tokenizer config onto grammar, rename flag 2019-05-09 17:59:29 +02:00
driver.pyi Move tokenizer config onto grammar, rename flag 2019-05-09 17:59:29 +02:00
grammar.py Add support for walrus operator (#935) 2019-07-28 16:03:23 +01:00
grammar.pyi Move tokenizer config onto grammar, rename flag 2019-05-09 17:59:29 +02: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 Add support for walrus operator (#935) 2019-07-28 16:03:23 +01:00
token.pyi Fix typechecking under mypy 0.730 (#1039) 2019-10-01 15:30:51 -07:00
tokenize.py Add support for walrus operator (#935) 2019-07-28 16:03:23 +01:00
tokenize.pyi Move tokenizer config onto grammar, rename flag 2019-05-09 17:59:29 +02:00