Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move OnlyOnce out of core.py and into actions.py | ptmcg | 2020-12-24 | 1 | -0/+23 |
| | |||||
* | Replace last-century '%' string interp with .format() usage | Paul McGuire | 2020-07-19 | 1 | -1/+1 |
| | |||||
* | Convert internal imports to relative imports, to support projects that ↵ | ptmcg | 2020-05-13 | 1 | -2/+2 |
| | | | | vendor pyparsing | ||||
* | Break up pyparsing.py monolith into sub-modules in a pyparsing package (#162) | Paul McGuire | 2019-11-18 | 1 | -0/+168 |
* 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 |