GitHub / pyparsing/pyparsing issues and pull requests
#611 - Add CONTRIBUTING doc to documentation
Pull Request -
State: open - Opened by ferdnyc 23 days ago
- 1 comment
#610 - Docs: Account for wrapping in CSS
Pull Request -
State: closed - Opened by ferdnyc 27 days ago
- 2 comments
#609 - ReadTheDocs: Pin sphinx to versions < 8.2
Pull Request -
State: closed - Opened by ferdnyc 30 days ago
- 4 comments
#608 - Documentation part Deux
Issue -
State: open - Opened by ferdnyc about 1 month ago
- 21 comments
#607 - Docs: A raft of cleanup & style changes
Pull Request -
State: closed - Opened by ferdnyc about 1 month ago
- 6 comments
#606 - QuotedString: Add caution about param interactions
Pull Request -
State: closed - Opened by ferdnyc about 2 months ago
- 1 comment
#605 - Fix inline code missing space for termination
Pull Request -
State: closed - Opened by MajorTanya 3 months ago
- 1 comment
#604 - Concurrency issue on Cache when packrat is enabled.
Issue -
State: open - Opened by CarlosDescalziIM 4 months ago
- 2 comments
#603 - scan_string start/end locations are wrong when string contains tabs before match
Issue -
State: closed - Opened by sserafimescu 4 months ago
- 3 comments
#600 - 3.2.2 breaks our CI
Issue -
State: closed - Opened by hoxbro 4 months ago
- 10 comments
#598 - SyntaxWarning: Invalid Escape Sequence in examples/bigquery_view_parser.py
Issue -
State: closed - Opened by sameer-google 6 months ago
- 1 comment
#597 - Literal("AMD") + Literal(" ") + Word(nums) + Literal("e") con't match "AMD 3015e"
Issue -
State: closed - Opened by sunny-zhang-98 6 months ago
- 3 comments
#596 - Add return type annotations to __init__ methods
Pull Request -
State: closed - Opened by ferdnyc 7 months ago
#595 - Docs: Update ParseException's docstring example
Pull Request -
State: closed - Opened by ferdnyc 7 months ago
- 1 comment
#594 - Docs: Correct encoding damage in What's New 3.2
Pull Request -
State: closed - Opened by ferdnyc 7 months ago
#593 - Infinite loop or exception when trying to parse empty lines
Issue -
State: closed - Opened by Kylotan 7 months ago
- 4 comments
#592 - ParseException of MatchFirst with shared "prefix"-element mentions only partial expected element
Issue -
State: closed - Opened by WhiteGobo 7 months ago
- 4 comments
#590 - Railroad diagram "nested_xxx_operand" blocks do not link correctly to operand
Issue -
State: closed - Opened by ptmcg 7 months ago
- 2 comments
#589 - Fix a typo and two unused names
Pull Request -
State: closed - Opened by dalps 8 months ago
- 1 comment
#588 - Make blocks in railroad diagrams links to related production blocks
Issue -
State: closed - Opened by ptmcg 8 months ago
- 2 comments
#587 - packrat test failures with 3.2.1-git and python3.10
Issue -
State: closed - Opened by nieder 8 months ago
- 1 comment
#586 - Use non-capturing groups in common.fnumber and common.ieee_float
Pull Request -
State: closed - Opened by gerlero 8 months ago
- 1 comment
#584 - Improve performance of cpp_style_comment
Pull Request -
State: closed - Opened by gerlero 9 months ago
- 1 comment
#583 - How to extract the most recent timestamp of data
Issue -
State: open - Opened by jiuyuan-light 9 months ago
#582 - Railroad diagrams don't handle some forms of recursive grammar
Issue -
State: closed - Opened by ptmcg 9 months ago
- 1 comment
#581 - Translating parsing errors
Issue -
State: closed - Opened by robertlagrant 9 months ago
- 3 comments
#580 - Cython pyparsing 3.2.0 stripped
Pull Request -
State: closed - Opened by baruchoxman 9 months ago
#579 - Cython pyparsing 3.1.4
Pull Request -
State: closed - Opened by baruchoxman 9 months ago
#578 - return in finally can swallow exceptions
Issue -
State: closed - Opened by iritkatriel 9 months ago
- 3 comments
#577 - TypeError in version 3.2.0
Issue -
State: closed - Opened by YoannUniKS 10 months ago
- 8 comments
#576 - seeing ` ImportError: cannot import name 'Set' from 'pyparsing'` issue in 3.2.0 release
Issue -
State: closed - Opened by chenrui333 10 months ago
- 3 comments
#573 - `IndexError`s are handled differently than other exceptions
Issue -
State: closed - Opened by AugustKarlstedt 10 months ago
- 4 comments
#572 - QuotedString doesn't support multiple escape sequences
Issue -
State: closed - Opened by nadavhaik 10 months ago
- 7 comments
#571 - Add found string as property
Pull Request -
State: closed - Opened by OdysseasKr 10 months ago
- 4 comments
#570 - fix: Python 3.8 doesn't support type hinting with subscripted generics like list[str].
Pull Request -
State: closed - Opened by berrytern 11 months ago
- 3 comments
#568 - Version 3.1.4 broke on Python 3.6
Issue -
State: closed - Opened by ceshihao 11 months ago
- 2 comments
#566 - Add Python 3.6 to CI
Pull Request -
State: closed - Opened by felixfontein 11 months ago
- 8 comments
#565 - [3.1.3] Revert 3bb8076 for Python 3.6
Pull Request -
State: closed - Opened by hswong3i 11 months ago
- 3 comments
#564 - pyparsing 3.1.3 fails on Python 3.6
Issue -
State: closed - Opened by felixfontein 11 months ago
- 4 comments
#563 - Ambiguous parsing problem cannot be solved with FollowedBy - am I doing something wrong?
Issue -
State: closed - Opened by thirstydev about 1 year ago
- 2 comments
#562 - Erroneous behaviour when using Forward/Combine
Issue -
State: closed - Opened by kevemueller about 1 year ago
- 2 comments
#561 - Cleanup: remove extraneous HTML example output file.
Pull Request -
State: closed - Opened by jayaddison about 1 year ago
- 2 comments
#560 - match_previous_expr does not handle nested expressions
Issue -
State: open - Opened by ptmcg about 1 year ago
- 7 comments
#559 - delta_time example does not handle "2pm Sunday" or "2pm next Sunday" correctly when run on Sunday
Issue -
State: closed - Opened by ptmcg about 1 year ago
- 2 comments
#558 - How to resolve the conflict between OneOrMore and Keyword
Issue -
State: closed - Opened by Gu-f about 1 year ago
- 2 comments
#557 - set_parse_action handler receives seemingly erroneous loc argument
Issue -
State: open - Opened by bernd-wechner about 1 year ago
- 6 comments
#556 - Update README.rst - Add monthly downloads badge
Pull Request -
State: closed - Opened by ayushjain01 about 1 year ago
- 2 comments
#555 - More regressions since 3.0.9
Issue -
State: closed - Opened by lemenkov about 1 year ago
- 4 comments
#554 - Problem with as_keyword in one_of
Issue -
State: closed - Opened by theroucken about 1 year ago
- 2 comments
#553 - IndentedBlock causes parse actions of its first element to be called twice
Issue -
State: closed - Opened by Honza0297 over 1 year ago
- 2 comments
#552 - Cannot access nested named elements
Issue -
State: open - Opened by Honza0297 over 1 year ago
- 3 comments
#551 - annotate ParserElement kwargs
Pull Request -
State: closed - Opened by AugustKarlstedt over 1 year ago
- 1 comment
#550 - Fix typo in examples
Pull Request -
State: closed - Opened by pavlozt over 1 year ago
- 1 comment
#549 - Added a new example showcasing a recursive parser for parsing advance…
Pull Request -
State: closed - Opened by gialmisi over 1 year ago
- 3 comments
#548 - Since 3.1.2, the pre-PEP-8 compat wrapper passes on wrong args
Issue -
State: closed - Opened by eylenburg over 1 year ago
- 7 comments
#547 - Refactor: attempt to simplify the multiply operator.
Pull Request -
State: closed - Opened by jayaddison over 1 year ago
- 2 comments
#546 - Refactor: remove one isinstance comparison from the runtime code path.
Pull Request -
State: closed - Opened by jayaddison over 1 year ago
- 3 comments
#544 - Fix reference to string.ascii_letters
Pull Request -
State: closed - Opened by joelsgp over 1 year ago
#543 - Change "pypyparsing" to "pyparsing" in example
Pull Request -
State: closed - Opened by joelsgp over 1 year ago
- 1 comment
#542 - .INI example?
Issue -
State: closed - Opened by egberts over 1 year ago
- 1 comment
#541 - Bind9 example as a Git module here?
Issue -
State: open - Opened by egberts over 1 year ago
#540 - Add codespell (config, workflow, pre-commit) to detect new typos, fix found typos
Pull Request -
State: open - Opened by yarikoptic over 1 year ago
- 4 comments
#539 - Example request: email parsing
Issue -
State: closed - Opened by johnwbyrd over 1 year ago
- 2 comments
#538 - Accept floating-point NaN and Inf as fnumber
Pull Request -
State: closed - Opened by rwpeterson over 1 year ago
- 3 comments
#537 - How to parse a math formula string into a lambda function?
Issue -
State: closed - Opened by ShannonZ over 1 year ago
- 2 comments
#536 - Remove support for Python 3.6 and 3.7
Pull Request -
State: closed - Opened by InSyncWithFoo over 1 year ago
- 1 comment
#535 - Changes towards 3.2.0
Issue -
State: closed - Opened by InSyncWithFoo over 1 year ago
- 3 comments
#534 - Avoid assigning an empty error message to delegated parse exception
Pull Request -
State: closed - Opened by InSyncWithFoo over 1 year ago
- 1 comment
#533 - Use typing.Self where applicable
Pull Request -
State: closed - Opened by InSyncWithFoo over 1 year ago
- 1 comment
#532 - Confusing output of `ZeroOrMore` and `DeLimitedList` (solved after reading docs)
Issue -
State: closed - Opened by Freakwill over 1 year ago
#531 - ignore one \n but do not ignore double \n
Issue -
State: closed - Opened by Freakwill over 1 year ago
- 1 comment
#530 - IndentedBlock ignores indentation
Issue -
State: closed - Opened by veikman over 1 year ago
- 5 comments
#529 - break out base_operand infix_notation
Issue -
State: closed - Opened by RoDuth over 1 year ago
- 1 comment
#528 - quoted_string railroad diagram differs when multiple
Issue -
State: closed - Opened by RoDuth over 1 year ago
- 8 comments
#527 - Custom error messages inside Group
Issue -
State: closed - Opened by capeleiro over 1 year ago
- 1 comment
#526 - Add a make_copies parameter to .leave_whitespace()
Pull Request -
State: closed - Opened by InSyncWithFoo over 1 year ago
#525 - .leave_whitespace() may make unnecessary copies
Issue -
State: open - Opened by InSyncWithFoo over 1 year ago
- 3 comments
#524 - pyparsing 3.1.1 caused problem in OpenMolcas
Issue -
State: closed - Opened by ABQTrap over 1 year ago
- 2 comments
#523 - Whitespace changes for readability
Pull Request -
State: closed - Opened by InSyncWithFoo over 1 year ago
- 3 comments
#522 - Code refactoring for other files
Pull Request -
State: closed - Opened by InSyncWithFoo over 1 year ago
#521 - Code refactoring/denesting for core.py
Pull Request -
State: closed - Opened by InSyncWithFoo over 1 year ago
- 3 comments
#520 - Minor code refactoring/denesting for results.py
Pull Request -
State: closed - Opened by InSyncWithFoo over 1 year ago
- 10 comments
#519 - General code refactoring/denesting
Issue -
State: closed - Opened by InSyncWithFoo over 1 year ago
- 1 comment
#518 - ci: add Python 3.12 to test matrix
Pull Request -
State: closed - Opened by nijel over 1 year ago
- 1 comment
#517 - Python 3.12 support
Issue -
State: closed - Opened by nijel over 1 year ago
- 3 comments
#516 - Should set_parse_action accept a class?
Issue -
State: closed - Opened by RoDuth over 1 year ago
- 2 comments
#515 - Character index (span data) of matched non-terminals/terminals
Issue -
State: closed - Opened by kgoba almost 2 years ago
- 2 comments
#514 - pymicko example
Issue -
State: closed - Opened by zzarko almost 2 years ago
- 2 comments
#511 - Minor update to HowToUsePyparsing.rst
Pull Request -
State: closed - Opened by Patrick-Ze almost 2 years ago
#509 - RecursionError with Forward syntax
Issue -
State: open - Opened by RobinetDenisAcsone almost 2 years ago
- 1 comment
#508 - Use pep8 version of method set_name
Pull Request -
State: open - Opened by volans- almost 2 years ago
#507 - Fix pep8 compatibility code (fixes #501)
Pull Request -
State: closed - Opened by volans- almost 2 years ago
- 6 comments
#506 - setResultsName in version 3.1.1 destroys previous resultnames.
Issue -
State: open - Opened by nilsw1 almost 2 years ago
#504 - Regression when using OneOrMore with nestedExpr
Issue -
State: closed - Opened by tobias-urdin almost 2 years ago
- 7 comments
#502 - Word min argument regression in Pyparsing 3.1.0
Issue -
State: closed - Opened by volans- about 2 years ago
- 3 comments
#501 - Pylint errors on Pyparsing v3.1.0 with old-style method/argument names
Issue -
State: closed - Opened by volans- about 2 years ago
- 5 comments
#500 - SkipTo removes ignored expression since v3.1.0
Issue -
State: closed - Opened by catcombo about 2 years ago
- 4 comments
#499 - Allow `int` or `None` for `cache_size_limit` to `enable_packrat`.
Pull Request -
State: closed - Opened by mikeurbach about 2 years ago
- 1 comment
#498 - The `enable_packrat` type annotation prevents passing `None` for `cache_size_limit`
Issue -
State: closed - Opened by mikeurbach about 2 years ago
- 3 comments
#496 - Misleading debug text when encountering `\r`
Issue -
State: open - Opened by rowlesmr about 2 years ago
- 2 comments