7
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added show_groups arg to create_diagram; prep for release More... almost 3 years ago
Updates to CHANGES and CONTRIBUTING.md resulting from PR #379 More... almost 3 years ago
No longer use undocumented module "sre_constants" (#379) More... almost 3 years ago
Fix issue #361 More... almost 3 years ago
Support Python 3.6.8 or later More... almost 3 years ago
Add unicode_denormalizer.py to examples. More... almost 3 years ago
Add tests and updated docs for changes to lpar and rpar args to infix_notation; add grouping of non-suppressed tokens with grouped contents More... almost 3 years ago
Add tests and updated docs for changes to lpar and rpar args to infix_notation; add grouping of non-suppressed tokens with grouped contents More... almost 3 years ago
Fix bug #375 (#376) More... almost 3 years ago
Add guard inside _trim_arity to protect against black reformatting in spacing-critical code More... almost 3 years ago
Add CHANGES blurb for merged PR. More... almost 3 years ago
Add missing type hints (#371) More... almost 3 years ago
Fix typo in pyparsing 3.0.0 example code (#365) More... almost 3 years ago
Black and pre-commit fixes More... almost 3 years ago
Clean up dump() examples in docstrings More... almost 3 years ago
Update HowToUsePyparsing.rst doc with set_parse_action notes More... almost 3 years ago
Updated version number for development; blackening; some timestamp cleanup More... almost 3 years ago
Migrate to flit_core build system (#360) More... almost 3 years ago
Mark `pyparsing` as a typed package (#364) More... almost 3 years ago
Update CHANGES and timestamp from #362; fix related unit test and ValueError message More... almost 3 years ago
Update CHANGES and timestamp from #362 More... almost 3 years ago
optimize pyparsing import time by deferring regex compile (#363) More... almost 3 years ago
Fixed IndentedBlock internal parse action to use correct value of cur More... about 3 years ago
Fixed exception generated in a ParserElementEnhance if the contained expr is None More... about 3 years ago
Fix #355 - needed re.escape, not escape_regex_range_chars in QuotedString More... about 3 years ago
Issue #350 - fixed whitespace skipping around White expressions More... about 3 years ago
Some code cleanup, replacing map() calls with list comprehensions; better typing for debug actions using typing.NamedTuple; using list comps in "".join calls More... about 3 years ago
Fixed bug in ParserElement.run_tests where comments would be displayed using with_line_numbers, even if with_line_numbers was set to False. More... about 3 years ago
Fixed PEP-8 compatibility logic in WordStart and WordEnd (Issue #346) More... about 3 years ago
Update CHANGES doc with latest PR More... about 3 years ago