| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove future import annotations - fixes #465 | ptmcg | 2023-02-12 | 1 | -3/+2 |
* | Fix some type annotations; fixes Issue #456 | ptmcg | 2022-12-22 | 1 | -12/+16 |
* | Added DelimitedList class, for better handling of naming and diagramming (rep... | ptmcg | 2022-12-11 | 1 | -0/+65 |
* | Additional measures to prevent premature streamlining (Issue #447) | ptmcg | 2022-11-10 | 1 | -3/+4 |
* | Deprecate ParserElement.validate() (Issue #444) | ptmcg | 2022-11-06 | 1 | -0/+20 |
* | Added new class method `ParserElement.using_each` | ptmcg | 2022-11-06 | 1 | -0/+12 |
* | Add doc and error message clarifications about Word with as_keyword=True. Fix... | ptmcg | 2022-07-18 | 1 | -2/+4 |
* | Add type annotations | ptmcg | 2022-07-14 | 1 | -33/+67 |
* | Add recurse option to set_debug(), fixes #399 | ptmcg | 2022-07-11 | 1 | -1/+25 |
* | Some micro-optimizations | ptmcg | 2022-07-09 | 1 | -15/+15 |
* | Simpler fix for __new__ with copy.copy() (#427) | Devin J. Pohly | 2022-07-09 | 1 | -8/+4 |
* | Small docstring formatting/syntax fixes (#426) | Devin J. Pohly | 2022-07-09 | 1 | -4/+4 |
* | Add return of NotImplemented to other binary operators (similar to PR #425), ... | ptmcg | 2022-07-04 | 1 | -0/+20 |
* | Return NotImplemented for unsupported operations (#425) | Devin J. Pohly | 2022-07-04 | 1 | -36/+12 |
* | Added python_quoted_string; fixed exception messages for ParseElementEnhance ... | ptmcg | 2022-06-29 | 1 | -3/+26 |
* | Remove assignment to __class__ in Word, remove internal _WordRegex class | ptmcg | 2022-06-24 | 1 | -11/+4 |
* | Simplify code that incrementally builds a ParseResults | ptmcg | 2022-06-23 | 1 | -4/+2 |
* | Additional docstring and sphinx cleanup | ptmcg | 2022-06-18 | 1 | -2/+2 |
* | There will be black | ptmcg | 2022-06-17 | 1 | -3/+0 |
* | Explicitly declare compatibility alias functions (#414) | Devin J. Pohly | 2022-06-17 | 1 | -35/+124 |
* | Fix docstring synonyms for parseString, scanString, et al.; refactor replaces... | ptmcg | 2022-06-17 | 1 | -6/+6 |
* | Add mypy ignore directives for intentional Python rule-bending | ptmcg | 2022-06-16 | 1 | -10/+13 |
* | Cleanup docstrings using replaces_prePEP8_function decorator; and black | ptmcg | 2022-06-16 | 1 | -30/+29 |
* | Use Literal.__new__ to select optimized subclasses (#413) | Devin J. Pohly | 2022-06-16 | 1 | -19/+37 |
* | Clean up docstrings to use new PEP8 names instead of old camelCase names | ptmcg | 2022-06-16 | 1 | -8/+8 |
* | Fix up docstrings for deprecated functions (doc as deprecated, instead of dup... | ptmcg | 2022-06-16 | 1 | -2/+3 |
* | fix Sphinx errors/warnings (#410) | Devin J. Pohly | 2022-06-10 | 1 | -6/+8 |
* | Fix Word(max=2) (issue #409); create re for Word(exact=n) exprs; validate tha... | ptmcg | 2022-06-10 | 1 | -22/+32 |
* | Fix list formatting in docstrings (#407) | Devin J. Pohly | 2022-06-07 | 1 | -26/+37 |
* | Convert most str.format() calls to use f-strings | ptmcg | 2022-05-30 | 1 | -129/+69 |
* | More added type annotations; reworked Word.__init__ so that excludeChars excl... | ptmcg | 2022-05-29 | 1 | -50/+53 |
* | Fix/ignore mypy attr-defined errors, where attr definitions are intentional | ptmcg | 2022-05-29 | 1 | -2/+5 |
* | Fix type annotations of Forward dunder-methods (#402) | Stephen Rosen | 2022-05-29 | 1 | -3/+3 |
* | Cleaned up/expanded some docstrings and docs to reflect new 3.0.10 changes | ptmcg | 2022-05-20 | 1 | -0/+5 |
* | Add embed argument to create_diagram, to suppress DOCTYPE, HEAD, and BODY tags | ptmcg | 2022-05-20 | 1 | -2/+5 |
* | Make expr[:ender] equivalent to expr[...:ender] | ptmcg | 2022-05-18 | 1 | -2/+4 |
* | Add support for slice in expr[] notation, to pass stop_on repetition sentinel | ptmcg | 2022-05-18 | 1 | -0/+20 |
* | Fixed bug in srange (escaped chars inside range set); fixed ignore type annot... | ptmcg | 2022-05-14 | 1 | -4/+4 |
* | Update docstrings, replacing ZeroOrMore and OneOrMore with [...] and [1, ...]... | ptmcg | 2022-04-11 | 1 | -20/+20 |
* | Reworked mypy typing, removed definitions of OptionalType, DictType, and Iter... | ptmcg | 2022-04-11 | 1 | -44/+46 |
* | Added show_groups arg to create_diagram; prep for releasepyparsing_3.0.8 | ptmcg | 2022-04-09 | 1 | -1/+3 |
* | No longer use undocumented module "sre_constants" (#379) | Serhiy Storchaka | 2022-03-29 | 1 | -4/+3 |
* | Add tests and updated docs for changes to lpar and rpar args to infix_notatio... | ptmcg | 2022-03-24 | 1 | -2/+3 |
* | Add guard inside _trim_arity to protect against black reformatting in spacing... | ptmcg | 2022-03-21 | 1 | -9/+6 |
* | Add missing type hints (#371) | Kazantcev Andrey | 2022-03-20 | 1 | -17/+17 |
* | Clean up dump() examples in docstrings | ptmcg | 2022-02-15 | 1 | -16/+16 |
* | Updated version number for development; blackening; some timestamp cleanup | ptmcg | 2022-02-15 | 1 | -1/+4 |
* | Update CHANGES and timestamp from #362; fix related unit test and ValueError ... | Paul McGuire | 2022-02-05 | 1 | -3/+2 |
* | optimize pyparsing import time by deferring regex compile (#363) | Anthony Sottile | 2022-02-05 | 1 | -14/+36 |
* | Fixed IndentedBlock internal parse action to use correct value of curpyparsing_3.0.7 | ptmcg | 2022-01-20 | 1 | -1/+1 |