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
*
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
*
bump version to 0.12
v0.12
Stefan Kögl
2013-01-03
1
-1
/
+1
*
"add" op should overwrite existing field in obj
Stefan Kögl
2012-12-21
1
-3
/
+0
*
remove duplicate raise statement
Stefan Kögl
2012-12-17
1
-1
/
+0
*
bump version to 0.11
v0.11
Stefan Kögl
2012-12-14
1
-2
/
+2
*
remove Python 2.5 compatability
Stefan Kögl
2012-12-14
1
-18
/
+5
*
fix exception handling for Python 2.5
Stefan Kögl
2012-12-14
1
-2
/
+7
*
various smaller bugfixes
Stefan Kögl
2012-12-14
1
-3
/
+9
*
fix incorrect JsonPatch.__hash__(), fixes #11
Stefan Kögl
2012-12-14
1
-1
/
+1
*
use from/path instead of path/to for move, copy
Stefan Kögl
2012-12-14
1
-8
/
+8
*
bump version to 0.9
v0.9
Stefan Kögl
2012-11-26
1
-1
/
+1
*
bump version to 0.8
v0.8
Stefan Kögl
2012-11-15
1
-3
/
+4
*
use jsonpointer, update to current spec draft
Stefan Kögl
2012-11-15
1
-49
/
+26
*
bump version to 0.7
v0.7
Stefan Kögl
2012-10-05
1
-1
/
+1
*
Fix compatibility with Python 3.x
Alexander Shorin
2012-10-05
1
-2
/
+7
*
bump version to 0.6, support for draft 5
v0.6
Stefan Kögl
2012-09-28
1
-2
/
+2
*
implement __has__, __eq__ for JsonPatch, PatchOperation
Stefan Kögl
2012-09-28
1
-0
/
+23
*
use new (more verbose) syntax from spec draft 5
Stefan Kögl
2012-09-28
1
-27
/
+36
[next]