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
Add CHANGES note for source refactoring, plus a few more f-strings and blackening More... about 1 year ago
Code refactoring for other files (#522) More... about 1 year ago
Code refactoring/denesting for core.py (#521) More... about 1 year ago
Minor code refactoring/denesting for results.py (#520) More... about 1 year ago
ci: add Python 3.12 to test matrix (#518) More... about 1 year ago
Remove pyparsing-packaging from ci.yml, no longer available for pipelines More... over 1 year ago
Update working version for 3.1.2 development; CHANGES note for merged PR More... over 1 year ago
Fix pep8 compatibility code (fixes #501) (#507) More... over 1 year ago
Minor update to HowToUsePyparsing.rst (#511) More... over 1 year ago
Use pep8 version of method set_name (#508) More... over 1 year ago
Update helpers.py (#510) More... over 1 year ago
Minor update to HowToUsePyparsing.rst More... over 1 year ago
Prep for release More... over 1 year ago
Fix regression in SkipTo when ignoring an ignoreExpr, and failed to also ignore the ignorables of the target expr (Issue #500) More... over 1 year ago
Handle case where Word(min > 1) with differing init and body chars More... over 1 year ago
Handle case where Word(min > 1) (fixes #502) More... over 1 year ago
Update timestamp and CHANGES file to reflect recent PRs; added another test to replicate issue with Forward exceptions More... over 1 year ago
Merge branch 'pyparsing_3.1.x' More... over 1 year ago
Merge pull request #493 More... over 1 year ago
Use reset_pyparsing_context for each example in test_examples.py More... over 1 year ago
Add common, unicode, and testing to __all__ More... over 1 year ago
Enable packrat in booleansearchparser.py More... over 1 year ago
Merge pull request #499 More... over 1 year ago
Allow `int` or `None` for `cache_size_limit` to `enable_packrat`. More... over 1 year ago
Add unit test for parse_file with a Path argument More... over 1 year ago
Update stackish.py example, and add to test_examples.py More... over 1 year ago
General code cleanup in QuotedString: use "|".join to build inner_pattern instead of string addition with sep character; PEP8 var names; (inspired by Issue #488) More... over 1 year ago
Remove unused var in QuotedString (Issue #488) More... over 1 year ago
Add unit test to verify streamlining within a Forward works correctly. More... over 1 year ago
Add Snyk package health badge to README.rst More... over 1 year ago