| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump version to 1.13v1.13 | Stefan Kögl | 2017-10-26 | 1 | -1/+1 |
* | Pointers should not be assumed urlencoded, fix #22issue-22 | Stefan Kögl | 2017-10-26 | 1 | -7/+21 |
* | Bump version to 1.12v1.12 | Stefan Kögl | 2017-09-10 | 1 | -1/+1 |
* | Revert optimizations due to compatibility issues with jsonpatch | Stefan Kögl | 2017-09-10 | 1 | -87/+61 |
* | Bump version to 1.11 | Stefan Kögl | 2017-09-10 | 1 | -24/+1 |
* | Resolve merge conflicts, style issues | Stefan Kögl | 2017-09-10 | 1 | -37/+86 |
* | Merge branch 'broad-exception-handling' of https://github.com/thekafkaf/pytho... | Stefan Kögl | 2017-09-10 | 1 | -17/+13 |
|\ |
|
| * | Removed redundent assertion(part of it) | kafkaf- | 2014-11-14 | 1 | -1/+1 |
| * | Using the same handling for the case in which the doc is a mapping or an obje... | kafkaf- | 2014-11-14 | 1 | -11/+7 |
| * | Removed unrelated changes to the contains method, reverted the exception handle | kafkaf- | 2014-11-14 | 1 | -3/+2 |
| * | Catching a broad exception to ensure the return of the default, added tests, ... | kafkaf- | 2014-11-05 | 1 | -3/+4 |
* | | Merge branch 'refactoring' of https://github.com/thekafkaf/python-json-pointe... | Stefan Kögl | 2017-09-10 | 1 | -82/+77 |
|\ \ |
|
| * | | Removed redundent conts, reverted the version number, reverted formatting of ... | kafkaf- | 2014-11-10 | 1 | -7/+4 |
| * | | Revreted docstrings to pep8, added a docstring summary to pairwise, reverted ... | kafkaf- | 2014-11-10 | 1 | -38/+18 |
| * | | Refactored jsonpointer.py, added tox.ini | kafkaf- | 2014-11-05 | 1 | -83/+102 |
| |/ |
|
* | | Extract (un)escape function | Stefan Kögl | 2017-09-10 | 1 | -7/+10 |
* | | bump version to 1.10v1.10 | Stefan Kögl | 2015-10-28 | 1 | -1/+1 |
* | | bump version to 1.9v1.9 | Stefan Kögl | 2015-05-07 | 1 | -1/+1 |
* | | bump version to 1.8v1.8 | Stefan Kögl | 2015-05-07 | 1 | -1/+1 |
* | | Fix UnicodeEncodeError with non-ASCII paths, fixes #18 | Stefan Kögl | 2015-05-07 | 1 | -0/+1 |
* | | bump version to 1.7v1.7 | Stefan Kögl | 2014-12-14 | 1 | -1/+1 |
* | | bump version to 1.6v1.6 | Stefan Kögl | 2014-11-14 | 1 | -1/+1 |
* | | Fix contains unexpected false return | kafkaf- | 2014-11-14 | 1 | -3/+6 |
|/ |
|
* | bump version to 1.5v1.5abcs | Stefan Kögl | 2014-11-03 | 1 | -1/+1 |
* | Use ABCs instead of list/dict | Stefan Kögl | 2014-11-03 | 1 | -4/+9 |
* | bump version to 1.4v1.4 | Stefan Kögl | 2014-07-03 | 1 | -1/+1 |
* | Calculate path properly when self.parts == []. | Alexander Dutton | 2014-03-26 | 1 | -1/+1 |
* | JsonPointer.from_parts should handle the empty path | Alexander Dutton | 2014-03-26 | 1 | -1/+1 |
* | fix doctest for Python 3 | Stefan Kögl | 2014-03-22 | 1 | -5/+3 |
* | bump version to 1.3 | Stefan Kögl | 2014-03-22 | 1 | -1/+1 |
* | add JsonPointer.path and JsonPointer.from_parts | Stefan Kögl | 2014-03-22 | 1 | -0/+25 |
* | bump version to 1.2 | Stefan Kögl | 2014-03-22 | 1 | -1/+1 |
* | fix string formatting in assert statement | Stefan Kögl | 2013-11-22 | 1 | -1/+1 |
* | Support for set_pointer and indexing arbitrary objects via __getitem__/__seti... | Christopher J. White | 2013-09-22 | 1 | -5/+49 |
* | refactor type checkbaserock/morph | Stefan Kögl | 2013-07-11 | 1 | -5/+4 |
* | remove unused param of to_last() | Stefan Kögl | 2013-07-11 | 1 | -1/+1 |
* | add doctests for pairwise(iter) | Stefan Kögl | 2013-07-06 | 1 | -1/+11 |
* | fix unicode literal quirks in Python 3.2 | Stefan Kögl | 2013-04-13 | 1 | -4/+6 |
* | let sphinx extract version, author from source | Stefan Kögl | 2013-04-13 | 1 | -4/+4 |
* | bump version to 1.0v1.0 | Stefan Kögl | 2013-04-03 | 1 | -1/+1 |
* | mention RFC 6901 | Stefan Kögl | 2013-04-03 | 1 | -3/+1 |
* | bump version to 0.7 | Stefan Kögl | 2013-01-06 | 1 | -1/+1 |
* | unambiguous array indices make pointers comparable | Stefan Kögl | 2013-01-06 | 1 | -2/+19 |
* | no leading zeros for array indices, as of draft 08 | Stefan Kögl | 2013-01-06 | 1 | -2/+2 |
* | bump version to 0.6 | Stefan Kögl | 2012-12-20 | 1 | -3/+3 |
* | fix validation of array indices | Stefan Kögl | 2012-12-14 | 1 | -1/+4 |
* | remove JsonPointer.set() to avoid duplicate code w/ python-json-patch | Stefan Kögl | 2012-12-10 | 1 | -74/+0 |
* | proper array index validation (dash, unsigned int) | Stefan Kögl | 2012-12-10 | 1 | -3/+8 |
* | bump version to 0.5v0.5 | Stefan Kögl | 2012-11-15 | 1 | -1/+1 |
* | add JsonPointer.contains() | Stefan Kögl | 2012-11-15 | 1 | -0/+6 |