Skip to content

Pull requests: jg-rp/python-jsonpath

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

use https to fetch submodules
#122 by dotlambda was merged Nov 3, 2025 Loading… updated Nov 3, 2025
Test against Python 3.14
#121 by jg-rp was merged Oct 10, 2025 Loading… updated Oct 10, 2025
Fix JSONPatch.add
#118 by jg-rp was merged Sep 12, 2025 Loading… updated Sep 12, 2025
Fix JSON Pointer array indices and index-like object keys
#116 by jg-rp was merged Sep 11, 2025 Loading… updated Sep 11, 2025
Update CTS
#114 by jg-rp was merged Sep 10, 2025 Loading… updated Sep 10, 2025
Clarify JSONPath environments
#113 by jg-rp was merged Sep 9, 2025 Loading… updated Sep 9, 2025
chore: gitignore additions
#112 by rob-ross was merged Sep 6, 2025 Loading… updated Sep 6, 2025
Refactored test_lex.json to use test_lex.json for test case data.
#102 by rob-ross was merged Aug 28, 2025 Loading… updated Aug 28, 2025
Disable non-standard functions in strict mode
#110 by jg-rp was merged Aug 28, 2025 Loading… updated Aug 28, 2025
Cache checked and mapped regex patterns
#108 by jg-rp was merged Aug 27, 2025 Loading… updated Aug 27, 2025
Add the startswith function extension
#107 by jg-rp was merged Aug 25, 2025 Loading… updated Aug 25, 2025
Reimplement and document the keys function extension
#106 by jg-rp was merged Aug 25, 2025 Loading… updated Aug 25, 2025
Python JSONPath Version 2
#98 by jg-rp was merged Aug 25, 2025 Loading… updated Aug 25, 2025
Fix missing filter context data in embedded queries
#104 by jg-rp was merged Aug 15, 2025 Loading… updated Aug 15, 2025
Add entries to gitignore for IDEA env
#93 by rob-ross was merged Aug 6, 2025 Loading… updated Aug 6, 2025
Refactor JSONPointer and improve docs
#92 by jg-rp was merged Aug 5, 2025 Loading… updated Aug 5, 2025
3
Fix lint checks and patch targets that look like ints
#82 by jg-rp was merged Jun 22, 2025 Loading… updated Jun 22, 2025
Fix type hints for some static type checkers
#77 by jg-rp was closed Jun 22, 2025 Loading… updated Jun 22, 2025
fix addap op as addne issue
#81 by LQBing was merged Jun 22, 2025 Loading… updated Jun 22, 2025
Fix normalized paths and serialization of compiled JSONPath queries.
#78 by jg-rp was merged Feb 4, 2025 Loading… updated Feb 4, 2025
Drop support for Python 3.7
#74 by jg-rp was merged Dec 9, 2024 Loading… updated Dec 9, 2024
Fix bare name selectors that start with a reserved word
#73 by jg-rp was merged Dec 9, 2024 Loading… updated Dec 9, 2024
Fix the string representation of regex literals. Fixes #70.
#71 by jg-rp was merged Dec 2, 2024 Loading… updated Dec 2, 2024
Test against Python version 3.13
#69 by jg-rp was merged Oct 25, 2024 Loading… updated Oct 25, 2024
Ignore Ruff PT001
#68 by jg-rp was merged Sep 24, 2024 Loading… updated Sep 24, 2024
ProTip! Exclude everything labeled bug with -label:bug.