issues
search
stefankoegl
/
python-json-patch
Applying JSON Patches in Python
https://python-json-patch.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
459
stars
97
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix tests for Python 3.12
#162
CyrilRoelandteNovance
closed
3 months ago
0
fix: use deterministic comparison ordering
#161
JacobHenner
opened
6 months ago
0
Patch order sometimes wrong
#160
jbussemaker
opened
7 months ago
0
Avoid usage of unittest.makeSuite, removed from Python 3.13
#159
hroncok
opened
8 months ago
0
Missing Type Hints
#158
hf-kklein
opened
9 months ago
0
ci: run tests on every PR and pushes to master
#157
hf-kklein
opened
9 months ago
0
chore: add Python 3.10-3.12 as supported versions
#156
hf-kklein
closed
9 months ago
0
ci: Test Python 3.12
#155
hf-kklein
opened
9 months ago
0
Add option to generate `test` operations in diff
#154
RobertCochran
opened
10 months ago
1
Add operation doesnt support nested paths, if they dont exist already
#153
Rexxz
closed
11 months ago
1
multiple modifications to an array fails
#152
jcable
opened
1 year ago
0
Generated patches aren't always the same
#151
djlambert
opened
1 year ago
4
1.33: pytest by default is not able to find any units
#150
kloczek
opened
1 year ago
4
1.33: sphinx warnings `reference target not found`
#149
kloczek
opened
1 year ago
1
RFE: please start making github releases
#148
kloczek
opened
1 year ago
0
Update documentation to include a link to the GitHub repo and installation instructions
#147
werdnum
closed
1 year ago
1
sdist missing for 1.33
#146
chenrui333
closed
1 year ago
1
feat(jsondiff): Add support for preserving Unicode characters in jsondiff CLI
#145
hirmiura
closed
1 year ago
1
Switch to GitHub actions
#144
stefankoegl
closed
1 year ago
0
Fix Travis builds
#143
stefankoegl
closed
1 year ago
2
Update license text to match official 3-clause-BSD
#142
skypanther
closed
1 year ago
3
Docs builds are broken
#141
ofek
opened
1 year ago
0
Drop Python 2.7 support
#140
stefankoegl
opened
2 years ago
0
Moved the metadata into `setup.cfg`.
#139
KOLANICH
opened
2 years ago
6
Wrong Patch Generated
#138
rmorshea
opened
2 years ago
7
JsonPatch is mutable
#137
samueldeklund
opened
3 years ago
1
Consider support for yaml (using ruamel.yaml)
#136
cmungall
opened
3 years ago
2
docs: fix simple typo, raies -> raises
#135
timgates42
closed
3 years ago
5
B/fix invalid remove index
#134
Ventilateur
closed
3 years ago
2
Bug: Remove /array/- raises TypeError
#133
Ventilateur
opened
3 years ago
5
FIX: TypeError when one forgot to put its operation in a list.
#132
JulienPalard
closed
3 years ago
3
TypeError: string indices must be integers
#131
JulienPalard
closed
3 years ago
0
Closes #129
#130
Penguin2600
closed
3 years ago
2
take_index causing 'move' of incorrect values due to bad True==1 comparison
#129
Penguin2600
closed
3 years ago
0
Re-add test for pypy
#128
stefankoegl
opened
3 years ago
1
Add support for preserving Unicode characters in jsonpatch CLI
#127
Genzer
closed
3 years ago
2
added op as init param for JsonPatchException
#126
sammaphey
opened
3 years ago
1
Idempotent removals
#125
sammaphey
closed
3 years ago
2
Bug: patch didn't catch changed index causing the apply to fail
#124
zliang11
opened
3 years ago
3
Allow Idempotent option for removing a key that doesn't exist
#123
sammaphey
opened
3 years ago
3
#119 #120 Fix make_patch() to avoid casting numeric string to int on item moved
#122
RyanSept
closed
3 years ago
4
Changes don't have a structured order
#121
tomking2
closed
3 years ago
0
Bug - ValueError: invalid literal for int() with base 10: '6e3d1297_0c5a_88f9_576b_ad9216611c94' on make_patch()
#120
RyanSept
closed
2 years ago
0
Bug - Typerror: unsupported operand type(s) for -=: 'unicode' and 'int' on make_patch()
#119
RyanSept
closed
2 years ago
1
Declare json-patch operations as a class-based attribute
#118
tzoiker
closed
3 years ago
3
Update Python to 3.9
#117
stefankoegl
closed
4 years ago
1
Fix #110 - validate patch document during creation
#116
dave-shawley
closed
4 years ago
4
atomic patch application
#115
johanneswilm
opened
4 years ago
3
Allow custom JSON pointer class
#114
tzoiker
closed
4 years ago
8
fix #102: optimize error handling
#113
Alanscut
closed
4 years ago
2
Next