summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
* Update CHANGES to reflect recent PR and bugfixes.ptmcg2023-04-181-8/+14
* Make create_diagram() code compatible with latest version of railroad-diagram...ptmcg2023-04-121-0/+7
* Better form for slice notation with ZeroOrMoreptmcg2023-04-101-1/+1
* Support Python 3.123.1.0b1ptmcg2023-04-081-0/+2
* Stage for releaseptmcg2023-04-081-2/+2
* Staging for releaseptmcg2023-04-051-1/+1
* Fix #474 - redo QuotedString '\' escape handling as a state machine so that a...ptmcg2023-03-281-10/+23
* Fix #470 - Removed "" from the list of values that ParseResults will not save...ptmcg2023-03-271-7/+17
* Fix #475 - SkipTo used incorrect storage of ignore expressions, would match t...ptmcg2023-03-261-0/+4
* Update lucene_grammar.py example, fix * and ? wildcards, and corrected some t...ptmcg2023-03-251-0/+3
* ci.yml permissions update added to CHANGES docptmcg2023-03-131-1/+2
* Staging for post-3.1.0a1 workptmcg2023-03-131-0/+5
* Staging for 3.1.0a1 releasepyparsing_3.1.0a1ptmcg2023-03-071-3/+5
* Don't always override exception messages in MatchFirst or Or classes - addres...ptmcg2023-03-071-0/+4
* Add ParseResults.deepcopy() - fixes #463ptmcg2023-03-061-0/+8
* Change version to 3.1.0, not 3.0.10, and make it alpha so we can go through s...ptmcg2023-03-051-5/+5
* Add inv_regex.py blurb to CHANGES fileptmcg2023-01-221-0/+3
* Remove ^ and $ tags from pp.common.url regex - fixes #459ptmcg2023-01-181-0/+3
* Add pyparsing.unicode.identifier class propertyptmcg2023-01-131-0/+13
* Reworked CHANGES to move new features to the top, and add notes on the new De...ptmcg2022-12-221-32/+33
* Additional measures to prevent premature streamlining (Issue #447)ptmcg2022-11-101-1/+2
* Deprecate ParserElement.validate() (Issue #444)ptmcg2022-11-061-0/+7
* Update proposed release timings for 3.1.0 and 4.0ptmcg2022-11-061-2/+2
* Added new class method `ParserElement.using_each`ptmcg2022-11-061-0/+22
* Add Unicode MIDDLE DOT to Latin1.identbodycharsptmcg2022-11-061-0/+2
* Updated CHANGES to reflect removal of examples - related to #440ptmcg2022-08-221-0/+5
* Add doc and error message clarifications about Word with as_keyword=True. Fix...ptmcg2022-07-181-0/+3
* Add recurse option to set_debug(), fixes #399ptmcg2022-07-111-0/+4
* Some cleanup in the CHANGES fileptmcg2022-07-091-5/+5
* Fix delimited_list bug (Issue #408)ptmcg2022-07-091-14/+18
* Added python_quoted_string; fixed exception messages for ParseElementEnhance ...ptmcg2022-06-291-1/+8
* Add note to CHANGES about upcoming DeprecationWarnings to be emitted in next ...ptmcg2022-06-171-0/+8
* Add CHANGES blurb for Optional/Literal/Empty changes (Issue #412) (PR #413)ptmcg2022-06-161-0/+16
* Acknowledge DJPohly docstring cleanup efforts in CHANGES fileptmcg2022-06-101-0/+4
* Fix Word(max=2) (issue #409); create re for Word(exact=n) exprs; validate tha...ptmcg2022-06-101-0/+7
* More added type annotations; reworked Word.__init__ so that excludeChars excl...ptmcg2022-05-291-1/+2
* Cleaned up/expanded some docstrings and docs to reflect new 3.0.10 changesptmcg2022-05-201-1/+3
* Add embed argument to create_diagram, to suppress DOCTYPE, HEAD, and BODY tagsptmcg2022-05-201-0/+8
* Make expr[:ender] equivalent to expr[...:ender]ptmcg2022-05-181-2/+3
* Add support for slice in expr[] notation, to pass stop_on repetition sentinelptmcg2022-05-181-0/+13
* Updated version headers in CHANGES to include release datesptmcg2022-05-141-24/+24
* Fixed bug in srange (escaped chars inside range set); fixed ignore type annot...ptmcg2022-05-141-0/+8
* Prep for 3.0.9 releaseptmcg2022-05-051-2/+2
* Update CHANGES to reflect latest fixesptmcg2022-04-301-3/+6
* Expanded BMP name to BasicMultilingualPlane (but retained BMP as a valid syno...ptmcg2022-04-301-2/+3
* Fixed bigquery_view_parser.py example to parse examples from https://cloud.go...ptmcg2022-04-301-0/+3
* Added BMP unicode_set for the Unicode Basic Multilingual Plane (issue #392)ptmcg2022-04-281-0/+5
* Fixed typo in template.jinja2 (for railroad diagrams) - fixes #388)ptmcg2022-04-221-0/+3
* Cleanup markup in whats_new_in_3_0_0.rstptmcg2022-04-171-2/+2
* Reworked mypy typing, removed definitions of OptionalType, DictType, and Iter...ptmcg2022-04-111-0/+11