| Commit message (Expand) | Author | Age | Files | Lines |
* | Doc updates, remove references to deprecated delimitedList and delimited_list... | ptmcg | 2023-04-19 | 1 | -21/+8 |
* | Blacken | ptmcg | 2023-04-03 | 1 | -0/+1 |
* | Added DelimitedList class, for better handling of naming and diagramming (rep... | ptmcg | 2022-12-11 | 1 | -83/+32 |
* | Additional measures to prevent premature streamlining (Issue #447) | ptmcg | 2022-11-10 | 1 | -2/+2 |
* | Add type annotations | ptmcg | 2022-07-14 | 1 | -0/+3 |
* | Add recurse option to set_debug(), fixes #399 | ptmcg | 2022-07-11 | 1 | -0/+1 |
* | Fix bug in delimited_list (premature streamline), issue #408 | ptmcg | 2022-07-09 | 1 | -1/+29 |
* | Additional docstring and sphinx cleanup | ptmcg | 2022-06-18 | 1 | -1/+1 |
* | More docstring fixes | ptmcg | 2022-06-17 | 1 | -4/+7 |
* | Explicitly declare compatibility alias functions (#414) | Devin J. Pohly | 2022-06-17 | 1 | -13/+39 |
* | Clean up docstrings to use new PEP8 names instead of old camelCase names | ptmcg | 2022-06-16 | 1 | -3/+3 |
* | Fix up docstrings for deprecated functions (doc as deprecated, instead of dup... | ptmcg | 2022-06-16 | 1 | -16/+25 |
* | fix Sphinx errors/warnings (#410) | Devin J. Pohly | 2022-06-10 | 1 | -0/+2 |
* | Convert most str.format() calls to use f-strings | ptmcg | 2022-05-30 | 1 | -12/+7 |
* | More added type annotations; reworked Word.__init__ so that excludeChars excl... | ptmcg | 2022-05-29 | 1 | -3/+11 |
* | Update docstrings, replacing ZeroOrMore and OneOrMore with [...] and [1, ...]... | ptmcg | 2022-04-11 | 1 | -2/+2 |
* | Reworked mypy typing, removed definitions of OptionalType, DictType, and Iter... | ptmcg | 2022-04-11 | 1 | -9/+14 |
* | No longer use undocumented module "sre_constants" (#379) | Serhiy Storchaka | 2022-03-29 | 1 | -1/+1 |
* | Add tests and updated docs for changes to lpar and rpar args to infix_notatio... | ptmcg | 2022-03-24 | 1 | -5/+15 |
* | Fix bug #375 (#376) | Philippe PRADOS | 2022-03-24 | 1 | -2/+4 |
* | Clean up dump() examples in docstrings | ptmcg | 2022-02-15 | 1 | -4/+4 |
* | Updated version number for development; blackening; some timestamp cleanup | ptmcg | 2022-02-15 | 1 | -1/+3 |
* | Fixed exception generated in a ParserElementEnhance if the contained expr is ... | ptmcg | 2022-01-18 | 1 | -1/+1 |
* | Fix #345 - delimitedList calling streamline() changes content of expr in some... | ptmcg | 2021-12-14 | 1 | -1/+1 |
* | Added further type annotations | ptmcg | 2021-12-06 | 1 | -1/+1 |
* | Added min/max keyword arguments for delimited_list (#335) | Marius | 2021-12-04 | 1 | -1/+11 |
* | Revert results names for packaging compatibility (#110) | ptmcg | 2021-11-12 | 1 | -10/+4 |
* | Fix delimitedList regression when called with a literal string instead of a P... | ptmcg | 2021-11-09 | 1 | -1/+4 |
* | Added type hints for col, line, and lineno public methods; plus black | ptmcg | 2021-11-02 | 1 | -2/+8 |
* | Removed spurious warnings when assigning results name to originalTextFor expr... | ptmcg | 2021-10-31 | 1 | -3/+4 |
* | PEP-8 some internal names | ptmcg | 2021-10-31 | 1 | -2/+2 |
* | Fix bug where streamline() did not return self if already streamlined | ptmcg | 2021-10-30 | 1 | -1/+1 |
* | Fix regex typo in one_of (:? should be (?: | ptmcg | 2021-10-27 | 1 | -1/+1 |
* | Fixed IndentedBlock | ptmcg | 2021-10-27 | 1 | -35/+0 |
* | To blacken | ptmcg | 2021-10-26 | 1 | -1/+3 |
* | Fix one_of to generate regex internally, even if caseless or as_keyword given... | ptmcg | 2021-10-26 | 1 | -12/+26 |
* | blackening | ptmcg | 2021-10-24 | 1 | -4/+7 |
* | Fixed bug where warn_on_multiple_string_args_to_oneof warning is raised even ... | ptmcg | 2021-10-24 | 1 | -1/+2 |
* | Clean up warning and exception messages with oneOf -> one_of | ptmcg | 2021-10-23 | 1 | -3/+3 |
* | Modified helpers common_html_entity and replace_html_entity() to use the HTML... | ptmcg | 2021-10-22 | 1 | -3/+4 |
* | Clean up bullet lists in docstrings | ptmcg | 2021-10-02 | 1 | -58/+58 |
* | Fixup type annotations | ptmcg | 2021-09-29 | 1 | -1/+1 |
* | Blacken and update version time | ptmcg | 2021-09-25 | 1 | -4/+4 |
* | Added start_line and end_line args to with_line_numbers, and more docstring | ptmcg | 2021-09-25 | 1 | -6/+7 |
* | Allow multiplying an expr by 0 or (0,0) | ptmcg | 2021-09-24 | 1 | -5/+6 |
* | Fix to IndentedBlock where first line of block was suppressed; use Empty().pr... | ptmcg | 2021-09-23 | 1 | -1/+5 |
* | The blackening | ptmcg | 2021-09-08 | 1 | -6/+3 |
* | Better type matching for infix_notation operator specs | ptmcg | 2021-09-08 | 1 | -6/+14 |
* | Optimization in infixNotation | ptmcg | 2021-09-08 | 1 | -2/+5 |
* | 226 railroad updates (#298) | Paul McGuire | 2021-09-08 | 1 | -8/+6 |