summaryrefslogtreecommitdiff
path: root/pyparsing/results.py
Commit message (Expand)AuthorAgeFilesLines
* Replace last-century '%' string interp with .format() usagePaul McGuire2020-07-191-6/+7
* Docstring fixes; cleanup dead/Py2 vestigial codeptmcg2020-07-101-1/+1
* Docstrings cleanup; add 'encoding' argument to parseFile; additional unit tes...ptmcg2020-07-081-12/+6
* Sphinx and docstring fixesptmcg2020-07-061-10/+20
* Fix ParseResults.dump() to show both keys *and* lower-level structuresptmcg2020-06-081-1/+1
* Fixed bug in ParseResults repr() which showed all matching entries for a resu...ptmcg2020-04-101-1/+1
* Cleanup (object) from class definitions; add __slots__ to _ParseResultsWithOf...Paul McGuire2020-02-231-5/+13
* Rename (#179)Kyle Lahnakoski2020-02-231-84/+87
* Shorten pyparsing tracebacks, to clear out internal pyparsing calls; plus som...ptmcg2020-02-011-1/+1
* Break up pyparsing.py monolith into sub-modules in a pyparsing package (#162)Paul McGuire2019-11-181-0/+679