Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Additional docstring and sphinx cleanup | ptmcg | 2022-06-18 | 1 | -6/+18 |
* | Convert most str.format() calls to use f-strings | ptmcg | 2022-05-30 | 1 | -5/+3 |
* | Fix/ignore mypy attr-defined errors, where attr definitions are intentional | ptmcg | 2022-05-29 | 1 | -1/+1 |
* | Update docstrings, replacing ZeroOrMore and OneOrMore with [...] and [1, ...]... | ptmcg | 2022-04-11 | 1 | -1/+1 |
* | Clean up bullet lists in docstrings | ptmcg | 2021-10-02 | 1 | -4/+4 |
* | Add PEP-8 naming, with compatibility synonyms | ptmcg | 2021-08-07 | 1 | -38/+46 |
* | Update __versionTime__; blacken core code and examples | ptmcg | 2021-08-01 | 1 | -7/+15 |
* | 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 vendor... | ptmcg | 2020-05-13 | 1 | -2/+2 |
* | Break up pyparsing.py monolith into sub-modules in a pyparsing package (#162) | Paul McGuire | 2019-11-18 | 1 | -0/+168 |