Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix invalid escape sequence (#50) | Stefan Kögl | 2022-04-10 | 1 | -1/+1 |
| | |||||
* | Add join method and / operator | Ben Kehoe | 2022-02-20 | 1 | -0/+36 |
| | |||||
* | Add __str__ and __repr__ methods | Ben Kehoe | 2022-02-20 | 1 | -0/+44 |
| | |||||
* | Support setting - for arrays | Ben Kehoe | 2022-02-20 | 1 | -0/+11 |
| | |||||
* | Add test for get_parts (new method) | Peterlits Zo | 2021-10-31 | 1 | -1/+22 |
| | |||||
* | Perform input validation in JsonPoinervalidation | Stefan Kögl | 2017-10-29 | 1 | -0/+6 |
| | |||||
* | Merge branch 'broad-exception-handling' of ↵ | Stefan Kögl | 2017-09-10 | 1 | -27/+71 |
|\ | | | | | | | https://github.com/thekafkaf/python-json-pointer into thekafkaf-broad-exception-handling | ||||
| * | Using the same handling for the case in which the doc is a mapping or an ↵ | kafkaf- | 2014-11-14 | 1 | -1/+2 |
| | | | | | | | | object that support __getitem__(but not a sequence), Updated the tests | ||||
| * | Removed the setUpClass method to support py26 | kafkaf- | 2014-11-14 | 1 | -41/+39 |
| | | |||||
| * | Removed unrelated changes to the contains method, reverted the exception handle | kafkaf- | 2014-11-14 | 1 | -1/+0 |
| | | |||||
| * | Catching a broad exception to ensure the return of the default, added tests, ↵ | kafkaf- | 2014-11-05 | 1 | -4/+50 |
| | | | | | | | | fixed a bug where obj.contains(obj) returned false, added test case | ||||
* | | Fix Tests for Python 3.2 | Stefan Kögl | 2015-05-07 | 1 | -1/+3 |
| | | |||||
* | | Fix UnicodeEncodeError with non-ASCII paths, fixes #18 | Stefan Kögl | 2015-05-07 | 1 | -0/+1 |
| | | |||||
* | | Fix contains unexpected false return | kafkaf- | 2014-11-14 | 1 | -5/+13 |
|/ | |||||
* | Added tests for round-tripping pointers from paths to parts | Alexander Dutton | 2014-03-26 | 1 | -0/+22 |
| | |||||
* | Support for set_pointer and indexing arbitrary objects via ↵ | Christopher J. White | 2013-09-22 | 1 | -1/+109 |
| | | | | __getitem__/__setitem__ | ||||
* | add tests for JsonPointer.to_last() | Stefan Kögl | 2013-07-11 | 1 | -0/+19 |
| | |||||
* | add test for out-of-bounds error | Stefan Kögl | 2013-07-11 | 1 | -0/+4 |
| | |||||
* | add test for JsonPointer.contains(other) | Stefan Kögl | 2013-07-11 | 1 | -1/+10 |
| | |||||
* | add test for invalid list index | Stefan Kögl | 2013-07-11 | 1 | -1/+6 |
| | |||||
* | add test for pointer string not starting with / | Stefan Kögl | 2013-07-11 | 1 | -0/+10 |
| | |||||
* | add test for comparing a pointer to another object | Stefan Kögl | 2013-07-07 | 1 | -0/+3 |
| | |||||
* | move coverage code from tests.py to makefile | Stefan Kögl | 2013-07-07 | 1 | -29/+2 |
| | |||||
* | unambiguous array indices make pointers comparable | Stefan Kögl | 2013-01-06 | 1 | -1/+20 |
| | |||||
* | reduce verbosity of test runs | Stefan Kögl | 2012-11-15 | 1 | -1/+1 |
| | |||||
* | update jsonpointer to current spec | Stefan Kögl | 2012-11-08 | 1 | -1/+9 |
| | | | | http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-05 | ||||
* | Fix compatibility with Python 2.5. | Alexander Shorin | 2012-09-12 | 1 | -5/+5 |
| | | | | | Emulate next(b, None) through for loop with single round. There wasn't print_function, while it really doesn't needed. | ||||
* | update jsonpointer to current specv0.3 | Stefan Kögl | 2012-09-07 | 1 | -0/+35 |
| | | | | http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-04 | ||||
* | initial commit | Stefan Kögl | 2011-07-31 | 1 | -0/+44 |