black/blib2to3/pgen2
Łukasz Langa e36b8c71bb [blib2to3] Support non-ASCII identifiers
This support isn't *exactly* right per PEP 3131 as the regex engine is a bit
too limited for that and I didn't want to spend time on Other_ID_Start and
Other_ID_Continue unless they're actually needed.

Hopefully this doesn't slow it down too much.
2018-04-05 02:29:01 -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 blib2to3: Never put prefixes on INDENT leaves either 2018-03-23 17:15:47 -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 Restore ability to format code with legacy usage of async as a name 2018-03-20 18:54:01 -07:00
token.pyi Initial commit 2018-03-14 12:55:32 -07:00
tokenize.py [blib2to3] Support non-ASCII identifiers 2018-04-05 02:29:01 -07:00
tokenize.pyi Initial commit 2018-03-14 12:55:32 -07:00