7
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected 2 days ago.
Jul 01, 2025 — Jul 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add CHANGES blurb for ParseResults.__add__ and __radd__ fixes More... 3 days ago
fix: ParseResults.__add__ and __radd__ arithmetic contract violations More... 9 days ago
Fix as_datetime mis-scaling fractional seconds into microsecond field More... 13 days ago
CI: bump actions/upload-artifact v3 -> v4 in CIFuzz workflow More... 13 days ago
Pare back comments on the Located whitespace fix More... 13 days ago
Fix Located capturing leading whitespace in its location (#621) More... 14 days ago
Refactor http_server_log_parser.py, to remove duplication of pp.common.as_datetime, and attach parse actions at more narrowly-localized expressions More... about 1 month ago
Update compatibility code for mypy compliance by using token_map More... about 1 month ago
Updated the http_server_log_parser.py example, PEP8 naming, datetime and timezone parsing, and railroad diagram More... about 1 month ago
Revert "mypy cleanup for lambda usages" More... 2 months ago
optimization in results.py, convert _ParseResultsWithOffset to NamedTuple More... 2 months ago
mypy cleanup for lambda usages More... 2 months ago
Update GitHub actions actions/checkout and actions/setup-python More... 2 months ago
Some cleanup of docs and code for Tiny examples; added quadratic_formula.tiny example More... 2 months ago
Fix typo in TinyNode.from_statement_type docstring More... 2 months ago
Update TinyNode class to use __init_subclass__ for subclass registry by statement_type More... 2 months ago
Replace indexing and list addition with unpacking and slice assignments More... 3 months ago
Leftover test packrat parsing cleanup More... 3 months ago
Better tests for match_previous_expr(); revert match_previous_expr, fix using smaller change More... 3 months ago
Add pyparsing_classes.md, and some cleanup in the CHANGES doc. More... 3 months ago
deleteing old file More... 3 months ago
update tests to proper format More... 3 months ago
Remove # type: ignore[misc] comments, mypy no longer expects type annotations on lambdas More... 3 months ago
fix issue #633 More... 3 months ago
Minor perf enhancement in ParseResults.copy() (inspired by similar changes in https://github.com/evhub/cpyparsing) More... 5 months ago
Update for 3.3.3 development More... 5 months ago
Tox: Move doctest output dir to docs/_build More... 5 months ago
Delete Github Action workflow for now More... 5 months ago
Add link icon to create a URL to this page adding the current regex as a 'r' query argument, and copy it to the clipboard More... 5 months ago
Fix missing cancel button; add use of r query arg so that a link can include a regex that could be shared with someone else More... 5 months ago