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

Add return type annotations to __init__ methods

ferdnyc opened this pull request 19 days ago
Docs: Update ParseException's docstring example

ferdnyc opened this pull request 19 days ago
Docs: Correct encoding damage in What's New 3.2

ferdnyc opened this pull request 20 days ago
Infinite loop or exception when trying to parse empty lines

Kylotan opened this issue 21 days ago
Fix a typo and two unused names

dalps opened this pull request about 1 month ago
Make blocks in railroad diagrams links to related production blocks

ptmcg opened this issue about 2 months ago
packrat test failures with 3.2.1-git and python3.10

nieder opened this issue about 2 months ago
Use non-capturing groups in common.fnumber and common.ieee_float

gerlero opened this pull request 2 months ago
`pp.remove_quotes` has no typing annotations

rafrafek opened this issue 2 months ago
Improve performance of cpp_style_comment

gerlero opened this pull request 2 months ago
How to extract the most recent timestamp of data

jiuyuan-light opened this issue 2 months ago
Translating parsing errors

robertlagrant opened this issue 3 months ago
Cython pyparsing 3.2.0 stripped

baruchoxman opened this pull request 3 months ago
Cython pyparsing 3.1.4

baruchoxman opened this pull request 3 months ago
return in finally can swallow exceptions

iritkatriel opened this issue 3 months ago
TypeError in version 3.2.0

YoannUniKS opened this issue 3 months ago
`IndexError`s are handled differently than other exceptions

AugustKarlstedt opened this issue 4 months ago
QuotedString doesn't support multiple escape sequences

nadavhaik opened this issue 4 months ago
Add found string as property

OdysseasKr opened this pull request 4 months ago
Version 3.1.4 broke on Python 3.6

ceshihao opened this issue 5 months ago
Add Python 3.6 to CI

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

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

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

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

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

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

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

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

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

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

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

Honza0297 opened this issue 10 months ago
annotate ParserElement kwargs

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

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

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

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

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

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

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

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

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

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

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

rwpeterson opened this pull request about 1 year ago
How to parse a math formula string into a lambda function?

ShannonZ opened this issue about 1 year ago
Remove support for Python 3.6 and 3.7

InSyncWithFoo opened this pull request about 1 year ago
Changes towards 3.2.0

InSyncWithFoo opened this issue about 1 year ago
Avoid assigning an empty error message to delegated parse exception

InSyncWithFoo opened this pull request about 1 year ago
Use typing.Self where applicable

InSyncWithFoo opened this pull request about 1 year ago
ignore one \n but do not ignore double \n

Freakwill opened this issue about 1 year ago
IndentedBlock ignores indentation

veikman opened this issue about 1 year ago
break out base_operand infix_notation

RoDuth opened this issue about 1 year ago
quoted_string railroad diagram differs when multiple

RoDuth opened this issue about 1 year ago
Custom error messages inside Group

capeleiro opened this issue about 1 year ago
Add a make_copies parameter to .leave_whitespace()

InSyncWithFoo opened this pull request about 1 year ago
.leave_whitespace() may make unnecessary copies

InSyncWithFoo opened this issue about 1 year ago
pyparsing 3.1.1 caused problem in OpenMolcas

ABQTrap opened this issue about 1 year ago
Whitespace changes for readability

InSyncWithFoo opened this pull request about 1 year ago
Code refactoring for other files

InSyncWithFoo opened this pull request about 1 year ago
Code refactoring/denesting for core.py

InSyncWithFoo opened this pull request about 1 year ago
Minor code refactoring/denesting for results.py

InSyncWithFoo opened this pull request about 1 year ago
General code refactoring/denesting

InSyncWithFoo opened this issue about 1 year ago
ci: add Python 3.12 to test matrix

nijel opened this pull request about 1 year ago
Python 3.12 support

nijel opened this issue about 1 year ago
Should set_parse_action accept a class?

RoDuth opened this issue about 1 year ago
Character index (span data) of matched non-terminals/terminals

kgoba opened this issue over 1 year ago
pymicko example

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

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

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

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

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

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

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

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

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

mikeurbach opened this pull request over 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