black/blib2to3/pgen2
Bryan Bugyi 544ea9c217
Improve String Handling (#1132)
This pull request's main intention is to wraps long strings (as requested by #182); however, it also provides better string handling in general and, in doing so, closes the following issues:

Closes #26
Closes #182
Closes #933
Closes #1183
Closes #1243
2020-05-08 14:56:21 +02:00
..
__init__.py Initial commit 2018-03-14 12:55:32 -07:00
conv.py Support compilation with mypyc (#1009) 2019-10-30 07:29:29 -07:00
driver.py Support compilation with mypyc (#1009) 2019-10-30 07:29:29 -07:00
grammar.py Support compilation with mypyc (#1009) 2019-10-30 07:29:29 -07:00
literals.py Support compilation with mypyc (#1009) 2019-10-30 07:29:29 -07:00
parse.py Support compilation with mypyc (#1009) 2019-10-30 07:29:29 -07:00
pgen.py Improve String Handling (#1132) 2020-05-08 14:56:21 +02:00
token.py Support compilation with mypyc (#1009) 2019-10-30 07:29:29 -07:00
tokenize.py Improve String Handling (#1132) 2020-05-08 14:56:21 +02:00