summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| | | | | | | | https://mail.python.org/pipermail/python-ideas/2013-October/023733.html
| * Fix broken test for Python 2.xAlexander Shorin2013-10-281-0/+6
| | | | | | | | | | | | | | Fun fact: for Python 3.x you don't need to explicitly implement __ne__ method if __eq__ exists, but you have do this for 2.x or your objects may be equal and non-equal at the same time. Seems like, before refactoring, operator.eq had used right logic.
| * 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 typo
| * 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
|
* refactor equality comparisonStefan Kögl2013-07-121-4/+11
|
* Merge branch 'master' of github.com:stefankoegl/python-json-patchStefan Kögl2013-07-125-28/+78
|\
| * don't include not implemented methods in coverageStefan Kögl2013-07-111-0/+3
| |
| * test some invalid inputsStefan Kögl2013-07-111-0/+17
| |
| * test __str__() and to_string()Stefan Kögl2013-07-111-0/+7
| |
| * exclude compatibility code from coverage calculationStefan Kögl2013-07-111-0/+1
| |
| * remove unused parameter to JsonPointer.to_last()Stefan Kögl2013-07-111-1/+1
| |
| * add test for comparing patches to other typesStefan Kögl2013-07-091-0/+7
| |
| * rework coverage calculation for coveralls.ioStefan Kögl2013-07-084-27/+42
| |
* | bump version to 1.1v1.1Stefan Kögl2013-06-271-1/+1
|/
* add William Kral to AUTHORSStefan Kögl2013-06-271-0/+1
|
* Fixed replacing whole documentWilliam Kral2013-06-232-0/+8
| | | | | | | | - json pointer to_last operation returns None for the part in the case that it is a whole document pointer - json patch now checks to see if the part is None and simply returns the value to replace the document - Added a test to verify the fix
* README: add link to docsStefan Kögl2013-04-141-0/+1
|
* add documentationStefan Kögl2013-04-146-0/+505
|
* add support for Python 3.3 and PyPyStefan Kögl2013-04-131-0/+2
|