summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bump version to 0.2v0.2Stefan Kögl2011-09-171-1/+1
|
* add Byron Ruth to authors fileStefan Kögl2011-09-171-0/+1
|
* Remove unused `location' variableByron Ruth2011-09-171-1/+0
|
* Add JsonPatchConflict for patch conflictsByron Ruth2011-09-161-7/+11
| | | | | | This is necessary in order to differentiate between general processing errors e.g. bad operation and conflicts between the patch and the state of the data the patch is being applied to.
* compatibility with Python 2.6+ and Python 3.xv0.1Stefan Kögl2011-06-231-2/+3
|
* add test.py to run doctestsStefan Kögl2011-06-202-0/+44
|
* add shortcut jsonpatch.apply_patch(doc, patch)Stefan Kögl2011-06-201-0/+12
|
* initial commitStefan Kögl2011-06-186-0/+294