<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-json-patch.git/jsonpatch.py, branch v0.7</title>
<subtitle>github.com: stefankoegl/python-json-patch.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/'/>
<entry>
<title>bump version to 0.7</title>
<updated>2012-10-05T07:14:18+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2012-10-05T07:14:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=8c434985ab76c5cea93b2bd3f5fb76e983c55719'/>
<id>8c434985ab76c5cea93b2bd3f5fb76e983c55719</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 3.x</title>
<updated>2012-10-04T20:04:34+00:00</updated>
<author>
<name>Alexander Shorin</name>
<email>kxepal@gmail.com</email>
</author>
<published>2012-10-04T20:04:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=2d67adef906b687bd4b3982416adeab13354d6c5'/>
<id>2d67adef906b687bd4b3982416adeab13354d6c5</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 0.6, support for draft 5</title>
<updated>2012-09-28T17:06:44+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2012-09-28T17:06:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=183c97af356a1cf7a4ac2b83dd2a44ff00718670'/>
<id>183c97af356a1cf7a4ac2b83dd2a44ff00718670</id>
<content type='text'>
http://tools.ietf.org/html/draft-ietf-appsawg-json-patch-05
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
http://tools.ietf.org/html/draft-ietf-appsawg-json-patch-05
</pre>
</div>
</content>
</entry>
<entry>
<title>implement __has__, __eq__ for JsonPatch, PatchOperation</title>
<updated>2012-09-28T17:06:08+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2012-09-28T17:01:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=33ad0dc629b7802fa084afa2a23a9599c224fc40'/>
<id>33ad0dc629b7802fa084afa2a23a9599c224fc40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use new (more verbose) syntax from spec draft 5</title>
<updated>2012-09-28T17:06:03+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2012-09-28T16:46:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=d935044158c3bdcd2ca1014166d7ca323cd57c27'/>
<id>d935044158c3bdcd2ca1014166d7ca323cd57c27</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 0.5</title>
<updated>2012-09-17T18:15:50+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2012-09-17T18:15:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=3ffce743189d7b925746308b5f14c2c4b6e6bc12'/>
<id>3ffce743189d7b925746308b5f14c2c4b6e6bc12</id>
<content type='text'>
Changes
* add "copy" operation
* negative "test" operation raises JsonPatchTestFailed exception
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes
* add "copy" operation
* negative "test" operation raises JsonPatchTestFailed exception
</pre>
</div>
</content>
</entry>
<entry>
<title>update "test" behaviour according to latest spec</title>
<updated>2012-09-17T18:13:01+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2012-09-17T18:13:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=d27ea8ca4595f6b7298b274aa8637fc17662c0e2'/>
<id>d27ea8ca4595f6b7298b274aa8637fc17662c0e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>"copy" operation should copy by value, not by reference, fixes #8</title>
<updated>2012-09-14T13:25:37+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2012-09-14T13:22:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=46334177e5e84b9772bb527ccea3128f6ad29dcd'/>
<id>46334177e5e84b9772bb527ccea3128f6ad29dcd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add "copy" operation, fixes #7</title>
<updated>2012-09-11T09:43:32+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2012-09-11T09:43:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=3829275ade689224dfe48ec503b9204e40a6723c'/>
<id>3829275ade689224dfe48ec503b9204e40a6723c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ref current spec, add its new test case</title>
<updated>2012-09-05T15:21:43+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2012-09-05T15:21:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-json-patch.git/commit/?id=5480cc5a8be2313a37e7cc2a1c265e91c51d86aa'/>
<id>5480cc5a8be2313a37e7cc2a1c265e91c51d86aa</id>
<content type='text'>
the updated spec [1] didn't change anything that would make a new version of
python-json-patch necessary. This commit only updates the reference to the
current version, and adds a new example

[1] http://tools.ietf.org/html/draft-ietf-appsawg-json-patch-03
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the updated spec [1] didn't change anything that would make a new version of
python-json-patch necessary. This commit only updates the reference to the
current version, and adds a new example

[1] http://tools.ietf.org/html/draft-ietf-appsawg-json-patch-03
</pre>
</div>
</content>
</entry>
</feed>
