summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Better formatting in range_check.py example, and added to test_examples.pyHEADmasterptmcg2023-05-061-0/+3
* Updated several examples to latest method namesptmcg2023-05-041-1/+1
* Add test case for PR #479ptmcg2023-04-181-0/+96
* Fix regex matching for Python quoted stringsptmcg2023-04-181-0/+34
* Blackenptmcg2023-04-031-102/+103
* Fix #474 - redo QuotedString '\' escape handling as a state machine so that a...ptmcg2023-03-281-0/+57
* Add 'url' named capture group to common.url Regex - update unit tests tooptmcg2023-03-271-0/+1
* Fix #470 - Removed "" from the list of values that ParseResults will not save...ptmcg2023-03-271-0/+59
* Fix #475 - SkipTo used incorrect storage of ignore expressions, would match t...ptmcg2023-03-261-0/+17
* Update lucene_grammar.py example, fix * and ? wildcards, and corrected some t...ptmcg2023-03-251-2/+2
* Fix testing typoptmcg2023-03-071-1/+1
* Fix detection of debugging to suppress creation of tmpXXXX.html files during ...ptmcg2023-03-071-12/+47
* Add ParseResults.deepcopy() - fixes #463ptmcg2023-03-061-0/+114
* Remove ^ and $ tags from pp.common.url regex - fixes #459ptmcg2023-01-181-5/+3
* Remove ^ and $ tags from pp.common.url regex - fixes #459ptmcg2023-01-181-0/+18
* Add pyparsing.unicode.identifier class propertyptmcg2023-01-131-52/+65
* Debugging railroad diagram testsptmcg2022-11-111-1/+4
* Debugging railroad diagram testsptmcg2022-11-111-2/+6
* Refactor tests creating diagrams of selected examplesptmcg2022-11-111-30/+16
* Add docs that `expr * ...` is a valid alternative to `ZeroOrMore(expr)` (Issu...ptmcg2022-11-061-0/+2
* Deprecate ParserElement.validate() (Issue #444)ptmcg2022-11-061-1/+2
* Fix stacklevel when warning invalid config setting; added assertWarns wrapper...ptmcg2022-11-061-1/+17
* Add delta_time, excelExpr, and rosettacode to test_examples.pyptmcg2022-07-121-1/+10
* Add recurse option to set_debug(), fixes #399ptmcg2022-07-111-0/+44
* Merge branch 'ptm_address_booleansearchparser_issue'ptmcg2022-07-091-0/+87
|\
| * Fix delimited_list bug (Issue #408)ptmcg2022-07-091-1/+107
| * Add booleansearchparser.py to test_examples for inclusion in pytest runsptmcg2022-07-091-0/+3
* | Add booleansearchparser.py to test_examplesptmcg2022-07-091-0/+3
* | Fix bug in delimited_list (premature streamline), issue #408ptmcg2022-07-091-1/+21
|/
* Add return of NotImplemented to other binary operators (similar to PR #425), ...ptmcg2022-07-041-175/+234
* Added python_quoted_string; fixed exception messages for ParseElementEnhance ...ptmcg2022-06-292-107/+152
* Update test_diagram.py testing with and without embedptmcg2022-06-241-6/+6
* Update diagram tests to reflect changes in jinja2ptmcg2022-06-243-2/+4
* Remove assignment to __class__ in Word, remove internal _WordRegex classptmcg2022-06-241-2/+10
* Use Literal.__new__ to select optimized subclasses (#413)Devin J. Pohly2022-06-161-5/+10
* Fix up docstrings for deprecated functions (doc as deprecated, instead of dup...ptmcg2022-06-161-2/+2
* Fix Word(max=2) (issue #409); create re for Word(exact=n) exprs; validate tha...ptmcg2022-06-101-0/+52
* Convert most str.format() calls in tests to use f-stringsptmcg2022-05-302-251/+105
* More added type annotations; reworked Word.__init__ so that excludeChars excl...ptmcg2022-05-291-0/+24
* Tighten up unit test calls to parseString, to pass parseAll=True except when ...ptmcg2022-05-291-273/+330
* Fix type annotations of Forward dunder-methods (#402)Stephen Rosen2022-05-292-0/+23
* Add embed argument to create_diagram, to suppress DOCTYPE, HEAD, and BODY tagsptmcg2022-05-203-0/+173
* Make expr[:ender] equivalent to expr[...:ender]ptmcg2022-05-181-9/+47
* Add support for slice in expr[] notation, to pass stop_on repetition sentinelptmcg2022-05-181-11/+14
* Fixed bug in srange (escaped chars inside range set); fixed ignore type annot...ptmcg2022-05-142-6/+22
* Added BMP unicode_set for the Unicode Basic Multilingual Plane (issue #392)ptmcg2022-04-281-0/+29
* Add tests and updated docs for changes to lpar and rpar args to infix_notatio...ptmcg2022-03-271-0/+26
* Add tests and updated docs for changes to lpar and rpar args to infix_notatio...ptmcg2022-03-241-10/+127
* Black and pre-commit fixesptmcg2022-02-151-54/+90
* Update CHANGES and timestamp from #362; fix related unit test and ValueError ...Paul McGuire2022-02-051-2/+2