summaryrefslogtreecommitdiff
path: root/pyparsing/common.py
Commit message (Collapse)AuthorAgeFilesLines
* Convert internal imports to relative imports, to support projects that ↵ptmcg2020-05-131-2/+2
| | | | vendor pyparsing
* Fixed bug in regex definitions for real and sci_real expressions in ↵ptmcg2020-03-231-2/+2
| | | | pyparsing_common. Issue #194.
* Break up pyparsing.py monolith into sub-modules in a pyparsing package (#162)Paul McGuire2019-11-181-0/+359
* 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