openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
Pyparsing
Settings
|
Report Duplicate
7
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 18 of 40
Search / Filter on:
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
Paul McGuire
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
Paul McGuire
More...
over 4 years ago
Exclude /examples from black in tox, since examples are now inexplicably failing black formatting
ptmcg
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)
ptmcg
More...
over 4 years ago
Updated HowToUsePyparsing.rst and whats_new_in_3_0_0.rst docs
Paul McGuire
More...
over 4 years ago
Fix enum auto() incompat with Py3.5
Paul McGuire
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
Paul McGuire
More...
over 4 years ago
Second markup cleanup pass
Paul McGuire
More...
over 4 years ago
Update HowToUsePyparsing.rst to include diagnostics, and general markup cleanup
Paul McGuire
More...
over 4 years ago
Add __version_info__ module attribute, similar in content and structure to sys.version_info
Paul McGuire
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)
ptmcg
More...
over 4 years ago
Add lookahead on matching identifiers to ensure we aren't matching a keyword
ptmcg
More...
over 4 years ago
Follow-up to PR #233
ptmcg
More...
over 4 years ago
Remove identChars override from Keyword.copy (#233)
jgrey4296
More...
over 4 years ago
Update lua_parser.py example to include associative arrays and more complete infix notation operators
ptmcg
More...
over 4 years ago
Better display of single-character Words
Paul McGuire
More...
over 4 years ago
Add size spec to default Word repr output
Paul McGuire
More...
over 4 years ago
Nicer default name for QuotedStrings; clean out more Py2 vestigial code
ptmcg
More...
over 4 years ago
Replace last-century '%' string interp with .format() usage
Paul McGuire
More...
over 4 years ago
Fixing generated default name for QuotedString (#229)
Joshua Coales
More...
over 4 years ago
Docstring fixes; cleanup dead/Py2 vestigial code
ptmcg
More...
over 4 years ago
Docstrings cleanup; add 'encoding' argument to parseFile; additional unit tests to improve ParseResults coverage
ptmcg
More...
over 4 years ago
The metod getTokensEndLoc no longer exists (#228)
Juan VM
More...
over 4 years ago
infixNotation unit tests require infixNotation bug fixes!
ptmcg
More...
over 4 years ago
infixNotation unit tests to address missing coverage and features; rename infixNotation tests to meaningful names
ptmcg
More...
over 4 years ago
Sphinx and docstring fixes
ptmcg
More...
over 4 years ago
It is to blacken
Paul McGuire
More...
over 4 years ago
When warning for uninitialized Forward, look up stack to parseString function call to give correct stacklevel for the warning
Paul McGuire
More...
over 4 years ago
Fixed traceback trimming, and added ParserElement.verbose_traceback save/restore to reset_pyparsing_context()
Paul McGuire
More...
over 4 years ago
Add expression names and restructure relative time and day expressions based on reviewing railroad diag
Paul McGuire
More...
over 4 years ago
←
1
2
…
14
15
16
17
18
19
20
21
22
…
39
40
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree