GitHub / stefankoegl/python-json-patch issues and pull requests
#169 - Fix unnecessary complexity in patch generation for lists of lists
Pull Request -
State: open - Opened by Copilot 2 months ago
#168 - [WIP] Fix optimizing list insertion/deletion diffs
Pull Request -
State: open - Opened by Copilot 2 months ago
#167 - [WIP] Wrong Patch Generated
Pull Request -
State: open - Opened by Copilot 2 months ago
#166 - [WIP] Coercing to Unicode
Pull Request -
State: open - Opened by Copilot 2 months ago
#165 - [WIP] bug: jsonpatch does not play nice with "/" in dict keys
Pull Request -
State: open - Opened by Copilot 2 months ago
#164 - [WIP] multiple modifications to an array fails
Pull Request -
State: open - Opened by Copilot 2 months ago
#163 - Fix patch order for interdependent move operations
Pull Request -
State: open - Opened by Copilot 2 months ago
#161 - fix: use deterministic comparison ordering
Pull Request -
State: open - Opened by JacobHenner about 1 year ago
#160 - Patch order sometimes wrong
Issue -
State: open - Opened by jbussemaker over 1 year ago
#159 - Avoid usage of unittest.makeSuite, removed from Python 3.13
Pull Request -
State: open - Opened by hroncok over 1 year ago
#158 - Missing Type Hints
Issue -
State: open - Opened by hf-kklein over 1 year ago
#157 - ci: run tests on every PR and pushes to master
Pull Request -
State: open - Opened by hf-kklein over 1 year ago
#156 - chore: add Python 3.10-3.12 as supported versions
Pull Request -
State: closed - Opened by hf-kklein over 1 year ago
#155 - ci: Test Python 3.12
Pull Request -
State: open - Opened by hf-kklein over 1 year ago
#154 - Add option to generate `test` operations in diff
Pull Request -
State: open - Opened by RobertCochran over 1 year ago
- 1 comment
#153 - Add operation doesnt support nested paths, if they dont exist already
Issue -
State: closed - Opened by Rexxz over 1 year ago
- 1 comment
#152 - multiple modifications to an array fails
Issue -
State: open - Opened by jcable almost 2 years ago
#151 - Generated patches aren't always the same
Issue -
State: open - Opened by djlambert about 2 years ago
- 4 comments
#150 - 1.33: pytest by default is not able to find any units
Issue -
State: open - Opened by kloczek about 2 years ago
- 4 comments
#149 - 1.33: sphinx warnings `reference target not found`
Issue -
State: open - Opened by kloczek about 2 years ago
- 1 comment
#148 - RFE: please start making github releases
Issue -
State: open - Opened by kloczek about 2 years ago
#147 - Update documentation to include a link to the GitHub repo and installation instructions
Pull Request -
State: closed - Opened by werdnum about 2 years ago
- 1 comment
#146 - sdist missing for 1.33
Issue -
State: closed - Opened by chenrui333 about 2 years ago
- 1 comment
#145 - feat(jsondiff): Add support for preserving Unicode characters in jsondiff CLI
Pull Request -
State: closed - Opened by hirmiura about 2 years ago
- 1 comment
#144 - Switch to GitHub actions
Pull Request -
State: closed - Opened by stefankoegl over 2 years ago
#143 - Fix Travis builds
Pull Request -
State: closed - Opened by stefankoegl over 2 years ago
- 2 comments
#142 - Update license text to match official 3-clause-BSD
Pull Request -
State: closed - Opened by skypanther over 2 years ago
- 3 comments
#141 - Docs builds are broken
Issue -
State: open - Opened by ofek over 2 years ago
#140 - Drop Python 2.7 support
Issue -
State: open - Opened by stefankoegl over 3 years ago
#139 - Moved the metadata into `setup.cfg`.
Pull Request -
State: open - Opened by KOLANICH over 3 years ago
- 6 comments
#138 - Wrong Patch Generated
Issue -
State: open - Opened by rmorshea over 3 years ago
- 7 comments
#137 - JsonPatch is mutable
Issue -
State: open - Opened by samueldeklund almost 4 years ago
- 1 comment
#136 - Consider support for yaml (using ruamel.yaml)
Issue -
State: open - Opened by cmungall almost 4 years ago
- 1 comment
#135 - docs: fix simple typo, raies -> raises
Pull Request -
State: closed - Opened by timgates42 almost 4 years ago
- 5 comments
#134 - B/fix invalid remove index
Pull Request -
State: closed - Opened by Ventilateur over 4 years ago
- 2 comments
#133 - Bug: Remove /array/- raises TypeError
Issue -
State: closed - Opened by Ventilateur over 4 years ago
- 5 comments
#132 - FIX: TypeError when one forgot to put its operation in a list.
Pull Request -
State: closed - Opened by JulienPalard over 4 years ago
- 3 comments
#131 - TypeError: string indices must be integers
Issue -
State: closed - Opened by JulienPalard over 4 years ago
#130 - Closes #129
Pull Request -
State: closed - Opened by Penguin2600 over 4 years ago
- 2 comments
#129 - take_index causing 'move' of incorrect values due to bad True==1 comparison
Issue -
State: closed - Opened by Penguin2600 over 4 years ago
#128 - Re-add test for pypy
Pull Request -
State: open - Opened by stefankoegl over 4 years ago
- 1 comment
#127 - Add support for preserving Unicode characters in jsonpatch CLI
Pull Request -
State: closed - Opened by Genzer over 4 years ago
- 2 comments
#126 - added op as init param for JsonPatchException
Pull Request -
State: open - Opened by sammaphey over 4 years ago
- 1 comment
#125 - Idempotent removals
Pull Request -
State: closed - Opened by sammaphey over 4 years ago
- 2 comments
#124 - Bug: patch didn't catch changed index causing the apply to fail
Issue -
State: open - Opened by zliang11 over 4 years ago
- 3 comments
#123 - Allow Idempotent option for removing a key that doesn't exist
Issue -
State: open - Opened by sammaphey over 4 years ago
- 3 comments
#122 - #119 #120 Fix make_patch() to avoid casting numeric string to int on item moved
Pull Request -
State: closed - Opened by RyanSept over 4 years ago
- 4 comments
#121 - Changes don't have a structured order
Issue -
State: closed - Opened by tomking2 over 4 years ago
#120 - Bug - ValueError: invalid literal for int() with base 10: '6e3d1297_0c5a_88f9_576b_ad9216611c94' on make_patch()
Issue -
State: closed - Opened by RyanSept over 4 years ago
#119 - Bug - Typerror: unsupported operand type(s) for -=: 'unicode' and 'int' on make_patch()
Issue -
State: closed - Opened by RyanSept over 4 years ago
- 1 comment
#118 - Declare json-patch operations as a class-based attribute
Pull Request -
State: closed - Opened by tzoiker over 4 years ago
- 3 comments
#117 - Update Python to 3.9
Pull Request -
State: closed - Opened by stefankoegl over 4 years ago
- 1 comment
#116 - Fix #110 - validate patch document during creation
Pull Request -
State: closed - Opened by dave-shawley over 4 years ago
- 4 comments
#115 - atomic patch application
Issue -
State: open - Opened by johanneswilm over 4 years ago
- 3 comments
Labels: feature
#114 - Allow custom JSON pointer class
Pull Request -
State: closed - Opened by tzoiker over 4 years ago
- 8 comments
#113 - fix #102: optimize error handling
Pull Request -
State: closed - Opened by Alanscut about 5 years ago
- 2 comments
#112 - fix #111: optimizing exception message
Pull Request -
State: closed - Opened by Alanscut about 5 years ago
- 2 comments
#111 - Some case Failed when run ext_test
Issue -
State: closed - Opened by Alanscut about 5 years ago
#110 - Feature Request - patch creation should fail when given an invalid patch
Issue -
State: closed - Opened by dave-shawley over 5 years ago
- 1 comment
Labels: feature
#109 - Fixed some typos and wording
Pull Request -
State: closed - Opened by vavanade over 5 years ago
- 2 comments
#108 - Make it possible for from_diff to support custom types (issue #107)
Pull Request -
State: closed - Opened by clj over 5 years ago
- 6 comments
#107 - Custom types no longer work
Issue -
State: closed - Opened by clj over 5 years ago
- 1 comment
Labels: feature, has PR
#106 - Fix issue not recognizing that, in JSON, 1 != 1.0 != True
Pull Request -
State: closed - Opened by blakehilliard over 5 years ago
- 2 comments
#105 - Shows same index for each element on diff upon removal of multiple items from array
Issue -
State: closed - Opened by RyanSept over 5 years ago
- 3 comments
#104 - Travis CI: Add Python 3.8 production release
Pull Request -
State: closed - Opened by cclauss over 5 years ago
- 5 comments
#103 - Unexpected behaviour with int/float
Issue -
State: closed - Opened by rbachleitner over 5 years ago
- 1 comment
#102 - TypeError on replace with list index '-'
Issue -
State: closed - Opened by twbecker almost 6 years ago
- 1 comment
#101 - Bug with lists
Issue -
State: closed - Opened by bbasics almost 6 years ago
- 1 comment
#100 - Support Python 3.7, test with Python 3.8 dev
Pull Request -
State: closed - Opened by stefankoegl about 6 years ago
#99 - Fix move for numeric dictionary keys (issue #97)
Pull Request -
State: closed - Opened by itkach about 6 years ago
- 3 comments
#98 - How to get test patch?
Issue -
State: open - Opened by michaelrice about 6 years ago
- 3 comments
#97 - Coercing to Unicode
Issue -
State: open - Opened by leofirespotter about 6 years ago
#96 - Ensure an item is within the upper array boundaries before replacing it
Pull Request -
State: closed - Opened by gdraynz about 6 years ago
- 1 comment
#95 - Feature Request: Provide utility functions for converting between path formats
Issue -
State: open - Opened by jcmcken over 6 years ago
#94 - bug: jsonpatch does not play nice with "/" in dict keys
Issue -
State: open - Opened by johnarnold over 6 years ago
- 1 comment
#93 - Conflict with https://github.com/xlwings/jsondiff
Issue -
State: closed - Opened by yan12125 over 6 years ago
- 2 comments
#92 - Adding support for multiple selection/update
Issue -
State: open - Opened by geryogam over 6 years ago
#91 - "can't remove non-existent object" exception with duplicate dicts in list
Issue -
State: open - Opened by symroe over 6 years ago
- 1 comment
#90 - mixing boolean and integers
Issue -
State: closed - Opened by noblige over 6 years ago
- 1 comment
#89 - better exception when a 'path' points to a non existing location
Pull Request -
State: closed - Opened by guillp about 7 years ago
- 1 comment
#88 - Raises KeyError when no "path" has been specified
Issue -
State: open - Opened by frederikaalund about 7 years ago
#87 - Interested in JSONPath support?
Issue -
State: open - Opened by jdodds about 7 years ago
- 1 comment
#86 - tests fail: No such file or directory: u'./tests.js'
Issue -
State: closed - Opened by yurivict over 7 years ago
- 1 comment
#85 - Replace operations details
Issue -
State: closed - Opened by smehta over 7 years ago
- 4 comments
#84 - Lincese information
Issue -
State: closed - Opened by smehta over 7 years ago
- 1 comment
#83 - Fix optimizing list insertion/deletion diffs
Issue -
State: open - Opened by aeckert over 7 years ago
#82 - unit test test_js_file fails when running it from pypi
Issue -
State: closed - Opened by amoralej over 7 years ago
- 2 comments
#81 - Drop support for EOL Python 3.3
Pull Request -
State: closed - Opened by hugovk over 7 years ago
- 5 comments
#80 - Diffing removal in complex arrays
Issue -
State: closed - Opened by Glignos over 7 years ago
#79 - Property-based tests with Hypothesis
Pull Request -
State: open - Opened by stefankoegl over 7 years ago
#78 - Patch representation unnecessary complex
Issue -
State: open - Opened by markoh1 over 7 years ago
- 2 comments
#77 - Remove extraneous 'value' field for op:remove (#76)
Pull Request -
State: closed - Opened by ostackbrian over 7 years ago
- 3 comments
#76 - jsondiff 1.20 includes extraneous 'value' field for remove operation
Issue -
State: closed - Opened by ostackbrian over 7 years ago
- 2 comments
#75 - Expect path/from attributes also as JsonPoiner instances (#60)
Pull Request -
State: closed - Opened by stefankoegl over 7 years ago
#74 - Array within a dict throws a "list assignment index out of range" exception
Issue -
State: closed - Opened by kevinhaeni over 7 years ago
- 2 comments
#73 - escape sequences not implemented
Issue -
State: closed - Opened by nielslaukens over 7 years ago
- 2 comments
#72 - Avoid overriding json.load (fixes #37)
Pull Request -
State: closed - Opened by stefankoegl almost 8 years ago
#71 - Patch creation based on jsondiff
Pull Request -
State: closed - Opened by stefankoegl almost 8 years ago
- 1 comment
#70 - Move and Remove don't seem to work with MariaDB, SQLAlchemy on Flask
Issue -
State: closed - Opened by Torniojaws almost 8 years ago
- 9 comments
#69 - Option for case-insensitiveness?
Issue -
State: open - Opened by Torniojaws almost 8 years ago
- 1 comment