<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-json-pointer.git, branch v0.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 0.4</title>
<updated>2012-11-08T15:06:25+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2012-11-08T14:56:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=0babb1456d9e6c9e9fb2e9e9129973ab1795b0e4'/>
<id>0babb1456d9e6c9e9fb2e9e9129973ab1795b0e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update jsonpointer to current spec</title>
<updated>2012-11-08T14:55:45+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2012-11-08T14:55:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=16d29f8fa10664a92f27b47d617260f0e5d13b9a'/>
<id>16d29f8fa10664a92f27b47d617260f0e5d13b9a</id>
<content type='text'>
http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-05
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-05
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2 from kxepal/master</title>
<updated>2012-09-12T13:39:40+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2012-09-12T13:39:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=97a06ecb9dde82bd54dc269052841035ca2a1390'/>
<id>97a06ecb9dde82bd54dc269052841035ca2a1390</id>
<content type='text'>
Compatibility fixes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Compatibility fixes</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test for Jython2.5.</title>
<updated>2012-09-12T04:50:54+00:00</updated>
<author>
<name>Alexander Shorin</name>
<email>kxepal@gmail.com</email>
</author>
<published>2012-09-12T04:50:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=e82fa8aa37b33a1daf477224a3b85e6fda68f2b6'/>
<id>e82fa8aa37b33a1daf477224a3b85e6fda68f2b6</id>
<content type='text'>
It doesn't respect this key order while others do.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It doesn't respect this key order while others do.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compatibility with Python 3.x.</title>
<updated>2012-09-12T04:41:10+00:00</updated>
<author>
<name>Alexander Shorin</name>
<email>kxepal@gmail.com</email>
</author>
<published>2012-09-12T04:41:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=43234d598d1d72faf0bd266cf2422f0c948e6384'/>
<id>43234d598d1d72faf0bd266cf2422f0c948e6384</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compatibility with Python 2.5.</title>
<updated>2012-09-12T04:34:45+00:00</updated>
<author>
<name>Alexander Shorin</name>
<email>kxepal@gmail.com</email>
</author>
<published>2012-09-12T04:34:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=aef6313b049b08f08dd48eb6173fcb1eb63f8bcf'/>
<id>aef6313b049b08f08dd48eb6173fcb1eb63f8bcf</id>
<content type='text'>
Emulate next(b, None) through  for loop with single round.
There wasn't print_function, while it really doesn't needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Emulate next(b, None) through  for loop with single round.
There wasn't print_function, while it really doesn't needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Stefan, would you mind if I fix your name?(:</title>
<updated>2012-09-12T04:16:54+00:00</updated>
<author>
<name>Alexander Shorin</name>
<email>kxepal@gmail.com</email>
</author>
<published>2012-09-12T04:16:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=a2c3bc2de1a8f315f9b21e0846c17d92864c525c'/>
<id>a2c3bc2de1a8f315f9b21e0846c17d92864c525c</id>
<content type='text'>
$ python3.2 jsonpointer.py
  File "jsonpointer.py", line 37
SyntaxError: (unicode error) 'utf-8' codec can't decode byte 0xf6 in position 0: invalid start byte
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
$ python3.2 jsonpointer.py
  File "jsonpointer.py", line 37
SyntaxError: (unicode error) 'utf-8' codec can't decode byte 0xf6 in position 0: invalid start byte
</pre>
</div>
</content>
</entry>
<entry>
<title>update jsonpointer to current spec</title>
<updated>2012-09-07T09:25:32+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2012-09-07T09:25:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=3fadd63a77c7074fa7a4cd6bc04b0c34891a0d64'/>
<id>3fadd63a77c7074fa7a4cd6bc04b0c34891a0d64</id>
<content type='text'>
http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-04
</pre>
</div>
</content>
</entry>
<entry>
<title>bump version to 0.2</title>
<updated>2011-08-23T15:37:16+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2011-08-23T15:37:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=c446946cd179bc2bcfb79699e454519ade1d94c6'/>
<id>c446946cd179bc2bcfb79699e454519ade1d94c6</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.set() method, fix #1</title>
<updated>2011-08-19T18:00:40+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2011-08-19T18:00:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=6532817abd4957ca24598e4905806517f7ec53ea'/>
<id>6532817abd4957ca24598e4905806517f7ec53ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
