| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Raise TypeError instead of AssertionError | Alexander Shorin | 2013-11-12 | 1 | -11/+6 | |
| | | | ||||||
| | * | Use reversed(range) is recommended over range with negative step | Alexander Shorin | 2013-11-12 | 1 | -2/+1 | |
| | | | | | | | | | https://mail.python.org/pipermail/python-ideas/2013-October/023733.html | |||||
| | * | Fix broken test for Python 2.x | Alexander Shorin | 2013-10-28 | 1 | -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.x | Alexander Shorin | 2013-10-28 | 1 | -3/+3 | |
| | | | ||||||
| | * | Remove useless iterations | Alexander Shorin | 2013-10-28 | 1 | -9/+18 | |
| | | | ||||||
| | * | Raise pylint score from 6.87 to 9.10 | Alexander Shorin | 2013-10-28 | 1 | -51/+62 | |
| | | | ||||||
| * | | Merge pull request #17 from conkiztador/entry_poimts | Stefan Kögl | 2013-10-28 | 1 | -1/+1 | |
| |\ \ | |/ |/| | Fix setup.py entry_poimts typo | |||||
| | * | Fix setup.py entry_poimts typo | Kieran Spear | 2013-10-28 | 1 | -1/+1 | |
| |/ | ||||||
| * | add link to Coveralls in README.md | Stefan Kögl | 2013-10-13 | 1 | -0/+1 | |
| | | ||||||
| * | remove trailing whitespace in README.md | Stefan Kögl | 2013-10-13 | 1 | -1/+1 | |
| | | ||||||
| * | add links to README.md | Stefan Kögl | 2013-10-13 | 1 | -0/+2 | |
| | | ||||||
| * | bump version to 1.3v1.3 | Stefan Kögl | 2013-10-13 | 1 | -1/+1 | |
| | | ||||||
| * | add AUTHORS file to MANIFEST.in | Stefan Kögl | 2013-10-13 | 1 | -0/+1 | |
| | | ||||||
| * | typo | Stefan Kögl | 2013-10-12 | 1 | -1/+1 | |
| | | ||||||
| * | add empty _static dir to avoid docs warning | Stefan Kögl | 2013-10-12 | 1 | -0/+0 | |
| | | ||||||
| * | add docs for commandline utilities | Stefan Kögl | 2013-10-12 | 2 | -0/+111 | |
| | | ||||||
| * | include README.md, tests.py, ext_tests.py in tarball (fixes #16) | Stefan Kögl | 2013-10-12 | 1 | -0/+3 | |
| | | ||||||
| * | add "jsonpatch" commandline utility | Stefan Kögl | 2013-10-11 | 2 | -1/+44 | |
| | | ||||||
| * | add "jsondiff" commandline utility | Stefan Kögl | 2013-10-11 | 2 | -0/+44 | |
| | | ||||||
| * | bump version to 1.2v1.2 | Stefan Kögl | 2013-10-09 | 1 | -1/+1 | |
| | | ||||||
| * | handle duplicate JSON keys only when possible | Stefan Kögl | 2013-10-09 | 2 | -3/+24 | |
| | | ||||||
| * | exception if patch has multiple "op"s | Stefan Kögl | 2013-10-09 | 2 | -2/+21 | |
| | | ||||||
| * | include license in tarball (fixes #16) | Stefan Kögl | 2013-09-26 | 1 | -0/+1 | |
| | | ||||||
| * | add coverage, downloads, version to READMEbaserock/morph | Stefan Kögl | 2013-07-14 | 1 | -1/+1 | |
| | | ||||||
| * | refactor tpye check | Stefan Kögl | 2013-07-12 | 1 | -4/+5 | |
| | | ||||||
| * | add test for replacing missing obj | Stefan Kögl | 2013-07-12 | 1 | -0/+6 | |
| | | ||||||
| * | test for repace outside of list | Stefan Kögl | 2013-07-12 | 1 | -1/+4 | |
| | | ||||||
| * | add test for replaceing whole document by "add" | Stefan Kögl | 2013-07-12 | 1 | -0/+6 | |
| | | ||||||
| * | refactor type check | Stefan Kögl | 2013-07-12 | 1 | -4/+5 | |
| | | ||||||
| * | add various tests | Stefan Kögl | 2013-07-12 | 1 | -0/+32 | |
| | | ||||||
| * | fix pointer containment comparison | Stefan Kögl | 2013-07-12 | 1 | -1/+1 | |
| | | ||||||
| * | catch correct exception | Stefan Kögl | 2013-07-12 | 1 | -1/+1 | |
| | | ||||||
| * | fix JsonPatch.__eq__(other) for Python 3 | Stefan Kögl | 2013-07-12 | 1 | -1/+1 | |
| | | ||||||
| * | test equality of patch operations to other objs | Stefan Kögl | 2013-07-12 | 1 | -0/+6 | |
| | | ||||||
| * | simplify equality comparison | Stefan Kögl | 2013-07-12 | 1 | -4/+2 | |
| | | ||||||
| * | refactor equality comparison | Stefan Kögl | 2013-07-12 | 1 | -4/+11 | |
| | | ||||||
| * | Merge branch 'master' of github.com:stefankoegl/python-json-patch | Stefan Kögl | 2013-07-12 | 5 | -28/+78 | |
| |\ | ||||||
| | * | don't include not implemented methods in coverage | Stefan Kögl | 2013-07-11 | 1 | -0/+3 | |
| | | | ||||||
| | * | test some invalid inputs | Stefan Kögl | 2013-07-11 | 1 | -0/+17 | |
| | | | ||||||
| | * | test __str__() and to_string() | Stefan Kögl | 2013-07-11 | 1 | -0/+7 | |
| | | | ||||||
| | * | exclude compatibility code from coverage calculation | Stefan Kögl | 2013-07-11 | 1 | -0/+1 | |
| | | | ||||||
| | * | remove unused parameter to JsonPointer.to_last() | Stefan Kögl | 2013-07-11 | 1 | -1/+1 | |
| | | | ||||||
| | * | add test for comparing patches to other types | Stefan Kögl | 2013-07-09 | 1 | -0/+7 | |
| | | | ||||||
| | * | rework coverage calculation for coveralls.io | Stefan Kögl | 2013-07-08 | 4 | -27/+42 | |
| | | | ||||||
| * | | bump version to 1.1v1.1 | Stefan Kögl | 2013-06-27 | 1 | -1/+1 | |
| |/ | ||||||
| * | add William Kral to AUTHORS | Stefan Kögl | 2013-06-27 | 1 | -0/+1 | |
| | | ||||||
| * | Fixed replacing whole document | William Kral | 2013-06-23 | 2 | -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 docs | Stefan Kögl | 2013-04-14 | 1 | -0/+1 | |
| | | ||||||
| * | add documentation | Stefan Kögl | 2013-04-14 | 6 | -0/+505 | |
| | | ||||||
| * | add support for Python 3.3 and PyPy | Stefan Kögl | 2013-04-13 | 1 | -0/+2 | |
| | | ||||||
