7
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected 1 day ago.
Jun 05, 2025 — Jun 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactor http_server_log_parser.py, to remove duplication of pp.common.as_datetime, and attach parse actions at more narrowly-localized expressions More... 5 days ago
Update compatibility code for mypy compliance by using token_map More... 6 days ago
Updated the http_server_log_parser.py example, PEP8 naming, datetime and timezone parsing, and railroad diagram More... 6 days ago
Revert "mypy cleanup for lambda usages" More... about 1 month ago
optimization in results.py, convert _ParseResultsWithOffset to NamedTuple More... about 1 month ago
mypy cleanup for lambda usages More... about 1 month ago
Update GitHub actions actions/checkout and actions/setup-python More... about 1 month ago
Some cleanup of docs and code for Tiny examples; added quadratic_formula.tiny example More... about 1 month ago
Fix typo in TinyNode.from_statement_type docstring More... about 1 month ago
Update TinyNode class to use __init_subclass__ for subclass registry by statement_type More... about 1 month ago
Replace indexing and list addition with unpacking and slice assignments More... about 2 months ago
Leftover test packrat parsing cleanup More... about 2 months ago
Better tests for match_previous_expr(); revert match_previous_expr, fix using smaller change More... about 2 months ago
Add pyparsing_classes.md, and some cleanup in the CHANGES doc. More... about 2 months ago
deleteing old file More... about 2 months ago
update tests to proper format More... about 2 months ago
Remove # type: ignore[misc] comments, mypy no longer expects type annotations on lambdas More... about 2 months ago
fix issue #633 More... about 2 months ago
Minor perf enhancement in ParseResults.copy() (inspired by similar changes in https://github.com/evhub/cpyparsing) More... 4 months ago
Update for 3.3.3 development More... 4 months ago
Tox: Move doctest output dir to docs/_build More... 4 months ago
Delete Github Action workflow for now More... 4 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
Update sync-regex-inverter.yml Github Action workflow to name specific paths that will cause the action to run. More... 5 months ago
Update sync-regex-inverter.yml Github Action workflow to add persist-credentials: false, and set remote origin More... 5 months ago
Update tox.ini to start running Python 3.15 More... 5 months ago
Sync regex_inverter example from pyparsing More... 5 months ago
Updates to regex_inverter example: handle cancel during long max_results interval; add chemical symbols example; update README to include link to Github Pages repo More... 5 months ago
Sync regex_inverter example from pyparsing More... 5 months ago