summaryrefslogtreecommitdiff
path: root/pyparsing/helpers.py
Commit message (Expand)AuthorAgeFilesLines
* Deprecate `locatedExpr` in favor of new `Located` classptmcg2020-12-241-1/+3
* Add IndentedBlock class; made vertical keyword arg more visible when creating...pyparsing_3.0.0b1ptmcg2020-11-021-1/+36
* minor perf changes IIptmcg2020-10-251-5/+7
* Fix enum auto() incompat with Py3.5Paul McGuire2020-08-191-2/+2
* Convert SyntaxWarnings to ValueError and TypeError exceptions; change diagnos...Paul McGuire2020-08-191-13/+7
* Docstrings cleanup; add 'encoding' argument to parseFile; additional unit tes...ptmcg2020-07-081-31/+30
* infixNotation unit tests require infixNotation bug fixes!ptmcg2020-07-071-14/+11
* Convert internal imports to relative imports, to support projects that vendor...ptmcg2020-05-131-2/+15
* Pop counter token and return rest instead of dropping all tokens in countedAr...Marcin Jaworski2020-05-031-2/+3
* Remove deprecated space escapes from docstrings (#202)Matt Carmody2020-04-031-1/+1
* Docstring formatting changes (#197)Matt Carmody2020-03-291-4/+4
* Housekeeping (#191)Matt Carmody2020-03-211-1/+1
* Rollforward infixNotation ternary op fix from 2.4.6 branch, plus related unit...ptmcg2020-01-041-1/+1
* Break up pyparsing.py monolith into sub-modules in a pyparsing package (#162)Paul McGuire2019-11-181-0/+905