index
:
delta/python-json-patch.git
baserock/morph
fix-travis
gh-actions
hypothesis
jsondiff
jsonload-no-override
jsonptr
master
test
test-pypy
v112
github.com: stefankoegl/python-json-patch.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jsonpatch.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix KeyError in add/remove optimization
Kirill Goldshtein
2016-05-04
1
-1
/
+1
*
bump version to 1.13
v1.13
Stefan Kögl
2016-02-13
1
-1
/
+1
*
Make ``move`` operation with from == path a no-op
Stefan Kögl
2016-02-13
1
-0
/
+4
*
Optimize "deep" ``replace`` operation, fixes #36
Stefan Kögl
2016-02-13
1
-3
/
+10
*
bump version to 1.12
v1.12
v112
Stefan Kögl
2015-11-03
1
-1
/
+1
*
Fix bug in _split_by_common_seq using wrong range in right subtree
Alex Pinkney
2015-11-03
1
-1
/
+1
*
bump version to 1.11
v1.11
Stefan Kögl
2015-05-08
1
-1
/
+1
*
bump version to 1.10
Stefan Kögl
2015-05-07
1
-1
/
+1
*
bump version to 1.9
v1.9
Stefan Kögl
2014-11-03
1
-1
/
+1
*
Use ABCs instead of list/dict, fixes #33
Stefan Kögl
2014-11-03
1
-10
/
+19
*
bump version to 1.8
v1.8
Stefan Kögl
2014-09-26
1
-1
/
+1
*
raise JsonPatchException on missing patch attributes
Stefan Kögl
2014-07-03
1
-13
/
+41
*
bump version to 1.7
v1.7
Stefan Kögl
2014-07-03
1
-1
/
+1
*
bump version to 1.6
v1.6
Stefan Kögl
2014-06-24
1
-1
/
+1
*
Fix make_patch() when root is an array (fixes #28)
Stefan Kögl
2014-06-24
1
-1
/
+1
*
Merge branch 'remove-error' of https://github.com/umago/python-json-patch
Stefan Kögl
2014-04-10
1
-1
/
+2
|
\
|
*
Improve error message when removing non-existent objects
Lucas Alvares Gomes
2014-04-07
1
-1
/
+2
*
|
bump version to 1.5
v1.5
Stefan Kögl
2014-03-22
1
-1
/
+1
*
|
fix make_patch where obj keys contain "/", fixes #26
Stefan Kögl
2014-03-22
1
-8
/
+12
*
|
Optimize jsonpatch.make_patch for lists. Fixes #24
Alexander Shorin
2014-03-22
1
-22
/
+234
*
|
Catch KeyError when accessing the sub-doc items
Lucas Alvares Gomes
2014-02-03
1
-3
/
+9
|
/
*
allow moving array items into other items in same array
Johan Forsberg
2014-01-11
1
-1
/
+1
*
Fix equality tests for Python 3.x
Alexander Shorin
2013-11-12
1
-1
/
+1
*
Keep things simple
Alexander Shorin
2013-11-12
1
-7
/
+1
*
Use new string formatting syntax
Alexander Shorin
2013-11-12
1
-9
/
+8
*
Raise TypeError instead of AssertionError
Alexander Shorin
2013-11-12
1
-11
/
+6
*
Use reversed(range) is recommended over range with negative step
Alexander Shorin
2013-11-12
1
-2
/
+1
*
Fix broken test for Python 2.x
Alexander Shorin
2013-10-28
1
-0
/
+6
*
Fix some pylint warnings for Python 2.x
Alexander Shorin
2013-10-28
1
-3
/
+3
*
Remove useless iterations
Alexander Shorin
2013-10-28
1
-9
/
+18
*
Raise pylint score from 6.87 to 9.10
Alexander Shorin
2013-10-28
1
-51
/
+62
*
bump version to 1.3
v1.3
Stefan Kögl
2013-10-13
1
-1
/
+1
*
bump version to 1.2
v1.2
Stefan Kögl
2013-10-09
1
-1
/
+1
*
handle duplicate JSON keys only when possible
Stefan Kögl
2013-10-09
1
-1
/
+22
*
exception if patch has multiple "op"s
Stefan Kögl
2013-10-09
1
-1
/
+20
*
refactor tpye check
Stefan Kögl
2013-07-12
1
-4
/
+5
*
refactor type check
Stefan Kögl
2013-07-12
1
-4
/
+5
*
fix pointer containment comparison
Stefan Kögl
2013-07-12
1
-1
/
+1
*
catch correct exception
Stefan Kögl
2013-07-12
1
-1
/
+1
*
fix JsonPatch.__eq__(other) for Python 3
Stefan Kögl
2013-07-12
1
-1
/
+1
*
simplify equality comparison
Stefan Kögl
2013-07-12
1
-4
/
+2
*
refactor equality comparison
Stefan Kögl
2013-07-12
1
-4
/
+11
*
Merge branch 'master' of github.com:stefankoegl/python-json-patch
Stefan Kögl
2013-07-12
1
-1
/
+1
|
\
|
*
remove unused parameter to JsonPointer.to_last()
Stefan Kögl
2013-07-11
1
-1
/
+1
*
|
bump version to 1.1
v1.1
Stefan Kögl
2013-06-27
1
-1
/
+1
|
/
*
Fixed replacing whole document
William Kral
2013-06-23
1
-0
/
+3
*
use unicode literals and update tests
Stefan Kögl
2013-04-13
1
-4
/
+6
*
bump version to 1.0
v1.0
Stefan Kögl
2013-04-03
1
-1
/
+1
*
mention RFC 6902
Stefan Kögl
2013-04-03
1
-3
/
+1
*
allow replacing the root of the document
Stefan Kögl
2013-04-03
1
-5
/
+19
[next]