summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Optimize jsonpatch.make_patch for lists. Fixes #24Alexander Shorin2014-03-222-22/+271
* | add trove classifiersStefan Kögl2014-03-091-0/+22
* | Merge pull request #20 from zigg/masterStefan Kögl2014-02-051-4/+68
|\ \
| * | note why we use the same directoryMatt Behrens2014-02-041-1/+2
| * | add commentary and replace tabs with spacesMatt Behrens2014-02-041-3/+33
| * | add --backup flag and attempt to address various exceptions that may be raisedMatt Behrens2014-01-141-5/+25
| * | add in-place patching and patch read from stdin. enables use ofMatt Behrens2013-12-121-4/+17
* | | Merge pull request #22 from umago/keyerrorStefan Kögl2014-02-032-3/+26
|\ \ \ | |_|/ |/| |
| * | Catch KeyError when accessing the sub-doc itemsLucas Alvares Gomes2014-02-032-3/+26
|/ /
* | Merge pull request #21 from johanfforsberg/array-moveStefan Kögl2014-01-122-1/+7
|\ \ | |/ |/|
| * allow moving array items into other items in same arrayJohan Forsberg2014-01-112-1/+7
|/
* Merge pull request #19 from kxepal/pylintStefan Kögl2013-11-121-64/+77
|\
| * Fix equality tests for Python 3.xAlexander Shorin2013-11-121-1/+1
| * Keep things simpleAlexander Shorin2013-11-121-7/+1
| * Use new string formatting syntaxAlexander Shorin2013-11-121-9/+8
| * Raise TypeError instead of AssertionErrorAlexander Shorin2013-11-121-11/+6
| * Use reversed(range) is recommended over range with negative stepAlexander Shorin2013-11-121-2/+1
| * Fix broken test for Python 2.xAlexander Shorin2013-10-281-0/+6
| * Fix some pylint warnings for Python 2.xAlexander Shorin2013-10-281-3/+3
| * Remove useless iterationsAlexander Shorin2013-10-281-9/+18
| * Raise pylint score from 6.87 to 9.10Alexander Shorin2013-10-281-51/+62
* | Merge pull request #17 from conkiztador/entry_poimtsStefan Kögl2013-10-281-1/+1
|\ \ | |/ |/|
| * Fix setup.py entry_poimts typoKieran Spear2013-10-281-1/+1
|/
* add link to Coveralls in README.mdStefan Kögl2013-10-131-0/+1
* remove trailing whitespace in README.mdStefan Kögl2013-10-131-1/+1
* add links to README.mdStefan Kögl2013-10-131-0/+2
* bump version to 1.3v1.3Stefan Kögl2013-10-131-1/+1
* add AUTHORS file to MANIFEST.inStefan Kögl2013-10-131-0/+1
* typoStefan Kögl2013-10-121-1/+1
* add empty _static dir to avoid docs warningStefan Kögl2013-10-121-0/+0
* add docs for commandline utilitiesStefan Kögl2013-10-122-0/+111
* include README.md, tests.py, ext_tests.py in tarball (fixes #16)Stefan Kögl2013-10-121-0/+3
* add "jsonpatch" commandline utilityStefan Kögl2013-10-112-1/+44
* add "jsondiff" commandline utilityStefan Kögl2013-10-112-0/+44
* bump version to 1.2v1.2Stefan Kögl2013-10-091-1/+1
* handle duplicate JSON keys only when possibleStefan Kögl2013-10-092-3/+24
* exception if patch has multiple "op"sStefan Kögl2013-10-092-2/+21
* include license in tarball (fixes #16)Stefan Kögl2013-09-261-0/+1
* add coverage, downloads, version to READMEbaserock/morphStefan Kögl2013-07-141-1/+1
* refactor tpye checkStefan Kögl2013-07-121-4/+5
* add test for replacing missing objStefan Kögl2013-07-121-0/+6
* test for repace outside of listStefan Kögl2013-07-121-1/+4
* add test for replaceing whole document by "add"Stefan Kögl2013-07-121-0/+6
* refactor type checkStefan Kögl2013-07-121-4/+5
* add various testsStefan Kögl2013-07-121-0/+32
* fix pointer containment comparisonStefan Kögl2013-07-121-1/+1
* catch correct exceptionStefan Kögl2013-07-121-1/+1
* fix JsonPatch.__eq__(other) for Python 3Stefan Kögl2013-07-121-1/+1
* test equality of patch operations to other objsStefan Kögl2013-07-121-0/+6
* simplify equality comparisonStefan Kögl2013-07-121-4/+2