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

TypeError in version 3.2.0

YoannUniKS opened this issue 4 days ago
`IndexError`s are handled differently than other exceptions

AugustKarlstedt opened this issue 16 days ago
QuotedString doesn't support multiple escape sequences

nadavhaik opened this issue 24 days ago
Add found string as property

OdysseasKr opened this pull request 26 days ago
Version 3.1.4 broke on Python 3.6

ceshihao opened this issue about 2 months ago
Add Python 3.6 to CI

felixfontein opened this pull request about 2 months ago
[3.1.3] Revert 3bb8076 for Python 3.6

hswong3i opened this pull request about 2 months ago
pyparsing 3.1.3 fails on Python 3.6

felixfontein opened this issue about 2 months ago
Erroneous behaviour when using Forward/Combine

kevemueller opened this issue 4 months ago
Cleanup: remove extraneous HTML example output file.

jayaddison opened this pull request 4 months ago
match_previous_expr does not handle nested expressions

ptmcg opened this issue 5 months ago
How to resolve the conflict between OneOrMore and Keyword

Gu-f opened this issue 5 months ago
set_parse_action handler receives seemingly erroneous loc argument

bernd-wechner opened this issue 5 months ago
Update README.rst - Add monthly downloads badge

ayushjain01 opened this pull request 5 months ago
More regressions since 3.0.9

lemenkov opened this issue 5 months ago
Problem with as_keyword in one_of

theroucken opened this issue 5 months ago
Cannot access nested named elements

Honza0297 opened this issue 6 months ago
annotate ParserElement kwargs

AugustKarlstedt opened this pull request 7 months ago
Fix typo in examples

pavlozt opened this pull request 7 months ago
Added a new example showcasing a recursive parser for parsing advance…

gialmisi opened this pull request 7 months ago
Since 3.1.2, the pre-PEP-8 compat wrapper passes on wrong args

eylenburg opened this issue 7 months ago
Refactor: attempt to simplify the multiply operator.

jayaddison opened this pull request 8 months ago
Refactor: remove one isinstance comparison from the runtime code path.

jayaddison opened this pull request 8 months ago
Fix reference to string.ascii_letters

joelsgp opened this pull request 8 months ago
Change "pypyparsing" to "pyparsing" in example

joelsgp opened this pull request 8 months ago
.INI example?

egberts opened this issue 8 months ago
Bind9 example as a Git module here?

egberts opened this issue 8 months ago
Example request: email parsing

johnwbyrd opened this issue 8 months ago
Accept floating-point NaN and Inf as fnumber

rwpeterson opened this pull request 9 months ago
How to parse a math formula string into a lambda function?

ShannonZ opened this issue 9 months ago
Remove support for Python 3.6 and 3.7

InSyncWithFoo opened this pull request 9 months ago
Changes towards 3.2.0

InSyncWithFoo opened this issue 9 months ago
Avoid assigning an empty error message to delegated parse exception

InSyncWithFoo opened this pull request 9 months ago
Use typing.Self where applicable

InSyncWithFoo opened this pull request 9 months ago
ignore one \n but do not ignore double \n

Freakwill opened this issue 10 months ago
IndentedBlock ignores indentation

veikman opened this issue 10 months ago
break out base_operand infix_notation

RoDuth opened this issue 10 months ago
quoted_string railroad diagram differs when multiple

RoDuth opened this issue 10 months ago
Custom error messages inside Group

capeleiro opened this issue 11 months ago
Add a make_copies parameter to .leave_whitespace()

InSyncWithFoo opened this pull request 11 months ago
.leave_whitespace() may make unnecessary copies

InSyncWithFoo opened this issue 11 months ago
pyparsing 3.1.1 caused problem in OpenMolcas

ABQTrap opened this issue 11 months ago
Whitespace changes for readability

InSyncWithFoo opened this pull request 12 months ago
Code refactoring for other files

InSyncWithFoo opened this pull request 12 months ago
Code refactoring/denesting for core.py

InSyncWithFoo opened this pull request 12 months ago
Minor code refactoring/denesting for results.py

InSyncWithFoo opened this pull request 12 months ago
General code refactoring/denesting

InSyncWithFoo opened this issue 12 months ago
ci: add Python 3.12 to test matrix

nijel opened this pull request 12 months ago
Python 3.12 support

nijel opened this issue 12 months ago
Should set_parse_action accept a class?

RoDuth opened this issue 12 months ago
Character index (span data) of matched non-terminals/terminals

kgoba opened this issue about 1 year ago
pymicko example

zzarko opened this issue about 1 year ago
Minor update to HowToUsePyparsing.rst

Patrick-Ze opened this pull request about 1 year ago
RecursionError with Forward syntax

RobinetDenisAcsone opened this issue about 1 year ago
Use pep8 version of method set_name

volans- opened this pull request about 1 year ago
Fix pep8 compatibility code (fixes #501)

volans- opened this pull request about 1 year ago
setResultsName in version 3.1.1 destroys previous resultnames.

nilsw1 opened this issue about 1 year ago
Regression when using OneOrMore with nestedExpr

tobias-urdin opened this issue about 1 year ago
Word min argument regression in Pyparsing 3.1.0

volans- opened this issue about 1 year ago
SkipTo removes ignored expression since v3.1.0

catcombo opened this issue about 1 year ago
Allow `int` or `None` for `cache_size_limit` to `enable_packrat`.

mikeurbach opened this pull request about 1 year ago
Misleading debug text when encountering `\r`

rowlesmr opened this issue over 1 year ago
Limit error message overriding

ksunden opened this pull request over 1 year ago
Consider rewriting slow parts in rust

jonathan-s opened this issue over 1 year ago
pyparsing library over flow when it exceed in max 18 condition?

Hemun143 opened this issue over 1 year ago
Unused code in QuotedString

nijel opened this issue over 1 year ago
[Bug] IndentedBlock example from docs is broken

RevanthRameshkumar opened this issue over 1 year ago
NotAny(FollowedBy()) failing

genry718 opened this issue over 1 year ago
pp.ParserElement.enable_left_recursion() gives runtime error

hhoppe opened this issue over 1 year ago
Add CSS to Railroad output

schnorea opened this pull request over 1 year ago
Fix railroad so head, body args included in html

schnorea opened this pull request over 1 year ago
Badly rendered railroad diagram

sammorley-short opened this issue over 1 year ago
how to parse this data

yosiasz opened this issue over 1 year ago
SkipTo Erroneously Steps Into Grammar's ignoreExpr

Elkniwt opened this issue over 1 year ago
QuotedString unquote_results doesn't understand escaped whitespace

jakeanq opened this issue over 1 year ago
using a config file instead of inline pattern

yosiasz opened this issue over 1 year ago
Set minimal permissions to ci.yml

joycebrum opened this pull request over 1 year ago
Set minimal permissions to github workflows

joycebrum opened this issue over 1 year ago
"" as add_parse_action's result removes result name from ParseResults

niccokunzmann opened this issue over 1 year ago
parseString Cannot contain "True" ??

WheatMaThink opened this issue over 1 year ago
Git master no longer compatible with Python 3.6

domdfcoding opened this issue over 1 year ago
Confusing error message out of MatchFirst

msdemlei opened this issue over 1 year ago
Unexpected behaviour of `ParseResults.copy()` with nested ParseResults

brynpickering opened this issue over 1 year ago
Simplify the `_trim_arity` function

heckad opened this pull request over 1 year ago
Update and rename invRegex.py to inv_regex.py

rjdbcm opened this pull request over 1 year ago
ZeroOrMore can only handle one URL

dave-kennedy opened this issue almost 2 years ago