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 1.13
v1.13
Stefan Kögl
2016-02-13
1
-1
/
+1
*
Remove import of ``pudb``
Stefan Kögl
2016-02-13
1
-2
/
+0
*
Print test comments when external tests fail
Stefan Kögl
2016-02-13
1
-2
/
+5
*
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
2
-3
/
+28
*
Create "universal" wheel packages
Stefan Kögl
2016-02-13
1
-0
/
+2
*
Add encoding info to setup.py
Stefan Kögl
2016-02-13
1
-0
/
+1
*
bump version to 1.12
v1.12
v112
Stefan Kögl
2015-11-03
1
-1
/
+1
*
Merge pull request #46 from apinkney97/master, fixes #40
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
*
|
Add failing test for #40
Stefan Kögl
2015-11-03
1
-0
/
+7
|
/
*
Merge pull request #43 from selurvedu/separate-tests
Stefan Kögl
2015-10-28
1
-19
/
+19
|
\
|
*
Allow running certain tests separately
selurvedu
2015-10-24
1
-19
/
+19
|
/
*
Merge pull request #45 from selurvedu/py32_coverage
Stefan Kögl
2015-10-22
1
-0
/
+1
|
\
|
*
Fix build failure on Travis CI with Python 3.2
selurvedu
2015-10-18
1
-0
/
+1
|
/
*
Add Travis tests for Python 3.5
Stefan Kögl
2015-09-18
1
-0
/
+1
*
bump version to 1.11
v1.11
Stefan Kögl
2015-05-08
1
-1
/
+1
*
Fix tests for Python 3.2
v1.19
v1.10
Stefan Kögl
2015-05-07
1
-1
/
+1
*
bump version to 1.10
Stefan Kögl
2015-05-07
1
-1
/
+1
*
Require pypandoc instead of pandoc for setup.py
Stefan Kögl
2015-05-07
1
-1
/
+1
*
Fix make_patch with unicode paths
Stefan Kögl
2015-05-07
2
-1
/
+9
*
Enable container-based builds on Travis-CI
Stefan Kögl
2015-04-23
1
-1
/
+3
*
bump version to 1.9
v1.9
Stefan Kögl
2014-11-03
1
-1
/
+1
*
require jsonpointer>=1.5
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
*
Convert readme from markdown to rst for PyPI
Stefan Kögl
2014-10-25
2
-0
/
+10
*
Added Python 3.4 and PyPy3 to the build matrix.
Omer Katz
2014-10-05
1
-2
/
+4
*
bump version to 1.8
v1.8
Stefan Kögl
2014-09-26
1
-1
/
+1
*
Fix installation of commandline scripts (fixes #31)
Stefan Kögl
2014-09-26
1
-5
/
+0
*
raise JsonPatchException on missing patch attributes
Stefan Kögl
2014-07-03
2
-14
/
+44
*
Add wheel as dev dependency for wheel packages
Stefan Kögl
2014-07-03
1
-0
/
+1
*
bump version to 1.7
v1.7
Stefan Kögl
2014-07-03
1
-1
/
+1
*
[Setup] use utf-8 explicitly in setup.py
Stefan Kögl
2014-06-30
1
-1
/
+2
*
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
2
-1
/
+9
*
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 test for Python 3
Stefan Kögl
2014-03-22
1
-1
/
+1
*
|
fix make_patch where obj keys contain "/", fixes #26
Stefan Kögl
2014-03-22
3
-9
/
+20
*
|
bump jsonpointer to current 1.2
Stefan Kögl
2014-03-22
1
-1
/
+1
*
|
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
|
/
/
[next]