<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-json-pointer.git, branch v1.4</title>
<subtitle>github.com: stefankoegl/python-json-pointer.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/'/>
<entry>
<title>bump version to 1.4</title>
<updated>2014-07-03T19:58:15+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2014-07-03T19:58:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=34073e561261cb413b9bdff5beac31b070d98ea2'/>
<id>34073e561261cb413b9bdff5beac31b070d98ea2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Setup] use utf-8 explicitly in setup.py, fixes #8</title>
<updated>2014-06-30T20:37:26+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2014-06-30T20:37:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=ffcafea3a18b34d203f3262150fb0fd48ae67c0c'/>
<id>ffcafea3a18b34d203f3262150fb0fd48ae67c0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #7 from alexsdutton/patch-1</title>
<updated>2014-03-30T08:49:03+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2014-03-30T08:49:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=b94324408a73a2cdedefcb324a87a45f2e9baebf'/>
<id>b94324408a73a2cdedefcb324a87a45f2e9baebf</id>
<content type='text'>
JsonPointer.from_parts should handle the empty path</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
JsonPointer.from_parts should handle the empty path</pre>
</div>
</content>
</entry>
<entry>
<title>Calculate path properly when self.parts == [].</title>
<updated>2014-03-26T14:48:56+00:00</updated>
<author>
<name>Alexander Dutton</name>
<email>alexander.dutton@it.ox.ac.uk</email>
</author>
<published>2014-03-26T14:48:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=85620b0255b0680ce35c6a1b37385d054cfc99d4'/>
<id>85620b0255b0680ce35c6a1b37385d054cfc99d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added tests for round-tripping pointers from paths to parts</title>
<updated>2014-03-26T14:48:32+00:00</updated>
<author>
<name>Alexander Dutton</name>
<email>alexander.dutton@it.ox.ac.uk</email>
</author>
<published>2014-03-26T14:48:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=1ed957b1e4ea6206f94830b30882de83b34ee935'/>
<id>1ed957b1e4ea6206f94830b30882de83b34ee935</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>JsonPointer.from_parts should handle the empty path</title>
<updated>2014-03-26T14:30:17+00:00</updated>
<author>
<name>Alexander Dutton</name>
<email>dev@alexdutton.co.uk</email>
</author>
<published>2014-03-26T14:30:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=95a5b4672a60ecf298ea86ef501550fb0c032d52'/>
<id>95a5b4672a60ecf298ea86ef501550fb0c032d52</id>
<content type='text'>
[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.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[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.</pre>
</div>
</content>
</entry>
<entry>
<title>fix doctest for Python 3</title>
<updated>2014-03-22T17:59:18+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2014-03-22T17:55:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=ac7c86e1bc35ba3e22bf5e68945d2c9316b754f9'/>
<id>ac7c86e1bc35ba3e22bf5e68945d2c9316b754f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump version to 1.3</title>
<updated>2014-03-22T17:52:22+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2014-03-22T17:52:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=856c7a6dd796ac01385034fd4ee538b362ec44e1'/>
<id>856c7a6dd796ac01385034fd4ee538b362ec44e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add JsonPointer.path and JsonPointer.from_parts</title>
<updated>2014-03-22T17:50:02+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2014-03-22T17:48:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=dba7c666e8828bab08d1687e9264bcc9e803ee25'/>
<id>dba7c666e8828bab08d1687e9264bcc9e803ee25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump version to 1.2</title>
<updated>2014-03-22T13:10:19+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2014-02-20T19:10:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=28ee1bb93c8ec323a061a34e74d1882def3bea80'/>
<id>28ee1bb93c8ec323a061a34e74d1882def3bea80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
