Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some code cleanup, replacing map() calls with list comprehensions; better ↵ | ptmcg | 2022-01-02 | 1 | -1/+1 |
| | | | | typing for debug actions using typing.NamedTuple; using list comps in "".join calls | ||||
* | Tighten up determination of identbodychars to use "_*".isidentifier() | ptmcg | 2021-10-22 | 1 | -7/+21 |
| | |||||
* | Fix type annotation for ranges in unicode_sets; make _get_chars_for_ranges a ↵ | ptmcg | 2021-09-27 | 1 | -26/+36 |
| | | | | lazyclassproperty | ||||
* | mypy cleanup | ptmcg | 2021-09-02 | 1 | -18/+19 |
| | |||||
* | Add identchars and identbodychars symbols to make it easier to construct ↵ | ptmcg | 2021-08-19 | 1 | -0/+18 |
| | | | | identifiers | ||||
* | Minor code cleanups | ptmcg | 2021-08-07 | 1 | -1/+1 |
| | |||||
* | Update unicode ranges (compute by interrogating unicodedata by language ↵ | ptmcg | 2020-06-27 | 1 | -17/+90 |
| | | | | name) - Issue #227 | ||||
* | Break up pyparsing.py monolith into sub-modules in a pyparsing package (#162) | Paul McGuire | 2019-11-18 | 1 | -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 |