summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for LR parsingleft_recursion_supportMax Fischer2021-07-305-23/+409
* Remove old language stating that parseString returns "a list of matched strin...ptmcg2021-05-142-4/+35
* Fix misc. documentation typos (#280)luzpaz2021-05-1415-40/+40
* Remove setuptools import fallback to distutils.core (distutils.core use not r...ptmcg2021-04-131-4/+1
* #261 - fix table name in sql2dot.py exampleptmcg2021-04-132-2/+5
* #271 - remove comparison with bytes in ParseResults._null_valuesptmcg2021-04-132-1/+8
* Update README.rst (#269)TheOneMusic2021-04-111-10/+9
* Update core.py (#259)retsyo2021-01-031-1/+1
* Update whats_new_in_3_0_0.rst (#258)retsyo2021-01-031-1/+2
* Cleanup old file names and tests/__pycache__ files from MANIFEST.inpyparsing_3.0.0b2ptmcg2020-12-301-3/+2
* Update CHANGES file with version release datesptmcg2020-12-301-4/+4
* Fix minor typos and add Located to `__all__` listptmcg2020-12-291-1/+2
* Add Python 3.9 support (#256)Miroslav Šedivý2020-12-273-1/+4
* Deprecate `locatedExpr` in favor of new `Located` classptmcg2020-12-245-8/+141
* Hide internal null_values list in ParseResults classptmcg2020-12-241-2/+2
* Move OnlyOnce out of core.py and into actions.pyptmcg2020-12-242-22/+23
* Update version for next dev phaseptmcg2020-12-241-2/+2
* Add IndentedBlock class; made vertical keyword arg more visible when creating...pyparsing_3.0.0b1ptmcg2020-11-0211-68/+302
* Add number_words.py example; update diagramming codeptmcg2020-10-252-3/+105
* minor perf changes IIptmcg2020-10-253-10/+14
* minor perf changesptmcg2020-10-252-19/+14
* Remove py39-dev from Travis-CIptmcg2020-10-252-3/+1
* Remove black from tox.ini, Travis CI black is not aligned with local black; a...ptmcg2020-10-251-2/+2
* Remove black from tox.ini, Travis CI black is not aligned with local black; a...ptmcg2020-10-252-6/+2
* ParseResults.List class to support returning an actual list from a parse acti...ptmcg2020-10-246-562/+568
* There will be blackPaul McGuire2020-10-111-1/+1
* test_bibparse includes parsed strings with leading space, no longer included ...Paul McGuire2020-10-111-28/+29
* Issue #244, fixed debug output to indicate correct parse location; updated se...Paul McGuire2020-10-114-32/+129
* Updated HowToUsePyparsing.rst and whats_new_in_3_0_0.rst docsPaul McGuire2020-10-112-28/+25
* Exclude /examples from black in tox, since examples are now inexplicably fail...ptmcg2020-10-111-1/+1
* Fixed bugs in Each with ZeroOrMore and OneOrMore (first matched element enclo...ptmcg2020-10-113-8/+56
* Fix enum auto() incompat with Py3.5Paul McGuire2020-08-192-11/+11
* Convert SyntaxWarnings to ValueError and TypeError exceptions; change diagnos...Paul McGuire2020-08-195-570/+436
* Second markup cleanup passPaul McGuire2020-08-191-6/+6
* Update HowToUsePyparsing.rst to include diagnostics, and general markup cleanupPaul McGuire2020-08-191-49/+103
* Add __version_info__ module attribute, similar in content and structure to sy...Paul McGuire2020-08-192-3/+21
* Add '*' markers to debug output to indicate cached parse expression try/pass/...ptmcg2020-08-183-16/+133
* Add lookahead on matching identifiers to ensure we aren't matching a keywordptmcg2020-08-171-1/+10
* Follow-up to PR #233ptmcg2020-08-162-4/+4
* Remove identChars override from Keyword.copy (#233)jgrey42962020-08-162-1/+5
* Update lua_parser.py example to include associative arrays and more complete ...ptmcg2020-08-161-22/+47
* Better display of single-character WordsPaul McGuire2020-07-302-1/+8
* Add size spec to default Word repr outputPaul McGuire2020-07-303-14/+50
* Nicer default name for QuotedStrings; clean out more Py2 vestigial codeptmcg2020-07-192-9/+6
* Replace last-century '%' string interp with .format() usagePaul McGuire2020-07-194-70/+85
* Fixing generated default name for QuotedString (#229)Joshua Coales2020-07-191-1/+1
* Docstring fixes; cleanup dead/Py2 vestigial codeptmcg2020-07-103-16/+5
* Docstrings cleanup; add 'encoding' argument to parseFile; additional unit tes...ptmcg2020-07-085-141/+199
* The metod getTokensEndLoc no longer exists (#228)Juan VM2020-07-081-3/+0
* infixNotation unit tests require infixNotation bug fixes!ptmcg2020-07-071-14/+11