summaryrefslogtreecommitdiff
path: root/pyparsing/unicode.py
Commit message (Collapse)AuthorAgeFilesLines
* Update unicode ranges (compute by interrogating unicodedata by language ↵ptmcg2020-06-271-17/+90
| | | | name) - Issue #227
* Break up pyparsing.py monolith into sub-modules in a pyparsing package (#162)Paul McGuire2019-11-181-0/+216
* Break up pyparsing.py monolith into sub-modules in a pyparsing package * Convert relative imports to absolutes * Reference submodule pyparsing in setup.py modules * Remove recursive import of pyparsing from setup.py * Black updates * setup.py updates - packages vs. modules. use .dev1 for the version