Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pyparsing/pyparsing

Python library for creating PEG parsers
https://github.com/pyparsing/pyparsing

Problem with negative lookahead + left recursion

fsh opened this issue almost 2 years ago
Current stable release documentation

dave-kennedy opened this issue almost 2 years ago
ZeroOrMore typing rejects strings

ydirson opened this issue almost 2 years ago
Tests failing in lucene_grammar.py example

lijenicol opened this issue almost 2 years ago
Removed unused keyword var in lucene_grammar.py

lijenicol opened this pull request almost 2 years ago
instring.expandtabs() called on None

WolfgangFahl opened this issue almost 2 years ago
I got an unexpected parsing result when using Forward()

JacobiSong opened this issue almost 2 years ago
Add CIFuzz to Github actions

DavidKorczynski opened this pull request almost 2 years ago
Pyparsin Opt not working.

thatrandomperson5 opened this issue almost 2 years ago
Recursion Error in 3.0.5-3.0.9: streamline Forward expression

austinmatherne-wk opened this issue almost 2 years ago
Minor correction to copied descriptions

KyleKing opened this pull request almost 2 years ago
Clarify that `expr * ...` is also valid

anntzer opened this issue almost 2 years ago
Semantics of `validate()` is unclear

mikand opened this issue about 2 years ago
Enabling continuous fuzzing by way of OSS-Fuzz

DavidKorczynski opened this issue about 2 years ago
GPL licenses on examples in the pyparsing package

leos opened this issue about 2 years ago
Broken link on docs---articles--blog-posts

m1lt0n opened this issue about 2 years ago
Copy expression in ParseElementEnhance on ignoring

grv87 opened this pull request about 2 years ago
Adding support to operators like x[y] in infixNotation - should I send a PR?

franji-pagaya opened this issue about 2 years ago
Fix set_debug variable name in documentation

allenporter opened this pull request over 2 years ago
NotAny skips whitespace

grv87 opened this issue over 2 years ago
booleansearchparser.py fails on Python 3.11 b03

ptmcg opened this issue over 2 years ago
Simpler fix for __new__ with copy.copy()

djpohly opened this pull request over 2 years ago
Small docstring formatting/syntax fixes

djpohly opened this pull request over 2 years ago
Return NotImplemented for unsupported operations

djpohly opened this pull request over 2 years ago
Meaningful repr for ParserElements

djpohly opened this pull request over 2 years ago
Json Information for package pyparsing on PyPi is incomplete

fer-rum opened this issue over 2 years ago
Fix a potential wrong operator bug

LostBenjamin opened this pull request over 2 years ago
Nested IndentedBlock Issue when Implementing if/elif/else

hfudev opened this issue over 2 years ago
Parser element custom name isn't appropriate for `__repr__`

djpohly opened this issue over 2 years ago
WIP: point Sphinx directly at real modules

djpohly opened this pull request over 2 years ago
Explicitly declare compatibility alias functions

djpohly opened this pull request over 2 years ago
Use Literal.__new__ to select optimized subclasses

djpohly opened this pull request over 2 years ago
Support `... | ""` as alias for `Opt(...)`

anntzer opened this issue over 2 years ago
Trim documentation for pre-PEP8 aliases

djpohly opened this issue over 2 years ago
fix Sphinx errors/warnings

djpohly opened this pull request over 2 years ago
Word with max= parses incorrectly

panda-34 opened this issue over 2 years ago
Opt and delimited_list causing parse actions not to be called

elektito opened this issue over 2 years ago
Fix list formatting in docstrings

djpohly opened this pull request over 2 years ago
Enable mypy-test in CI

sirosen opened this pull request over 2 years ago
Update CI to avoid `tox -e ALL`

sirosen opened this pull request over 2 years ago
No error reported when infix encounters duplicate operator

mueller55 opened this issue over 2 years ago
infix_notation running out of stack

mishamsk opened this issue over 2 years ago
Fix type annotations of Forward dunder-methods

sirosen opened this pull request over 2 years ago
Install from source fails using latest pip (22.1)

iknox-fa opened this issue over 2 years ago
Recursively enable debug

multimeric opened this issue over 2 years ago
When OneOrMore(Regex()), the program will be stuck.

douloveppt opened this issue over 2 years ago
parse error

douloveppt opened this issue over 2 years ago
Printables does not contain replacement character

davetapley opened this issue over 2 years ago
RFE: Replace use of `pkg_resources` with `importlib.metadata`

kloczek opened this issue over 2 years ago
Documentation Wiki is incorrect

joej164 opened this issue over 2 years ago
Opt() is not associative

Reilman79 opened this issue over 2 years ago
Type check error "_SpecialForm" not callable

jtprobst opened this issue over 2 years ago
Don't import Optional from typing, import the whole module.

domdfcoding opened this pull request over 2 years ago
Getting type error `"_SpecialForm" not callable` for pyparsing 3.0.8

aucampia opened this issue over 2 years ago
3.0.8: sphinx is failing

kloczek opened this issue over 2 years ago
DeprecationWarning: distutils

jameszhang-a opened this issue over 2 years ago
Type checking as part of the CI pipeline

aucampia opened this issue over 2 years ago
Outputter of internal tree? (Discussion)

egberts opened this issue over 2 years ago
optimize pyparsing import time by deferring regex compile

asottile opened this pull request over 2 years ago
Few issues with Bigquery view parser example

fadimaali opened this issue almost 3 years ago
Pyparsing error in 3.0.6

karthik120 opened this issue almost 3 years ago
Some `matplotlib` mathtext yields a `ParseFatalException`

heltluke opened this issue almost 3 years ago
Re-using nested parse elements with different parse actions

multimeric opened this issue over 4 years ago
Tracking dict items outside of parser element.

egberts opened this issue almost 5 years ago
Add setParseAction(lambda ...: Error(...), raiser=True)

SoniEx2 opened this issue almost 5 years ago
Is PyParsing thread safe / enables multithreading?

ndvbd opened this issue over 5 years ago