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
Simplify code that incrementally builds a ParseResults More... over 2 years ago
Update tox.ini to run packaging tests using Python 3.7 More... over 2 years ago
Additional docstring and sphinx cleanup More... over 2 years ago
Replace OrderedDict in FIFOCache with dict+key ringbuffer More... over 2 years ago
More docstring fixes More... over 2 years ago
Enable packrat in verilogParse.py by default More... over 2 years ago
Add note to CHANGES about upcoming DeprecationWarnings to be emitted in next minor release More... over 2 years ago
There will be black More... over 2 years ago
Explicitly declare compatibility alias functions (#414) More... over 2 years ago
Docstring cleanups in col and lineno functions More... over 2 years ago
Fix docstring synonyms for parseString, scanString, et al.; refactor replaces_prePEP8_function decorator to handle new methods correctly More... over 2 years ago
Add mypy ignore directives for intentional Python rule-bending More... over 2 years ago
Cleanup docstrings using replaces_prePEP8_function decorator; and black More... over 2 years ago
Add CHANGES blurb for Optional/Literal/Empty changes (Issue #412) (PR #413) More... over 2 years ago
Use Literal.__new__ to select optimized subclasses (#413) More... over 2 years ago
Clean up docstrings to use new PEP8 names instead of old camelCase names More... over 2 years ago
Clean up docstrings to use new PEP8 names instead of old camelCase names More... over 2 years ago
More docstring fixup, in exceptions.py - issue #411 More... over 2 years ago
Fix up docstrings for deprecated functions (doc as deprecated, instead of duplicating actual function doc) - issue #411 More... over 2 years ago
Acknowledge DJPohly docstring cleanup efforts in CHANGES file More... over 2 years ago
fix Sphinx errors/warnings (#410) More... over 2 years ago
Fix Word(max=2) (issue #409); create re for Word(exact=n) exprs; validate that min <= max if both given More... over 2 years ago
Clean up unicode set naming to remove # type: ignore directives More... over 2 years ago
Fix list formatting in docstrings (#407) More... over 2 years ago
Updates to HowToUsePyparsing.rst More... over 2 years ago
Updates to HowToUsePyparsing.rst, and added pyparsingClassDiagram_3.0.9.jpg More... over 2 years ago
Convert most str.format() calls in tests to use f-strings More... over 2 years ago
Convert most str.format() calls to use f-strings More... over 2 years ago
Enable mypy-test in CI (#406) More... over 2 years ago
More added type annotations; reworked Word.__init__ so that excludeChars exclusion code is clearer More... over 2 years ago