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
test_bibparse includes parsed strings with leading space, no longer included in output More... over 4 years ago
Issue #244, fixed debug output to indicate correct parse location; updated setDebug output to include current text line and parse location More... over 4 years ago
Exclude /examples from black in tox, since examples are now inexplicably failing black formatting More... over 4 years ago
Fixed bugs in Each with ZeroOrMore and OneOrMore (first matched element enclosed in extra nesting level; results names not maintained; did not handle mix with required expressions) More... over 4 years ago
Updated HowToUsePyparsing.rst and whats_new_in_3_0_0.rst docs More... over 4 years ago
Fix enum auto() incompat with Py3.5 More... over 4 years ago
Convert SyntaxWarnings to ValueError and TypeError exceptions; change diagnostics to an enum, and add enable_diag(), disable_diag() and enable_all_warnings() methods; clean up pyparsing imports in test_unit.py More... over 4 years ago
Second markup cleanup pass More... over 4 years ago
Update HowToUsePyparsing.rst to include diagnostics, and general markup cleanup More... over 4 years ago
Add __version_info__ module attribute, similar in content and structure to sys.version_info More... over 4 years ago
Add '*' markers to debug output to indicate cached parse expression try/pass/fail events (which were previously omitted from debugging output) More... over 4 years ago
Add lookahead on matching identifiers to ensure we aren't matching a keyword More... over 4 years ago
Follow-up to PR #233 More... over 4 years ago
Remove identChars override from Keyword.copy (#233) More... over 4 years ago
Update lua_parser.py example to include associative arrays and more complete infix notation operators More... over 4 years ago
Better display of single-character Words More... over 4 years ago
Add size spec to default Word repr output More... over 4 years ago
Nicer default name for QuotedStrings; clean out more Py2 vestigial code More... over 4 years ago
Replace last-century '%' string interp with .format() usage More... over 4 years ago
Fixing generated default name for QuotedString (#229) More... over 4 years ago
Docstring fixes; cleanup dead/Py2 vestigial code More... over 4 years ago
Docstrings cleanup; add 'encoding' argument to parseFile; additional unit tests to improve ParseResults coverage More... over 4 years ago
The metod getTokensEndLoc no longer exists (#228) More... over 4 years ago
infixNotation unit tests require infixNotation bug fixes! More... over 4 years ago
infixNotation unit tests to address missing coverage and features; rename infixNotation tests to meaningful names More... over 4 years ago
Sphinx and docstring fixes More... over 4 years ago
It is to blacken More... over 4 years ago
When warning for uninitialized Forward, look up stack to parseString function call to give correct stacklevel for the warning More... over 4 years ago
Fixed traceback trimming, and added ParserElement.verbose_traceback save/restore to reset_pyparsing_context() More... over 4 years ago
Add expression names and restructure relative time and day expressions based on reviewing railroad diag More... over 4 years ago