black/blib2to3/pgen2
Andrey 6aef6c9d45 #455 Fix bug with tricky unicode symbols (#1047)
* add test for special unicode symbol which usual re can not process correctly
add regex lib which supports unicode 12.1.0 standard
replace re usage in project in favor to regex

* #455 fix dependency
2019-10-13 10:21:15 -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 #455 Fix bug with tricky unicode symbols (#1047) 2019-10-13 10:21:15 -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 #455 Fix bug with tricky unicode symbols (#1047) 2019-10-13 10:21:15 -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 #455 Fix bug with tricky unicode symbols (#1047) 2019-10-13 10:21:15 -07:00
tokenize.pyi Move tokenizer config onto grammar, rename flag 2019-05-09 17:59:29 +02:00