| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for LR parsingleft_recursion_support | Max Fischer | 2021-07-30 | 1 | -2/+144 |
* | Update core.py (#259) | retsyo | 2021-01-03 | 1 | -1/+1 |
* | Deprecate `locatedExpr` in favor of new `Located` class | ptmcg | 2020-12-24 | 1 | -0/+39 |
* | Move OnlyOnce out of core.py and into actions.py | ptmcg | 2020-12-24 | 1 | -22/+0 |
* | Add IndentedBlock class; made vertical keyword arg more visible when creating...pyparsing_3.0.0b1 | ptmcg | 2020-11-02 | 1 | -3/+38 |
* | minor perf changes | ptmcg | 2020-10-25 | 1 | -6/+5 |
* | ParseResults.List class to support returning an actual list from a parse acti... | ptmcg | 2020-10-24 | 1 | -7/+19 |
* | Issue #244, fixed debug output to indicate correct parse location; updated se... | Paul McGuire | 2020-10-11 | 1 | -6/+23 |
* | Fixed bugs in Each with ZeroOrMore and OneOrMore (first matched element enclo... | ptmcg | 2020-10-11 | 1 | -8/+15 |
* | Fix enum auto() incompat with Py3.5 | Paul McGuire | 2020-08-19 | 1 | -9/+9 |
* | Convert SyntaxWarnings to ValueError and TypeError exceptions; change diagnos... | Paul McGuire | 2020-08-19 | 1 | -119/+86 |
* | Add '*' markers to debug output to indicate cached parse expression try/pass/... | ptmcg | 2020-08-18 | 1 | -9/+35 |
* | Follow-up to PR #233 | ptmcg | 2020-08-16 | 1 | -4/+0 |
* | Remove identChars override from Keyword.copy (#233) | jgrey4296 | 2020-08-16 | 1 | -1/+0 |
* | Better display of single-character Words | Paul McGuire | 2020-07-30 | 1 | -1/+4 |
* | Add size spec to default Word repr output | Paul McGuire | 2020-07-30 | 1 | -2/+12 |
* | Nicer default name for QuotedStrings; clean out more Py2 vestigial code | ptmcg | 2020-07-19 | 1 | -8/+5 |
* | Replace last-century '%' string interp with .format() usage | Paul McGuire | 2020-07-19 | 1 | -56/+74 |
* | Fixing generated default name for QuotedString (#229) | Joshua Coales | 2020-07-19 | 1 | -1/+1 |
* | Docstring fixes; cleanup dead/Py2 vestigial code | ptmcg | 2020-07-10 | 1 | -2/+2 |
* | Docstrings cleanup; add 'encoding' argument to parseFile; additional unit tes... | ptmcg | 2020-07-08 | 1 | -97/+114 |
* | It is to blacken | Paul McGuire | 2020-06-28 | 1 | -1/+1 |
* | When warning for uninitialized Forward, look up stack to parseString function... | Paul McGuire | 2020-06-28 | 1 | -2/+11 |
* | Fixed traceback trimming, and added ParserElement.verbose_traceback save/rest... | Paul McGuire | 2020-06-28 | 1 | -16/+5 |
* | Minor code cleanups, remove more Py2-compatibilty code | Paul McGuire | 2020-06-27 | 1 | -10/+5 |
* | Collapse _checkRecursion methods; moved 3.0.0 summary from CHANGES to whats_n... | ptmcg | 2020-06-25 | 1 | -20/+13 |
* | Follow-up to default vs custom name tracking, from Issue #223 | ptmcg | 2020-06-24 | 1 | -107/+114 |
* | Add recurse() method to simplify navigating through hierarchy of ParserElemen... | ptmcg | 2020-06-22 | 1 | -1/+10 |
* | strRepr cleanup, remove replicated __str__ methods | Paul McGuire | 2020-06-20 | 1 | -168/+80 |
* | Add new warnings about common errors using Forward: warn_on_parse_using_empty... | ptmcg | 2020-06-09 | 1 | -3/+31 |
* | Additional configuration for `skipWhitespace` and `leaveWhitespace` (#219) | Michael Milton | 2020-06-09 | 1 | -14/+57 |
* | Add misc unit tests for core elements with missing coverage (#214) | Matt Carmody | 2020-05-18 | 1 | -6/+0 |
* | Convert internal imports to relative imports, to support projects that vendor... | ptmcg | 2020-05-13 | 1 | -3/+3 |
* | remove Regex docstring notes that reference no-longer-supported replacement o... | Paul McGuire | 2020-04-28 | 1 | -15/+6 |
* | Fixed bug in ParseResults repr() which showed all matching entries for a resu... | ptmcg | 2020-04-10 | 1 | -4/+0 |
* | Enhanced error messages and error locations when parsing fails on the Keyword... | ptmcg | 2020-04-03 | 1 | -20/+41 |
* | Remove deprecated space escapes from docstrings (#202) | Matt Carmody | 2020-04-03 | 1 | -4/+4 |
* | Add OnlyOnce docstring, error message and unit test (#193) | Matt Carmody | 2020-03-31 | 1 | -1/+4 |
* | Fix potential FutureWarning with generated regex; minor reformat of runTests ... | ptmcg | 2020-03-29 | 1 | -19/+25 |
* | Docstring formatting changes (#197) | Matt Carmody | 2020-03-29 | 1 | -37/+50 |
* | New unit tests (#192) | Matt Carmody | 2020-03-22 | 1 | -0/+1 |
* | Housekeeping (#191) | Matt Carmody | 2020-03-21 | 1 | -4/+4 |
* | Fix bug in Each when using Regex, Regex would get parsed twice (issue #183) | ptmcg | 2020-02-23 | 1 | -2/+2 |
* | Cleanup (object) from class definitions; add __slots__ to _ParseResultsWithOf... | Paul McGuire | 2020-02-23 | 1 | -7/+4 |
* | Add unit tests to expand test coverage (#184) | Matt Carmody | 2020-02-23 | 1 | -1/+1 |
* | Shorten pyparsing tracebacks, to clear out internal pyparsing calls; plus som... | ptmcg | 2020-02-01 | 1 | -1/+12 |
* | Some unittest.TestCase cleanups (#175); black reformat of core.py | ptmcg | 2020-01-26 | 1 | -3/+9 |
* | Added new warning 'warn_on_match_first_with_lshift_operator' to warn when doi... | ptmcg | 2020-01-26 | 1 | -9/+13 |
* | Correct typos in White.whiteStrs definition (#172) | eboth | 2019-12-12 | 1 | -18/+18 |
* | Break up pyparsing.py monolith into sub-modules in a pyparsing package (#162) | Paul McGuire | 2019-11-18 | 1 | -0/+4699 |