summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* use unicode literals and update testsStefan Kögl2013-04-132-4/+8
|
* bump version to 1.0v1.0Stefan Kögl2013-04-031-1/+1
|
* require jsonpointer>=1.0Stefan Kögl2013-04-031-1/+1
|
* mention RFC 6902Stefan Kögl2013-04-032-4/+2
|
* allow replacing the root of the documentStefan Kögl2013-04-031-5/+19
| | | | | This fixes the test from https://github.com/json-patch/json-patch-tests/commit/4db5098183c0e1d706b4525
* bump version to 0.12v0.12Stefan Kögl2013-01-031-1/+1
|
* 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
|