| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bump version to 1.2v1.2 | Stefan Kögl | 2014-02-20 | 1 | -1/+1 |
| | | |||||
| * | fix string formatting in assert statement | Stefan Kögl | 2013-11-22 | 1 | -1/+1 |
| | | |||||
| * | fix typo in setup.py | Stefan Kögl | 2013-10-28 | 1 | -1/+1 |
| | | | | | | Thanks to Kieran Spear <kispear@gmail.com> for reporting this in https://github.com/stefankoegl/python-json-patch/pull/17 | ||||
| * | add links to README.md | Stefan Kögl | 2013-10-13 | 1 | -0/+3 |
| | | |||||
| * | add MANIFEST.in | Stefan Kögl | 2013-10-13 | 1 | -0/+4 |
| | | |||||
| * | add comments to commandline doc | Stefan Kögl | 2013-10-12 | 1 | -1/+10 |
| | | |||||
| * | add "jsonpointer" commandline utility | Stefan Kögl | 2013-10-12 | 4 | -0/+85 |
| | | |||||
| * | add missing AUTHORS | Stefan Kögl | 2013-09-22 | 1 | -0/+2 |
| | | |||||
| * | Support for set_pointer and indexing arbitrary objects via ↵ | Christopher J. White | 2013-09-22 | 3 | -7/+185 |
| | | | | | __getitem__/__setitem__ | ||||
| * | refactor type checkbaserock/morph | Stefan Kögl | 2013-07-11 | 1 | -5/+4 |
| | | |||||
| * | add tests for JsonPointer.to_last() | Stefan Kögl | 2013-07-11 | 1 | -0/+19 |
| | | |||||
| * | remove unused param of to_last() | Stefan Kögl | 2013-07-11 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | show pypi information in README | Stefan Kögl | 2013-07-07 | 1 | -1/+1 |
| | | |||||
| * | show coverage status in README | Stefan Kögl | 2013-07-07 | 1 | -1/+1 |
| | | |||||
| * | remove some code from coverage calculation | Stefan Kögl | 2013-07-07 | 1 | -0/+15 |
| | | |||||
| * | move coverage code from tests.py to makefile | Stefan Kögl | 2013-07-07 | 2 | -29/+19 |
| | | |||||
| * | add coveralls support to .travis.yml | Stefan Kögl | 2013-07-07 | 1 | -4/+9 |
| | | |||||
| * | add doctests for pairwise(iter) | Stefan Kögl | 2013-07-06 | 1 | -1/+11 |
| | | |||||
| * | mention supported Python versions in docs | Stefan Kögl | 2013-04-13 | 1 | -1/+2 |
| | | |||||
| * | Drop support for Python 2.5 | Stefan Kögl | 2013-04-13 | 1 | -1/+0 |
| | | |||||
| * | also target Python 3.3 and PyPy | Stefan Kögl | 2013-04-13 | 1 | -0/+2 |
| | | |||||
| * | 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 | 2 | -7/+10 |
| | | |||||
| * | README: add link to docs | Stefan Kögl | 2013-04-13 | 1 | -0/+1 |
| | | |||||
| * | add some documentation | Stefan Kögl | 2013-04-13 | 7 | -0/+478 |
| | | |||||
| * | ignore *.swp and files generated during packaging | Stefan Kögl | 2013-04-13 | 1 | -0/+3 |
| | | |||||
| * | bump version to 1.0v1.0 | Stefan Kögl | 2013-04-03 | 1 | -1/+1 |
| | | |||||
| * | mention RFC 6901 | Stefan Kögl | 2013-04-03 | 2 | -4/+2 |
| | | |||||
| * | 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 | 3 | -4/+40 |
| | | |||||
| * | 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 installing when not in source directory, fixes #3 | Stefan Kögl | 2012-12-16 | 1 | -1/+4 |
| | | |||||
| * | fix validation of array indices | Stefan Kögl | 2012-12-14 | 1 | -1/+4 |
| | | |||||
| * | fix running tests during travis build | Stefan Kögl | 2012-12-14 | 1 | -1/+1 |
| | | |||||
| * | remove JsonPointer.set() to avoid duplicate code w/ python-json-patch | Stefan Kögl | 2012-12-10 | 1 | -74/+0 |
| | | | | | | json-patch (https://github.com/stefankoegl/python-json-patch/) should be used for modifying JSON documents | ||||
| * | proper array index validation (dash, unsigned int) | Stefan Kögl | 2012-12-10 | 1 | -3/+8 |
| | | | | | | | | | | | | | | | | | According to the spec http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-06 o If the currently referenced value is a JSON array, the reference token MUST contain either: * characters that represent an unsigned base-10 integer value (possibly with leading zeros), making the new referenced value the array element with the zero-based index identified by the token, or * exactly the single character "-", making the new referenced value the (non-existant) member after the last array element. | ||||
| * | 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 |
| | | |||||
| * | add JsonPointer.to_last() for use in jsonpatch | Stefan Kögl | 2012-11-15 | 1 | -5/+30 |
| | | |||||
| * | reduce verbosity of test runs | Stefan Kögl | 2012-11-15 | 1 | -1/+1 |
| | | |||||
| * | Update README.md | Stefan Kögl | 2012-11-11 | 1 | -6/+3 |
| | | |||||
| * | rename README => README.md | Stefan Kögl | 2012-11-11 | 1 | -0/+0 |
| | | |||||
| * | Update README | Stefan Kögl | 2012-11-11 | 1 | -2/+6 |
| | | |||||
| * | remove currently unsupported Python 3.3 from .travis.yml | Stefan Kögl | 2012-11-11 | 1 | -1/+0 |
| | | |||||
