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
*
bump version to 0.8
v0.8
Stefan Kögl
2012-11-15
1
-3
/
+4
*
add coverage to tests
Stefan Kögl
2012-11-15
1
-3
/
+42
*
install dependencies in .travis.yml
Stefan Kögl
2012-11-15
1
-0
/
+2
*
use jsonpointer, update to current spec draft
Stefan Kögl
2012-11-15
3
-49
/
+41
*
Update README.md
Stefan Kögl
2012-11-11
1
-5
/
+6
*
enable automatic builds on travis-ci.org
Stefan Kögl
2012-11-11
1
-0
/
+8
*
rename README => README.md
Stefan Kögl
2012-11-11
1
-0
/
+0
*
bump version to 0.7
v0.7
Stefan Kögl
2012-10-05
1
-1
/
+1
*
Merge pull request #9 from kxepal/master
Stefan Kögl
2012-10-04
1
-2
/
+7
|
\
|
*
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
2
-0
/
+39
*
use new (more verbose) syntax from spec draft 5
Stefan Kögl
2012-09-28
2
-50
/
+59
*
bump version to 0.5
v0.5
Stefan Kögl
2012-09-17
1
-1
/
+1
*
update "test" behaviour according to latest spec
Stefan Kögl
2012-09-17
3
-6
/
+45
*
"copy" operation should copy by value, not by reference, fixes #8
Stefan Kögl
2012-09-14
2
-1
/
+13
*
add "copy" operation, fixes #7
Stefan Kögl
2012-09-11
2
-1
/
+25
*
add ref to current spec also to README
Stefan Kögl
2012-09-05
1
-1
/
+1
*
ref current spec, add its new test case
Stefan Kögl
2012-09-05
2
-1
/
+11
*
bump version to 0.4
v0.4
Stefan Kögl
2012-07-18
1
-1
/
+1
*
Add forgotten test case.
Alexander Shorin
2012-07-15
1
-0
/
+7
*
Fix issue #4.
Alexander Shorin
2012-07-15
1
-12
/
+15
*
really fix multi-line package doc-string
v0.3
Stefan Kögl
2012-06-22
1
-1
/
+1
*
match multi-line docstring for package
Stefan Kögl
2012-06-22
1
-1
/
+1
*
bump version to 0.3 (0.2 was uploaded previously)
Stefan Kögl
2012-06-22
1
-1
/
+1
*
fix doc typos
Stefan Kögl
2012-06-22
1
-1
/
+1
*
bump version to 0.2
Stefan Kögl
2012-06-22
1
-1
/
+1
*
git ignore setuptools files
Stefan Kögl
2012-06-22
1
-0
/
+2
*
update AUTHORS
Stefan Kögl
2012-06-22
1
-0
/
+2
*
Merge branch 'master' of https://github.com/kxepal/python-json-patch
Stefan Kögl
2012-06-22
4
-115
/
+407
|
\
|
*
Make docs be more sphnix friendly.
Alexander Shorin
2012-06-21
1
-5
/
+23
|
*
Move `make_path` logic to JsonPatch.from_diff class method. Some docstring fi...
Alexander Shorin
2012-06-21
1
-47
/
+69
|
*
Add __bool__ (__nonzero__) and __iter__ methods to JsonPatch.
Alexander Shorin
2012-06-16
1
-0
/
+35
|
*
Let apply_patch to handle patch as JSON-encoded string.
Alexander Shorin
2012-06-16
2
-2
/
+16
|
*
Add arguments description to docstrings.
Alexander Shorin
2012-06-16
1
-1
/
+24
|
*
Revert to original apply_patch() behavior and make f3f3410 changes optional.
Alexander Shorin
2012-01-05
2
-31
/
+61
|
*
Add support of Python 2.4 and 2.5 with simplejson.
Alexander Shorin
2011-12-25
2
-2
/
+28
|
*
Fix compatibility with Python 3.x
Alexander Shorin
2011-12-25
1
-1
/
+1
|
*
Convert JsonPatch instance to JSON string in nicer way.
Alexander Shorin
2011-12-25
1
-0
/
+8
|
*
Add make_patch function to generate JsonPatch by comparing of two documents.
Alexander Shorin
2011-12-25
2
-0
/
+77
|
*
Add docstrings and fix code style in favour to pylint.
Alexander Shorin
2011-12-25
1
-32
/
+39
|
*
Rework tests.
Alexander Shorin
2011-12-25
2
-99
/
+86
|
*
Do not hide any problems.
Alexander Shorin
2011-12-25
1
-16
/
+13
|
*
Reduce patch applying cost.
Alexander Shorin
2011-12-25
1
-4
/
+1
|
*
Bump supported specification version
Alexander Shorin
2011-12-25
2
-2
/
+2
|
*
Add support for test operation
Alexander Shorin
2011-12-25
1
-1
/
+30
|
*
Add support for move operation
Alexander Shorin
2011-12-25
1
-0
/
+22
|
/
*
Remove unused `location' variable
Byron Ruth
2011-09-17
1
-1
/
+0
*
Add JsonPatchConflict for patch conflicts
Byron Ruth
2011-09-16
1
-7
/
+11
*
compatibility with Python 2.6+ and Python 3.x
v0.1
Stefan Kögl
2011-06-23
1
-2
/
+3
[next]