summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #96 from gdraynz/replace-array-indexerrorStefan Kögl2020-01-282-1/+6
|\ \ | |/ |/|
| * Ensure an item is within the upper array boundaries before replacing itGuillaume Desvé2019-05-162-1/+6
* | Merge pull request #104 from cclauss/patch-1Stefan Kögl2019-11-132-9/+7
|\ \
| * | fixup! setup.py: Add Python 3.8 and remove 3.4Christian Clauss2019-11-091-2/+2
| * | Travis CI: Add Python 3.8 production releaseChristian Clauss2019-11-091-7/+5
|/ /
* | Merge pull request #100 from stefankoegl/python-3.8v1.24Stefan Kögl2019-07-282-1/+4
|\ \
| * | Support Python 3.7, test with Python 3.8 devStefan Kögl2019-07-282-1/+4
|/ /
* | Merge pull request #99 from itkach/masterStefan Kögl2019-07-282-2/+11
|\ \ | |/ |/|
| * bump versionIgor Tkach2019-07-221-1/+1
| * Merge tag 'v1.23'Igor Tkach2019-07-221-1/+1
| |\
| | * Bump version to 1.23v1.23Stefan Kögl2018-04-021-1/+1
| * | Fix move for numeric dictionary keys (issue #97)Igor Tkach2019-06-282-1/+10
|/ /
* | Merge pull request #89 from guillp/patch-1Stefan Kögl2018-08-011-3/+8
|\ \ | |/ |/|
| * better exception when unable to fully resolve a jsonpointer on add or replace...Guillaume Pujol2018-07-171-3/+8
|/
* Merge pull request #75 from stefankoegl/jsonptrStefan Kögl2018-04-022-3/+34
|\
| * Expect path/from attributes also as JsonPoiner instances (#60)jsonptrStefan Kögl2017-12-032-3/+34
* | Add project URLs to setup.pyStefan Kögl2018-04-021-0/+8
* | Bump version to 1.22v1.22Stefan Kögl2018-04-021-1/+1
* | Add tests.js to MANIFEST.in, fixes #82Stefan Kögl2018-03-111-0/+1
* | Merge pull request #81 from hugovk/rm-3.3Stefan Kögl2018-01-168-13/+12
|\ \
| * | Update badges and fix typosHugo2018-01-161-3/+9
| * | Remove ununsed imports and variablesHugo2018-01-165-7/+1
| * | Drop support for EOL Python 3.3Hugo2018-01-163-3/+2
|/ /
* | Bump version to 1.21v1.21Stefan Kögl2017-12-301-1/+1
* | Merge pull request #77 from ostackbrian/issue-76Stefan Kögl2017-12-302-3/+16
|\ \ | |/ |/|
| * Remove extraneous 'value' field for op:remove (#76)Brian Rosmaita2017-12-042-3/+16
|/
* Remove broken badges from READMEStefan Kögl2017-11-251-1/+1
* Update ext_tests.py for current versions of coverageStefan Kögl2017-11-251-9/+10
* Add test case for issue reported in #41Stefan Kögl2017-11-251-0/+10
* Add test case for issue reported in #74Stefan Kögl2017-11-251-0/+11
* Bump version to 1.20v1.20Stefan Kögl2017-11-251-1/+1
* Disable tests for Python 2.6Stefan Kögl2017-11-251-1/+0
* Deploy to PyPI from Travis-CIStefan Kögl2017-11-251-0/+14
* Reformat .travis.ymlStefan Kögl2017-11-251-15/+15
* Merge branch 'jsondiff'Stefan Kögl2017-11-253-290/+318
|\
| * Merge branch 'master' into jsondiffStefan Kögl2017-11-254-30/+6
| |\
| * | Show coverage report after testsjsondiffStefan Kögl2017-10-291-1/+2
| * | Fix unicode dict keys in Python 2Stefan Kögl2017-09-101-0/+2
| * | Improve optimizationsStefan Kögl2017-09-102-6/+22
| * | Code styleStefan Kögl2017-09-101-13/+30
| * | Rename old{path,key} to from_{path,key}Stefan Kögl2017-09-101-18/+18
| * | Simplify compatibility codeStefan Kögl2017-09-101-18/+7
| * | Redefine _compare_info class as DiffBuilderStefan Kögl2017-09-101-98/+98
| * | Break long linesStefan Kögl2017-09-101-6/+30
| * | Merge _op_base classes into PatchOperation classesStefan Kögl2017-09-101-112/+113
| * | Re-enable previously disabled optimization testsStefan Kögl2017-09-101-6/+2
| * | Remove re-creation of no-optimization patchStefan Kögl2017-09-101-12/+1
| * | Drop in patch creation from jsondiffStefan Kögl2017-09-101-263/+256
| * | Remove support for Python 3.2Stefan Kögl2017-09-102-2/+0
* | | Merge branch 'jsonload-no-override'Stefan Kögl2017-11-251-2/+2
|\ \ \ | |_|/ |/| |