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 support for Suppress(...) to suppress the skipped text More... over 3 years ago
Fix old method names in comparison (#295) More... over 3 years ago
More informative exception messages More... over 3 years ago
Update version for next phase More... over 3 years ago
Clean up number word parsers for better explanatory value. More... over 3 years ago
Revert PEP8 naming in README.rst until 3.0 full release. More... over 3 years ago
Add simplified 1-99 example, extracted from number_words.py More... over 3 years ago
Update version time; prep for release More... over 3 years ago
Use new PEP-8 names in project README.rst More... over 3 years ago
Sweep code for usage of Optional -> Opt; sweep HowToUsePyparsing.rst for legacy names More... over 3 years ago
Sweep code for calls using legacy names More... over 3 years ago
Update docs to include `delimited_list` added argument `allow_trailing_delim` More... over 3 years ago
Added PEP-8 notes to the whats_new_in_3_0_0.rst doc More... over 3 years ago
Add PEP-8 naming, with compatibility synonyms More... over 3 years ago
TravisCI not supporting 3.10 yet, leave out More... over 3 years ago
Fix Travis integration (still referenced 3.5, tho no longer supported Python for pyparsing 3) More... over 3 years ago
Remove Py3.5 from compatibility targets, add Py3.10, update version timestamp More... over 3 years ago
Minor code cleanups More... over 3 years ago
Renumber test classes More... over 3 years ago
Fix internal bug in ParseResults.getName() (how did this ever work?) More... over 3 years ago
Update 2020 dates to 2021, fix TravisCI badge in README.rst to use travis-ci.com instead of .org More... over 3 years ago
Update __versionTime__; blacken core code and examples More... over 3 years ago
Rename enable_left_recursion to enableLeftRecursion for consistency with other pyparsing names (left in enable_left_recursion synonym as omen of names to come); added notes to CHANGES and whats_new_in_3_0_0.rst; added left_recursion.py to examples. More... over 3 years ago
Disable SQL parse test when running with LR enabled (SQL parser uses packrat) More... over 3 years ago
Merge branch 'left_recursion_support' More... over 3 years ago
Merge branch 'feature/left_recurse_Medeiros_etal' More... over 3 years ago
Add support for LR parsing More... over 3 years ago
Add allowTrailingDelim to delimitedList helper (#285) More... over 3 years ago
adjusted docs for recursion cache More... over 3 years ago
left recursion memo size may be limited More... over 3 years ago