summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Better formatting in range_check.py example, and added to test_examples.pyHEADmasterptmcg2023-05-062-23/+73
* Updated several examples to latest method namesptmcg2023-05-0415-575/+557
* Doc updates, remove references to deprecated delimitedList and delimited_list...ptmcg2023-04-1910-50/+54
* Add CSS to Railroad output (#480)Aussie Schnore2023-04-191-1/+2
* Update CHANGES to reflect recent PR and bugfixes.ptmcg2023-04-181-8/+14
* Add test case for PR #479ptmcg2023-04-181-0/+96
* Some format cleanup in unicode_denormalizer.py; handle uppercase ligatures; a...ptmcg2023-04-181-30/+49
* Fix regex matching for Python quoted stringsptmcg2023-04-182-4/+38
* Add some helpful comments to the unicode_denormalizer.py example scriptptmcg2023-04-181-13/+18
* Add some helpful comments to the unicode_denormalizer.py example scriptptmcg2023-04-181-7/+21
* Fix railroad so head, body args included in html (#479)Aussie Schnore2023-04-181-2/+2
* Update ci.ymlPaul McGuire2023-04-131-1/+1
* Update ci.ymlPaul McGuire2023-04-131-1/+1
* Update ci.ymlPaul McGuire2023-04-131-7/+1
* Disable coverage in CI for now, since it was removed from PyPIptmcg2023-04-131-2/+2
* Make create_diagram() code compatible with latest version of railroad-diagram...ptmcg2023-04-123-3/+13
* Better form for slice notation with ZeroOrMoreptmcg2023-04-101-1/+1
* Support Python 3.123.1.0b1ptmcg2023-04-083-1/+4
* Stage for releaseptmcg2023-04-082-3/+3
* More PEP8 and modern Python stylingptmcg2023-04-051-112/+112
* Staging for releaseptmcg2023-04-052-3/+3
* Update adventureEngine example, add EXAMINE command, create diagramptmcg2023-04-051-6/+40
* Don't group/label untyped TypeConverter like ungroupptmcg2023-04-051-3/+5
* Blackenptmcg2023-04-034-104/+104
* Update some examples to latest pyparsing style, PEP8 namesptmcg2023-04-0117-228/+222
* Fix bug, omitted DelimitedList from __all__ptmcg2023-04-011-0/+1
* Small perf optimization for `expr | ""` mapping to `Optional(expr)`ptmcg2023-03-291-0/+3
* verilogParse.py code update: convert str literals to Keywords; add using_each...ptmcg2023-03-291-299/+273
* Fix #474 - redo QuotedString '\' escape handling as a state machine so that a...ptmcg2023-03-283-19/+107
* Add 'url' named capture group to common.url Regex - update unit tests tooptmcg2023-03-271-0/+1
* Add 'url' named capture group to common.url Regexptmcg2023-03-271-1/+3
* Fix #470 - Removed "" from the list of values that ParseResults will not save...ptmcg2023-03-273-8/+77
* Fix #475 - SkipTo used incorrect storage of ignore expressions, would match t...ptmcg2023-03-263-11/+27
* Update lucene_grammar.py example, fix * and ? wildcards, and corrected some t...ptmcg2023-03-253-32/+57
* ci.yml permissions update added to CHANGES docptmcg2023-03-131-1/+2
* Update ci.yml permissions (#472)Joyce2023-03-131-0/+3
* Staging for post-3.1.0a1 workptmcg2023-03-132-2/+7
* Staging for 3.1.0a1 releasepyparsing_3.1.0a1ptmcg2023-03-072-4/+6
* Fix testing typoptmcg2023-03-071-1/+1
* Black formattingptmcg2023-03-071-3/+9
* Fix detection of debugging to suppress creation of tmpXXXX.html files during ...ptmcg2023-03-071-12/+47
* Remove mypy_cache and other files from source distptmcg2023-03-071-0/+4
* Don't always override exception messages in MatchFirst or Or classes - addres...ptmcg2023-03-073-3/+12
* Add ParseResults.deepcopy() - fixes #463ptmcg2023-03-066-8/+156
* Python versions - add 3.11 to tox.ini, add 3.6 back to pyproject.toml (last v...ptmcg2023-03-052-1/+2
* Change version to 3.1.0, not 3.0.10, and make it alpha so we can go through s...ptmcg2023-03-052-7/+7
* Remove future import annotations - fixes #465ptmcg2023-02-121-3/+2
* Add inv_regex.py blurb to CHANGES fileptmcg2023-01-221-0/+3
* Update and rename invRegex.py to inv_regex.py (#461)Ross J. Duff, MSc2023-01-221-66/+64
* Remove ^ and $ tags from pp.common.url regex - fixes #459ptmcg2023-01-181-5/+3