summaryrefslogtreecommitdiff
path: root/pyparsing/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* Replace last-century '%' string interp with .format() usagePaul McGuire2020-07-191-7/+3
* Sphinx and docstring fixesptmcg2020-07-061-15/+14
* More thorough ParseException.explain testingptmcg2020-06-251-2/+2
* Collapse _checkRecursion methods; moved 3.0.0 summary from CHANGES to whats_n...ptmcg2020-06-251-0/+15
* Convert internal imports to relative imports, to support projects that vendor...ptmcg2020-05-131-1/+1
* Enhanced error messages and error locations when parsing fails on the Keyword...ptmcg2020-04-031-0/+1
* Refactor ParseException explain() static method into a staticmethod and an in...Paul McGuire2020-03-311-73/+87
* Break up pyparsing.py monolith into sub-modules in a pyparsing package (#162)Paul McGuire2019-11-181-0/+219