| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | use unicode literals and update tests | Stefan Kögl | 2013-04-13 | 2 | -4/+8 |
| | | |||||
| * | bump version to 1.0v1.0 | Stefan Kögl | 2013-04-03 | 1 | -1/+1 |
| | | |||||
| * | require jsonpointer>=1.0 | Stefan Kögl | 2013-04-03 | 1 | -1/+1 |
| | | |||||
| * | mention RFC 6902 | Stefan Kögl | 2013-04-03 | 2 | -4/+2 |
| | | |||||
| * | allow replacing the root of the document | Stefan Kögl | 2013-04-03 | 1 | -5/+19 |
| | | | | | | This fixes the test from https://github.com/json-patch/json-patch-tests/commit/4db5098183c0e1d706b4525 | ||||
| * | bump version to 0.12v0.12 | Stefan Kögl | 2013-01-03 | 1 | -1/+1 |
| | | |||||
| * | fix broken install via pip, fixes #12test | Stefan Kögl | 2013-01-03 | 1 | -0/+1 |
| | | |||||
| * | Mention external tests in README.md | Stefan Kögl | 2012-12-30 | 1 | -0/+6 |
| | | |||||
| * | ext tests w/o result check if no exceptions raised | Stefan Kögl | 2012-12-21 | 1 | -1/+5 |
| | | |||||
| * | skip disabled external tests | Stefan Kögl | 2012-12-21 | 1 | -0/+4 |
| | | |||||
| * | "add" op should overwrite existing field in obj | Stefan Kögl | 2012-12-21 | 1 | -3/+0 |
| | | |||||
| * | add missing assert in test_append() | Stefan Kögl | 2012-12-17 | 1 | -0/+1 |
| | | |||||
| * | remove duplicate raise statement | Stefan Kögl | 2012-12-17 | 1 | -1/+0 |
| | | |||||
| * | add MANITFEST.in to include requirements.txt | Stefan Kögl | 2012-12-17 | 1 | -0/+1 |
| | | |||||
| * | update spec draft number to 08 | Stefan Kögl | 2012-12-14 | 1 | -1/+1 |
| | | |||||
| * | bump version to 0.11v0.11 | Stefan Kögl | 2012-12-14 | 2 | -3/+3 |
| | | |||||
| * | remove Python 2.5 compatability | Stefan Kögl | 2012-12-14 | 3 | -20/+5 |
| | | |||||
| * | add simplejson as a requirement for Python 2.5 | Stefan Kögl | 2012-12-14 | 1 | -0/+1 |
| | | |||||
| * | fix exception handling for Python 2.5 | Stefan Kögl | 2012-12-14 | 1 | -2/+7 |
| | | |||||
