| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Docstring cleanups in col and lineno functions | ptmcg | 2022-06-17 | 1 | -2/+2 |
* | Fix docstring synonyms for parseString, scanString, et al.; refactor replaces... | ptmcg | 2022-06-17 | 2 | -18/+44 |
* | Add mypy ignore directives for intentional Python rule-bending | ptmcg | 2022-06-16 | 2 | -11/+14 |
* | Cleanup docstrings using replaces_prePEP8_function decorator; and black | ptmcg | 2022-06-16 | 2 | -31/+36 |
* | 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 | -1/+1 |
* | Clean up docstrings to use new PEP8 names instead of old camelCase names | ptmcg | 2022-06-16 | 3 | -18/+18 |
* | More docstring fixup, in exceptions.py - issue #411 | ptmcg | 2022-06-16 | 1 | -3/+2 |
* | Fix up docstrings for deprecated functions (doc as deprecated, instead of dup... | ptmcg | 2022-06-16 | 6 | -56/+97 |
* | fix Sphinx errors/warnings (#410) | Devin J. Pohly | 2022-06-10 | 3 | -8/+12 |
* | Fix Word(max=2) (issue #409); create re for Word(exact=n) exprs; validate tha... | ptmcg | 2022-06-10 | 2 | -23/+33 |
* | Clean up unicode set naming to remove # type: ignore directives | ptmcg | 2022-06-08 | 1 | -23/+22 |
* | 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 | 8 | -194/+103 |
* | More added type annotations; reworked Word.__init__ so that excludeChars excl... | ptmcg | 2022-05-29 | 4 | -54/+66 |
* | Fix/ignore mypy attr-defined errors, where attr definitions are intentional | ptmcg | 2022-05-29 | 4 | -19/+22 |
* | 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 | 2 | -5/+14 |
* | 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 | 2 | -1/+21 |
* | Fixed bug in srange (escaped chars inside range set); fixed ignore type annot... | ptmcg | 2022-05-14 | 2 | -6/+6 |
* | Prep for 3.0.9 release | ptmcg | 2022-05-05 | 1 | -1/+1 |
* | Embedded jinja2 template code in railroad code to remove use of deprecated pk... | ptmcg | 2022-04-30 | 2 | -29/+30 |
* | Expanded BMP name to BasicMultilingualPlane (but retained BMP as a valid syno... | ptmcg | 2022-04-30 | 2 | -2/+4 |
* | Added BMP unicode_set for the Unicode Basic Multilingual Plane (issue #392) | ptmcg | 2022-04-28 | 1 | -5/+23 |
* | Fixed typo in template.jinja2 (for railroad diagrams) - fixes #388) | ptmcg | 2022-04-22 | 2 | -2/+2 |
* | Update docstrings, replacing ZeroOrMore and OneOrMore with [...] and [1, ...]... | ptmcg | 2022-04-11 | 4 | -27/+27 |
* | Reworked mypy typing, removed definitions of OptionalType, DictType, and Iter... | ptmcg | 2022-04-11 | 5 | -72/+83 |
* | Don't import Optional from typing, import the whole module. (#386) | Dominic Davis-Foster | 2022-04-11 | 1 | -2/+2 |
* | Added show_groups arg to create_diagram; prep for releasepyparsing_3.0.8 | ptmcg | 2022-04-09 | 3 | -3/+19 |
* | No longer use undocumented module "sre_constants" (#379) | Serhiy Storchaka | 2022-03-29 | 2 | -5/+4 |
* | Fix issue #361 | ptmcg | 2022-03-29 | 2 | -3/+7 |
* | Add tests and updated docs for changes to lpar and rpar args to infix_notatio... | ptmcg | 2022-03-27 | 1 | -1/+1 |
* | Add tests and updated docs for changes to lpar and rpar args to infix_notatio... | ptmcg | 2022-03-24 | 3 | -8/+19 |
* | Fix bug #375 (#376) | Philippe PRADOS | 2022-03-24 | 1 | -2/+4 |
* | Add guard inside _trim_arity to protect against black reformatting in spacing... | ptmcg | 2022-03-21 | 2 | -10/+7 |
* | Add missing type hints (#371) | Kazantcev Andrey | 2022-03-20 | 1 | -17/+17 |
* | Black and pre-commit fixes | ptmcg | 2022-02-15 | 1 | -8/+11 |
* | Clean up dump() examples in docstrings | ptmcg | 2022-02-15 | 3 | -29/+29 |
* | Updated version number for development; blackening; some timestamp cleanup | ptmcg | 2022-02-15 | 3 | -5/+10 |
* | Mark `pyparsing` as a typed package (#364) | Bas van Beek | 2022-02-14 | 1 | -0/+0 |
* | Update CHANGES and timestamp from #362; fix related unit test and ValueError ... | Paul McGuire | 2022-02-05 | 2 | -4/+3 |
* | Update CHANGES and timestamp from #362 | Paul McGuire | 2022-02-05 | 1 | -1/+1 |
* | 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 |
* | Fixed exception generated in a ParserElementEnhance if the contained expr is ... | ptmcg | 2022-01-18 | 2 | -4/+4 |
* | Fix #355 - needed re.escape, not escape_regex_range_chars in QuotedString | Paul McGuire | 2022-01-14 | 2 | -2/+2 |
* | Issue #350 - fixed whitespace skipping around White expressions | ptmcg | 2022-01-02 | 2 | -9/+16 |
* | Some code cleanup, replacing map() calls with list comprehensions; better typ... | ptmcg | 2022-01-02 | 4 | -34/+47 |