summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* optimize pyparsing import time by deferring regex compile (#363)Anthony Sottile2022-02-051-1/+1
* Fix #355 - needed re.escape, not escape_regex_range_chars in QuotedStringPaul McGuire2022-01-141-0/+23
* Issue #350 - fixed whitespace skipping around White expressionsptmcg2022-01-021-0/+14
* Fixed PEP-8 compatibility logic in WordStart and WordEnd (Issue #346)ptmcg2021-12-181-0/+18
* Fix #345 - delimitedList calling streamline() changes content of expr in some...ptmcg2021-12-141-0/+37
* Minor enhancement to Word generation of internal regular expression when char...ptmcg2021-12-061-20/+31
* Documented ParseResults bugfix to evaluate ParseResults as True if either lis...ptmcg2021-12-061-0/+10
* Added min/max keyword arguments for delimited_list (#335)Marius2021-12-042-0/+31
* Add warning suppression detection for all diagnostic warningspyparsing_3.0.6ptmcg2021-11-121-11/+50
* Revert results names for packaging compatibility (#110)ptmcg2021-11-121-2/+22
* Add tests written when working on #323Paul McGuire2021-11-111-4/+72
* Add asserts in unit testptmcg2021-11-101-0/+4
* Rework version_info to use typing.NamedTupleptmcg2021-11-101-8/+7