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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Optimize jsonpatch.make_patch for lists. Fixes #24
Alexander Shorin
2014-03-22
2
-22
/
+271
*
|
add trove classifiers
Stefan Kögl
2014-03-09
1
-0
/
+22
*
|
Merge pull request #20 from zigg/master
Stefan Kögl
2014-02-05
1
-4
/
+68
|
\
\
|
*
|
note why we use the same directory
Matt Behrens
2014-02-04
1
-1
/
+2
|
*
|
add commentary and replace tabs with spaces
Matt Behrens
2014-02-04
1
-3
/
+33
|
*
|
add --backup flag and attempt to address various exceptions that may be raised
Matt Behrens
2014-01-14
1
-5
/
+25
|
*
|
add in-place patching and patch read from stdin. enables use of
Matt Behrens
2013-12-12
1
-4
/
+17
*
|
|
Merge pull request #22 from umago/keyerror
Stefan Kögl
2014-02-03
2
-3
/
+26
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Catch KeyError when accessing the sub-doc items
Lucas Alvares Gomes
2014-02-03
2
-3
/
+26
|
/
/
*
|
Merge pull request #21 from johanfforsberg/array-move
Stefan Kögl
2014-01-12
2
-1
/
+7
|
\
\
|
|
/
|
/
|
|
*
allow moving array items into other items in same array
Johan Forsberg
2014-01-11
2
-1
/
+7
|
/
*
Merge pull request #19 from kxepal/pylint
Stefan Kögl
2013-11-12
1
-64
/
+77
|
\
|
*
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
*
|
Merge pull request #17 from conkiztador/entry_poimts
Stefan Kögl
2013-10-28
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix setup.py entry_poimts typo
Kieran Spear
2013-10-28
1
-1
/
+1
|
/
*
add link to Coveralls in README.md
Stefan Kögl
2013-10-13
1
-0
/
+1
*
remove trailing whitespace in README.md
Stefan Kögl
2013-10-13
1
-1
/
+1
*
add links to README.md
Stefan Kögl
2013-10-13
1
-0
/
+2
*
bump version to 1.3
v1.3
Stefan Kögl
2013-10-13
1
-1
/
+1
*
add AUTHORS file to MANIFEST.in
Stefan Kögl
2013-10-13
1
-0
/
+1
*
typo
Stefan Kögl
2013-10-12
1
-1
/
+1
*
add empty _static dir to avoid docs warning
Stefan Kögl
2013-10-12
1
-0
/
+0
*
add docs for commandline utilities
Stefan Kögl
2013-10-12
2
-0
/
+111
*
include README.md, tests.py, ext_tests.py in tarball (fixes #16)
Stefan Kögl
2013-10-12
1
-0
/
+3
*
add "jsonpatch" commandline utility
Stefan Kögl
2013-10-11
2
-1
/
+44
*
add "jsondiff" commandline utility
Stefan Kögl
2013-10-11
2
-0
/
+44
*
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
2
-3
/
+24
*
exception if patch has multiple "op"s
Stefan Kögl
2013-10-09
2
-2
/
+21
*
include license in tarball (fixes #16)
Stefan Kögl
2013-09-26
1
-0
/
+1
*
add coverage, downloads, version to README
baserock/morph
Stefan Kögl
2013-07-14
1
-1
/
+1
*
refactor tpye check
Stefan Kögl
2013-07-12
1
-4
/
+5
*
add test for replacing missing obj
Stefan Kögl
2013-07-12
1
-0
/
+6
*
test for repace outside of list
Stefan Kögl
2013-07-12
1
-1
/
+4
*
add test for replaceing whole document by "add"
Stefan Kögl
2013-07-12
1
-0
/
+6
*
refactor type check
Stefan Kögl
2013-07-12
1
-4
/
+5
*
add various tests
Stefan Kögl
2013-07-12
1
-0
/
+32
*
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
*
test equality of patch operations to other objs
Stefan Kögl
2013-07-12
1
-0
/
+6
*
simplify equality comparison
Stefan Kögl
2013-07-12
1
-4
/
+2
[prev]
[next]