| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | script for running external tests from a json file | Stefan Kögl | 2012-12-14 | 2 | -21/+129 |
| | | |||||
| * | various smaller bugfixes | Stefan Kögl | 2012-12-14 | 1 | -3/+9 |
| | | |||||
| * | fix test run in travis build | Stefan Kögl | 2012-12-14 | 1 | -1/+1 |
| | | |||||
| * | fix incorrect JsonPatch.__hash__(), fixes #11 | Stefan Kögl | 2012-12-14 | 2 | -8/+20 |
| | | |||||
| * | use from/path instead of path/to for move, copy | Stefan Kögl | 2012-12-14 | 2 | -8/+29 |
| | | |||||
| * | updated old spec draft number in README.md | Stefan Kögl | 2012-12-02 | 1 | -1/+1 |
| | | |||||
| * | bump version to 0.9v0.9 | Stefan Kögl | 2012-11-26 | 1 | -1/+1 |
| | | |||||
| * | install jsonpointer in setup.py (fixes #10) | Stefan Kögl | 2012-11-26 | 1 | -1/+1 |
| | | |||||
| * | bump version to 0.8v0.8 | Stefan Kögl | 2012-11-15 | 1 | -3/+4 |
| | | |||||
| * | add coverage to tests | Stefan Kögl | 2012-11-15 | 1 | -3/+42 |
| | | |||||
| * | install dependencies in .travis.yml | Stefan Kögl | 2012-11-15 | 1 | -0/+2 |
| | | |||||
| * | use jsonpointer, update to current spec draft | Stefan Kögl | 2012-11-15 | 3 | -49/+41 |
| | | |||||
| * | Update README.md | Stefan Kögl | 2012-11-11 | 1 | -5/+6 |
| | | |||||
| * | enable automatic builds on travis-ci.org | Stefan Kögl | 2012-11-11 | 1 | -0/+8 |
| | | |||||
| * | rename README => README.md | Stefan Kögl | 2012-11-11 | 1 | -0/+0 |
| | | |||||
| * | bump version to 0.7v0.7 | Stefan Kögl | 2012-10-05 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #9 from kxepal/master | Stefan Kögl | 2012-10-04 | 1 | -2/+7 |
| |\ | | | | | Fix compatibility with Python 3.x | ||||
| | * | Fix compatibility with Python 3.x | Alexander Shorin | 2012-10-05 | 1 | -2/+7 |
| |/ | |||||
| * | bump version to 0.6, support for draft 5v0.6 | Stefan Kögl | 2012-09-28 | 1 | -2/+2 |
| | | | | | http://tools.ietf.org/html/draft-ietf-appsawg-json-patch-05 | ||||
| * | implement __has__, __eq__ for JsonPatch, PatchOperation | Stefan Kögl | 2012-09-28 | 2 | -0/+39 |
| | | |||||
| * | use new (more verbose) syntax from spec draft 5 | Stefan Kögl | 2012-09-28 | 2 | -50/+59 |
| | | |||||
| * | bump version to 0.5v0.5 | Stefan Kögl | 2012-09-17 | 1 | -1/+1 |
| | | | | | | | Changes * add "copy" operation * negative "test" operation raises JsonPatchTestFailed exception | ||||
| * | update "test" behaviour according to latest spec | Stefan Kögl | 2012-09-17 | 3 | -6/+45 |
| | | |||||
| * | "copy" operation should copy by value, not by reference, fixes #8 | Stefan Kögl | 2012-09-14 | 2 | -1/+13 |
| | | |||||
| * | add "copy" operation, fixes #7 | Stefan Kögl | 2012-09-11 | 2 | -1/+25 |
| | | |||||
| * | add ref to current spec also to README | Stefan Kögl | 2012-09-05 | 1 | -1/+1 |
| | | |||||
| * | ref current spec, add its new test case | Stefan Kögl | 2012-09-05 | 2 | -1/+11 |
| | | | | | | | | | the updated spec [1] didn't change anything that would make a new version of python-json-patch necessary. This commit only updates the reference to the current version, and adds a new example [1] http://tools.ietf.org/html/draft-ietf-appsawg-json-patch-03 | ||||
| * | bump version to 0.4v0.4 | Stefan Kögl | 2012-07-18 | 1 | -1/+1 |
| | | | | | | Changes: * https://github.com/stefankoegl/python-json-patch/issues/4 | ||||
| * | Add forgotten test case. | Alexander Shorin | 2012-07-15 | 1 | -0/+7 |
| | | |||||
| * | Fix issue #4. | Alexander Shorin | 2012-07-15 | 1 | -12/+15 |
| | | | | | Patch creation from diff of two JSON documents was able to produce invalid instance if there was need to add more than 1 array element. In this situation, elements been tryed be added since higher index that is far outside of target. That's correct order if we removing array elements (from higher index to lower one), but we should add elements in reversed order (from lower index to higher). | ||||
| * | really fix multi-line package doc-stringv0.3 | Stefan Kögl | 2012-06-22 | 1 | -1/+1 |
| | | |||||
| * | match multi-line docstring for package | Stefan Kögl | 2012-06-22 | 1 | -1/+1 |
| | | | | | package docstring was "broken" after a1729beaa196b65ddcbaa78dcc28c89db724603d | ||||
| * | bump version to 0.3 (0.2 was uploaded previously) | Stefan Kögl | 2012-06-22 | 1 | -1/+1 |
| | | |||||
| * | fix doc typos | Stefan Kögl | 2012-06-22 | 1 | -1/+1 |
| | | |||||
| * | bump version to 0.2 | Stefan Kögl | 2012-06-22 | 1 | -1/+1 |
| | | |||||
| * | git ignore setuptools files | Stefan Kögl | 2012-06-22 | 1 | -0/+2 |
| | | |||||
| * | update AUTHORS | Stefan Kögl | 2012-06-22 | 1 | -0/+2 |
| | | |||||
