| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version to 1.23v1.23 | Stefan Kögl | 2018-04-02 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #75 from stefankoegl/jsonptr | Stefan Kögl | 2018-04-02 | 2 | -3/+34 |
| |\ | | | | | Expect path/from attributes also as JsonPoiner instances (#60) | ||||
| | * | Expect path/from attributes also as JsonPoiner instances (#60)jsonptr | Stefan Kögl | 2017-12-03 | 2 | -3/+34 |
| | | | |||||
| * | | Add project URLs to setup.py | Stefan Kögl | 2018-04-02 | 1 | -0/+8 |
| | | | |||||
| * | | Bump version to 1.22v1.22 | Stefan Kögl | 2018-04-02 | 1 | -1/+1 |
| | | | |||||
| * | | Add tests.js to MANIFEST.in, fixes #82 | Stefan Kögl | 2018-03-11 | 1 | -0/+1 |
| | | | |||||
| * | | Merge pull request #81 from hugovk/rm-3.3 | Stefan Kögl | 2018-01-16 | 8 | -13/+12 |
| |\ \ | | | | | | | Drop support for EOL Python 3.3 | ||||
| | * | | Update badges and fix typos | Hugo | 2018-01-16 | 1 | -3/+9 |
| | | | | |||||
| | * | | Remove ununsed imports and variables | Hugo | 2018-01-16 | 5 | -7/+1 |
| | | | | |||||
| | * | | Drop support for EOL Python 3.3 | Hugo | 2018-01-16 | 3 | -3/+2 |
| |/ / | |||||
| * | | Bump version to 1.21v1.21 | Stefan Kögl | 2017-12-30 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #77 from ostackbrian/issue-76 | Stefan Kögl | 2017-12-30 | 2 | -3/+16 |
| |\ \ | |/ |/| | Remove extraneous 'value' field for op:remove (#76) | ||||
| | * | Remove extraneous 'value' field for op:remove (#76) | Brian Rosmaita | 2017-12-04 | 2 | -3/+16 |
| |/ | | | | | | | | | | | | RFC 6902 section 4.2 [0] does not define a 'value' field for the 'remove' operation. The commit "Merge _op_base classes into PatchOperation classes" [1] introduced a 'value' field in _item_removed() in the DiffBuilder class. This patch removes the 'value' field from the 'remove' operation, adds a new test, and revises some other tests. [0] https://tools.ietf.org/html/rfc6902#section-4.2 [1] https://github.com/stefankoegl/python-json-patch/commit/03aa14e8209d59522476726d55bfabf86a28929e | ||||
| * | Remove broken badges from README | Stefan Kögl | 2017-11-25 | 1 | -1/+1 |
| | | |||||
| * | Update ext_tests.py for current versions of coverage | Stefan Kögl | 2017-11-25 | 1 | -9/+10 |
| | | |||||
| * | Add test case for issue reported in #41 | Stefan Kögl | 2017-11-25 | 1 | -0/+10 |
| | | |||||
| * | Add test case for issue reported in #74 | Stefan Kögl | 2017-11-25 | 1 | -0/+11 |
| | | |||||
| * | Bump version to 1.20v1.20 | Stefan Kögl | 2017-11-25 | 1 | -1/+1 |
| | | | | | | | | The next version would have been 1.17, but a bump to 1.20 was requested per #67 to fix an issue with versioning of the Debian package https://github.com/stefankoegl/python-json-patch/issues/67 | ||||
| * | Disable tests for Python 2.6 | Stefan Kögl | 2017-11-25 | 1 | -1/+0 |
| | | | | | | This was disabled before, and was erroneously re-enabled in ae15a3be2c37e6d37286dc0e492993ebf31447c4 | ||||
| * | Deploy to PyPI from Travis-CI | Stefan Kögl | 2017-11-25 | 1 | -0/+14 |
| | | |||||
| * | Reformat .travis.yml | Stefan Kögl | 2017-11-25 | 1 | -15/+15 |
| | | |||||
| * | Merge branch 'jsondiff' | Stefan Kögl | 2017-11-25 | 3 | -290/+318 |
| |\ | |||||
| | * | Merge branch 'master' into jsondiff | Stefan Kögl | 2017-11-25 | 4 | -30/+6 |
| | |\ | |||||
| | * | | Show coverage report after testsjsondiff | Stefan Kögl | 2017-10-29 | 1 | -1/+2 |
| | | | | |||||
| | * | | Fix unicode dict keys in Python 2 | Stefan Kögl | 2017-09-10 | 1 | -0/+2 |
| | | | | |||||
| | * | | Improve optimizations | Stefan Kögl | 2017-09-10 | 2 | -6/+22 |
| | | | | |||||
| | * | | Code style | Stefan Kögl | 2017-09-10 | 1 | -13/+30 |
| | | | | |||||
| | * | | Rename old{path,key} to from_{path,key} | Stefan Kögl | 2017-09-10 | 1 | -18/+18 |
| | | | | |||||
| | * | | Simplify compatibility code | Stefan Kögl | 2017-09-10 | 1 | -18/+7 |
| | | | | |||||
| | * | | Redefine _compare_info class as DiffBuilder | Stefan Kögl | 2017-09-10 | 1 | -98/+98 |
| | | | | |||||
| | * | | Break long lines | Stefan Kögl | 2017-09-10 | 1 | -6/+30 |
| | | | | |||||
| | * | | Merge _op_base classes into PatchOperation classes | Stefan Kögl | 2017-09-10 | 1 | -112/+113 |
| | | | | |||||
| | * | | Re-enable previously disabled optimization tests | Stefan Kögl | 2017-09-10 | 1 | -6/+2 |
| | | | | |||||
| | * | | Remove re-creation of no-optimization patch | Stefan Kögl | 2017-09-10 | 1 | -12/+1 |
| | | | | |||||
| | * | | Drop in patch creation from jsondiff | Stefan Kögl | 2017-09-10 | 1 | -263/+256 |
| | | | | | | | | | | | | | https://github.com/nxsofsys/jsondiff | ||||
| | * | | Remove support for Python 3.2 | Stefan Kögl | 2017-09-10 | 2 | -2/+0 |
| | | | | |||||
| * | | | Merge branch 'jsonload-no-override' | Stefan Kögl | 2017-11-25 | 1 | -2/+2 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | Avoid overriding json.load (fixes #37)jsonload-no-override | Stefan Kögl | 2017-10-21 | 1 | -2/+2 |
| |/ / | |||||
| * | | Update supported versions in docs | Stefan Kögl | 2017-10-21 | 1 | -3/+3 |
| | | | |||||
| * | | Remove support for Python 2.6 | Stefan Kögl | 2017-10-21 | 2 | -25/+3 |
| | | | |||||
| * | | Remove support for Python 3.2 | Stefan Kögl | 2017-10-21 | 2 | -4/+0 |
| |/ | |||||
| * | Remove trailing whitespace | Stefan Kögl | 2017-09-10 | 2 | -3/+3 |
| | | |||||
| * | Merge pull request #65 from thunderstruck47/master | Stefan Kögl | 2017-09-10 | 2 | -3/+14 |
| |\ | | | | | fixing array diff bug (issue #30) | ||||
| | * | added a test case for issue #30 | thunderstruck47 | 2017-07-26 | 1 | -1/+9 |
| | | | |||||
| | * | fixing array diff bug (issue #30) | thunderstruck47 | 2017-07-26 | 1 | -2/+5 |
| | | | |||||
| * | | Merge branch 'list_tests' | Stefan Kögl | 2017-09-03 | 1 | -7/+52 |
| |\ \ | |/ |/| | |||||
| | * | Disable tests for disabled optimizations | Stefan Kögl | 2017-09-03 | 1 | -2/+6 |
| | | | |||||
| | * | Merge branch 'list_tests@v1.13' into list_tests | Stefan Kögl | 2017-09-03 | 1 | -7/+48 |
| | |\ |/ / | | | | | https://github.com/selurvedu/python-json-patch | ||||
| | * | Merge branch 'list_tests@v1.9' into list_tests@v1.13 | selurvedu | 2016-04-08 | 1 | -7/+48 |
| | |\ | | | | | | | | | | | | | Conflicts: tests.py | ||||
| | | * | Move list-related testcases into separate class | selurvedu | 2016-04-08 | 1 | -0/+4 |
| | | | | |||||
