summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix broken install via pip, fixes #12testStefan Kögl2013-01-031-0/+1
|
* Mention external tests in README.mdStefan Kögl2012-12-301-0/+6
|
* ext tests w/o result check if no exceptions raisedStefan Kögl2012-12-211-1/+5
|
* skip disabled external testsStefan Kögl2012-12-211-0/+4
|
* "add" op should overwrite existing field in objStefan Kögl2012-12-211-3/+0
|
* add missing assert in test_append()Stefan Kögl2012-12-171-0/+1
|
* remove duplicate raise statementStefan Kögl2012-12-171-1/+0
|
* add MANITFEST.in to include requirements.txtStefan Kögl2012-12-171-0/+1
|
* update spec draft number to 08Stefan Kögl2012-12-141-1/+1
|
* bump version to 0.11v0.11Stefan Kögl2012-12-142-3/+3
|
* remove Python 2.5 compatabilityStefan Kögl2012-12-143-20/+5
|
* add simplejson as a requirement for Python 2.5Stefan Kögl2012-12-141-0/+1
|
* fix exception handling for Python 2.5Stefan Kögl2012-12-141-2/+7
|
* script for running external tests from a json fileStefan Kögl2012-12-142-21/+129
|
* various smaller bugfixesStefan Kögl2012-12-141-3/+9
|
* fix test run in travis buildStefan Kögl2012-12-141-1/+1
|
* fix incorrect JsonPatch.__hash__(), fixes #11Stefan Kögl2012-12-142-8/+20
|
* use from/path instead of path/to for move, copyStefan Kögl2012-12-142-8/+29
|
* updated old spec draft number in README.mdStefan Kögl2012-12-021-1/+1
|
* bump version to 0.9v0.9Stefan Kögl2012-11-261-1/+1
|
* install jsonpointer in setup.py (fixes #10)Stefan Kögl2012-11-261-1/+1
|
* bump version to 0.8v0.8Stefan Kögl2012-11-151-3/+4
|
* add coverage to testsStefan Kögl2012-11-151-3/+42
|
* install dependencies in .travis.ymlStefan Kögl2012-11-151-0/+2
|
* use jsonpointer, update to current spec draftStefan Kögl2012-11-153-49/+41
|
* Update README.mdStefan Kögl2012-11-111-5/+6
|
* enable automatic builds on travis-ci.orgStefan Kögl2012-11-111-0/+8
|
* rename README => README.mdStefan Kögl2012-11-111-0/+0
|
* bump version to 0.7v0.7Stefan Kögl2012-10-051-1/+1
|
* Merge pull request #9 from kxepal/masterStefan Kögl2012-10-041-2/+7
|\ | | | | Fix compatibility with Python 3.x
| * Fix compatibility with Python 3.xAlexander Shorin2012-10-051-2/+7
|/
* bump version to 0.6, support for draft 5v0.6Stefan Kögl2012-09-281-2/+2
| | | | http://tools.ietf.org/html/draft-ietf-appsawg-json-patch-05
* implement __has__, __eq__ for JsonPatch, PatchOperationStefan Kögl2012-09-282-0/+39
|
* use new (more verbose) syntax from spec draft 5Stefan Kögl2012-09-282-50/+59
|
* bump version to 0.5v0.5Stefan Kögl2012-09-171-1/+1
| | | | | | Changes * add "copy" operation * negative "test" operation raises JsonPatchTestFailed exception
* update "test" behaviour according to latest specStefan Kögl2012-09-173-6/+45
|
* "copy" operation should copy by value, not by reference, fixes #8Stefan Kögl2012-09-142-1/+13
|
* add "copy" operation, fixes #7Stefan Kögl2012-09-112-1/+25
|
* add ref to current spec also to READMEStefan Kögl2012-09-051-1/+1
|
* ref current spec, add its new test caseStefan Kögl2012-09-052-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.4Stefan Kögl2012-07-181-1/+1
| | | | | Changes: * https://github.com/stefankoegl/python-json-patch/issues/4
* Add forgotten test case.Alexander Shorin2012-07-151-0/+7
|
* Fix issue #4.Alexander Shorin2012-07-151-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.3Stefan Kögl2012-06-221-1/+1
|
* match multi-line docstring for packageStefan Kögl2012-06-221-1/+1
| | | | package docstring was "broken" after a1729beaa196b65ddcbaa78dcc28c89db724603d
* bump version to 0.3 (0.2 was uploaded previously)Stefan Kögl2012-06-221-1/+1
|
* fix doc typosStefan Kögl2012-06-221-1/+1
|
* bump version to 0.2Stefan Kögl2012-06-221-1/+1
|
* git ignore setuptools filesStefan Kögl2012-06-221-0/+2
|
* update AUTHORSStefan Kögl2012-06-221-0/+2
|