Commit Graph

96 Commits

Author SHA1 Message Date
Stefan Kögl fa17b61923 bump version to 1.10 2015-10-28 20:06:37 +01:00
Stefan Kögl de059035de Drop support for Python 3.2
coverage.py does not support it anymore and it is not worth to work around it.
2015-10-28 20:05:54 +01:00
Stefan Kögl 309468887e Add Python 3.5 to trove classifiers 2015-10-28 20:05:40 +01:00
Stefan Kögl 9a276f9974 Add Travis tests for Python 3.5 2015-09-18 16:26:01 +02:00
Stefan Kögl cfff4f4dd4 bump version to 1.9
Previous upload to PyPI was broken.
2015-05-07 18:00:32 +02:00
Stefan Kögl be70c7bdb3 bump version to 1.8 2015-05-07 17:51:53 +02:00
Stefan Kögl b5b68df092 Fix Tests for Python 3.2 2015-05-07 17:48:58 +02:00
Stefan Kögl 56a06e5a9b Fix UnicodeEncodeError with non-ASCII paths, fixes #18 2015-05-07 17:44:30 +02:00
Stefan Kögl db861fb00e Enable container-based builds on Travis-CI 2015-04-23 22:08:43 +02:00
Stefan Kögl af04ec01a9 bump version to 1.7 2014-12-14 19:25:10 +01:00
Stefan Kögl 55e937cca6 Fix ``jsonpointer`` commandline utility (#14) 2014-12-14 19:21:22 +01:00
Stefan Kögl 69226a7ac7 bump version to 1.6 2014-11-14 21:03:11 +01:00
kafkaf- d3966dd34c Fix contains unexpected false return 2014-11-14 21:00:17 +01:00
Stefan Kögl 490c7a2514 bump version to 1.5 2014-11-03 18:48:50 +01:00
Stefan Kögl ff0fadf67b Use ABCs instead of list/dict
see https://github.com/stefankoegl/python-json-patch/issues/33
2014-11-03 18:48:31 +01:00
Stefan Kögl 7c4a5fcf15 Convert readme from markdown to rst for PyPI 2014-10-25 15:24:44 +02:00
Stefan Kögl 88a966bb22 Add support for Python 3.4, pypy3, use travis_retry
http://blog.travis-ci.com/2013-05-20-network-timeouts-build-retries/
2014-10-05 11:04:48 +02:00
Stefan Kögl 593feda08b Add dependencies for creating wheels 2014-07-03 22:12:38 +02:00
Stefan Kögl 34073e5612 bump version to 1.4 2014-07-03 21:58:15 +02:00
Stefan Kögl ffcafea3a1 [Setup] use utf-8 explicitly in setup.py, fixes #8 2014-06-30 22:37:26 +02:00
Stefan Kögl b94324408a Merge pull request #7 from alexsdutton/patch-1
JsonPointer.from_parts should handle the empty path
2014-03-30 10:49:03 +02:00
Alexander Dutton 85620b0255 Calculate path properly when self.parts == []. 2014-03-26 14:48:56 +00:00
Alexander Dutton 1ed957b1e4 Added tests for round-tripping pointers from paths to parts 2014-03-26 14:48:32 +00:00
Alexander Dutton 95a5b4672a JsonPointer.from_parts should handle the empty path
[The RFC says](http://tools.ietf.org/html/rfc6901#page-5) that the path `""` points at the original document. However, passing `[]` to `from_parts()` results in a path of `"/"` (the same as when one passes `[""]`. This makes the empty list produce a pointer for the empty path.
2014-03-26 14:30:17 +00:00
Stefan Kögl ac7c86e1bc fix doctest for Python 3 2014-03-22 18:59:18 +01:00
Stefan Kögl 856c7a6dd7 bump version to 1.3 2014-03-22 18:52:22 +01:00
Stefan Kögl dba7c666e8 add JsonPointer.path and JsonPointer.from_parts 2014-03-22 18:50:02 +01:00
Stefan Kögl 28ee1bb93c bump version to 1.2 2014-03-22 14:10:19 +01:00
Stefan Kögl 32f6363108 add trove classifiers (fixes #6) 2014-03-09 14:45:25 +01:00
Stefan Kögl 6e2016548f fix string formatting in assert statement 2013-11-22 16:22:10 +01:00
Stefan Kögl 7ae781bcc7 fix typo in setup.py
Thanks to Kieran Spear <kispear@gmail.com> for reporting this in
https://github.com/stefankoegl/python-json-patch/pull/17
2013-10-28 18:05:36 +01:00
Stefan Kögl af636e7036 add links to README.md 2013-10-13 15:30:34 +02:00
Stefan Kögl 979531d2e8 add MANIFEST.in 2013-10-13 15:09:10 +02:00
Stefan Kögl 35bf7b7061 add comments to commandline doc 2013-10-12 12:19:41 +02:00
Stefan Kögl b607526f60 add "jsonpointer" commandline utility 2013-10-12 10:24:37 +02:00
Stefan Kögl 07812c7363 add missing AUTHORS 2013-09-22 15:52:58 +02:00
Christopher J. White 19f9f21524 Support for set_pointer and indexing arbitrary objects via __getitem__/__setitem__ 2013-09-22 15:48:43 +02:00
Stefan Kögl 48dce31314 refactor type check 2013-07-11 21:50:31 +02:00
Stefan Kögl ef7a41cdce add tests for JsonPointer.to_last() 2013-07-11 21:46:18 +02:00
Stefan Kögl 03abbd77f9 remove unused param of to_last() 2013-07-11 21:10:11 +02:00
Stefan Kögl 5bf2ef97f7 add test for out-of-bounds error 2013-07-11 21:05:56 +02:00
Stefan Kögl 51cb6b6aca add test for JsonPointer.contains(other) 2013-07-11 20:22:38 +02:00
Stefan Kögl 8b2c8fe528 add test for invalid list index 2013-07-11 18:37:53 +02:00
Stefan Kögl b531ce1db6 add test for pointer string not starting with / 2013-07-11 18:25:37 +02:00
Stefan Kögl 078ed6f153 add test for comparing a pointer to another object 2013-07-07 19:25:19 +02:00
Stefan Kögl 9a0c272c76 show pypi information in README 2013-07-07 19:09:54 +02:00
Stefan Kögl 24fdb888cd show coverage status in README 2013-07-07 19:04:27 +02:00
Stefan Kögl 1b56912e68 remove some code from coverage calculation 2013-07-07 19:01:59 +02:00
Stefan Kögl faa346f16b move coverage code from tests.py to makefile 2013-07-07 18:54:15 +02:00
Stefan Kögl 8584ae9358 add coveralls support to .travis.yml 2013-07-07 18:36:16 +02:00