<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-json-patch.git, branch v1.5</title>
<subtitle>github.com: stefankoegl/python-json-patch.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-patch.git/'/>
<entry>
<title>bump version to 1.5</title>
<updated>2014-03-22T18:14:21+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2014-03-22T18:11:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-patch.git/commit/?id=48010acda5d19ebe516de1c3b68643c9ea5f8045'/>
<id>48010acda5d19ebe516de1c3b68643c9ea5f8045</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix test for Python 3</title>
<updated>2014-03-22T18:06:46+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2014-03-22T18:06:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-patch.git/commit/?id=81d7d5072ed4cea6eeb60ceb6f5073408c674a03'/>
<id>81d7d5072ed4cea6eeb60ceb6f5073408c674a03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix make_patch where obj keys contain "/", fixes #26</title>
<updated>2014-03-22T18:02:29+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2014-03-22T18:02:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-patch.git/commit/?id=ef515dc850012384d7ab98dd35968657a34cc227'/>
<id>ef515dc850012384d7ab98dd35968657a34cc227</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump jsonpointer to current 1.2</title>
<updated>2014-03-22T10:50:52+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2014-03-22T10:50:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-patch.git/commit/?id=44b4ca8e60143b6518ecfd9f0fa2832c62e0ce8d'/>
<id>44b4ca8e60143b6518ecfd9f0fa2832c62e0ce8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimize jsonpatch.make_patch for lists. Fixes #24</title>
<updated>2014-03-22T10:37:30+00:00</updated>
<author>
<name>Alexander Shorin</name>
<email>kxepal@gmail.com</email>
</author>
<published>2014-03-22T09:40:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-patch.git/commit/?id=cc7bda313ec4a8353f9e00d088fc4f64b9ff1ea9'/>
<id>cc7bda313ec4a8353f9e00d088fc4f64b9ff1ea9</id>
<content type='text'>
This optimization tries to work only with really different lists
subsequences and trying to preserve as much as possible common ones.
This reduces overall of generated operations since now it's possible
to simple insertions. Also, it converts pairs of remove-add operations
into single replace (if target path is the same) or move (if target
value is the same).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This optimization tries to work only with really different lists
subsequences and trying to preserve as much as possible common ones.
This reduces overall of generated operations since now it's possible
to simple insertions. Also, it converts pairs of remove-add operations
into single replace (if target path is the same) or move (if target
value is the same).
</pre>
</div>
</content>
</entry>
<entry>
<title>add trove classifiers</title>
<updated>2014-03-09T13:47:33+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2014-03-09T13:47:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-patch.git/commit/?id=d65bd3ef3d7b1440713ec41ca568af5dd3807ba4'/>
<id>d65bd3ef3d7b1440713ec41ca568af5dd3807ba4</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 #20 from zigg/master</title>
<updated>2014-02-05T18:41:34+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2014-02-05T18:41:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-patch.git/commit/?id=bdcfb262a9333139201c8fcda99d0388bcb1a06e'/>
<id>bdcfb262a9333139201c8fcda99d0388bcb1a06e</id>
<content type='text'>
add in-place patching and patch read from stdin.  enables use of</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add in-place patching and patch read from stdin.  enables use of</pre>
</div>
</content>
</entry>
<entry>
<title>note why we use the same directory</title>
<updated>2014-02-05T02:11:49+00:00</updated>
<author>
<name>Matt Behrens</name>
<email>matt@zigg.com</email>
</author>
<published>2014-02-05T02:11:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-patch.git/commit/?id=d0ec2690b47e3f674f997b8093f839e92d0111a6'/>
<id>d0ec2690b47e3f674f997b8093f839e92d0111a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add commentary and replace tabs with spaces</title>
<updated>2014-02-05T01:29:47+00:00</updated>
<author>
<name>Matt Behrens</name>
<email>matt@zigg.com</email>
</author>
<published>2014-02-05T01:29:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-patch.git/commit/?id=506730a1be916711b8f5a34a2a9cc11f6cc09e45'/>
<id>506730a1be916711b8f5a34a2a9cc11f6cc09e45</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 #22 from umago/keyerror</title>
<updated>2014-02-03T18:44:16+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2014-02-03T18:44:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-patch.git/commit/?id=8f7854fbc29fbb88d9627fe8695cd319713e6165'/>
<id>8f7854fbc29fbb88d9627fe8695cd319713e6165</id>
<content type='text'>
Catch KeyError when accessing the sub-doc items</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Catch KeyError when accessing the sub-doc items</pre>
</div>
</content>
</entry>
</feed>
