Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace last-century '%' string interp with .format() usage | Paul McGuire | 2020-07-19 | 1 | -7/+3 |
| | |||||
* | Sphinx and docstring fixes | ptmcg | 2020-07-06 | 1 | -15/+14 |
| | |||||
* | More thorough ParseException.explain testing | ptmcg | 2020-06-25 | 1 | -2/+2 |
| | |||||
* | Collapse _checkRecursion methods; moved 3.0.0 summary from CHANGES to ↵ | ptmcg | 2020-06-25 | 1 | -0/+15 |
| | | | | whats_new_in_3_0_0.rst; cleaned up docstrings, Word() examples, restored setName() docstring; added example to ParseException.explain() | ||||
* | Convert internal imports to relative imports, to support projects that ↵ | ptmcg | 2020-05-13 | 1 | -1/+1 |
| | | | | vendor pyparsing | ||||
* | Enhanced error messages and error locations when parsing fails on the ↵ | ptmcg | 2020-04-03 | 1 | -0/+1 |
| | | | | Keyword or CaselessKeyword classes due to the presence of a preceding or trailing keyword character. See issue #201. | ||||
* | Refactor ParseException explain() static method into a staticmethod and an ↵ | Paul McGuire | 2020-03-31 | 1 | -73/+87 |
| | | | | instance method on ParseBaseException | ||||
* | Break up pyparsing.py monolith into sub-modules in a pyparsing package (#162) | Paul McGuire | 2019-11-18 | 1 | -0/+219 |
* 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 |