<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-json-patch.git, branch v112</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.12</title>
<updated>2015-11-03T19:14:30+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2015-11-03T19:14:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-patch.git/commit/?id=d877f1d95dfe878fd06da9b7be8ee0940185b7c1'/>
<id>d877f1d95dfe878fd06da9b7be8ee0940185b7c1</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 #46 from apinkney97/master, fixes #40</title>
<updated>2015-11-03T19:02:17+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2015-11-03T19:01:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-patch.git/commit/?id=46ad04c19bef126088a42d15f63d4b3f974dca15'/>
<id>46ad04c19bef126088a42d15f63d4b3f974dca15</id>
<content type='text'>
Fix bug in _split_by_common_seq using wrong range in right subtree
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix bug in _split_by_common_seq using wrong range in right subtree
</pre>
</div>
</content>
</entry>
<entry>
<title>Add failing test for #40</title>
<updated>2015-11-03T19:00:48+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2015-11-03T19:00:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-patch.git/commit/?id=2a02d21d7bf7e017376b3e6f08d38e71343f6b98'/>
<id>2a02d21d7bf7e017376b3e6f08d38e71343f6b98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug in _split_by_common_seq using wrong range in right subtree</title>
<updated>2015-11-03T17:04:12+00:00</updated>
<author>
<name>Alex Pinkney</name>
<email>alex.pinkney@geneity.co.uk</email>
</author>
<published>2015-11-03T17:04:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-patch.git/commit/?id=3f2328eb63507fe78a48c27cf677a6998f3c9f63'/>
<id>3f2328eb63507fe78a48c27cf677a6998f3c9f63</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 #43 from selurvedu/separate-tests</title>
<updated>2015-10-28T19:21:34+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2015-10-28T19:21:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-patch.git/commit/?id=99bf6166a4a52317a1a18e30b09cc1214fb46921'/>
<id>99bf6166a4a52317a1a18e30b09cc1214fb46921</id>
<content type='text'>
Allow running certain tests separately</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow running certain tests separately</pre>
</div>
</content>
</entry>
<entry>
<title>Allow running certain tests separately</title>
<updated>2015-10-24T01:55:38+00:00</updated>
<author>
<name>selurvedu</name>
<email>selurvedu@users.noreply.github.com</email>
</author>
<published>2015-08-14T15:37:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-patch.git/commit/?id=0ae80ba696ddf8dbbe23c371d30bdc8a27290720'/>
<id>0ae80ba696ddf8dbbe23c371d30bdc8a27290720</id>
<content type='text'>
E.g. `python2 -m unittest tests.MakePatchTestCase.test_objects`
or `nose tests:MakePatchTestCase.test_objects`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
E.g. `python2 -m unittest tests.MakePatchTestCase.test_objects`
or `nose tests:MakePatchTestCase.test_objects`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #45 from selurvedu/py32_coverage</title>
<updated>2015-10-22T20:16:12+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2015-10-22T20:16:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-patch.git/commit/?id=a2ba02f80838164fd822962de59afc6ec2b423f8'/>
<id>a2ba02f80838164fd822962de59afc6ec2b423f8</id>
<content type='text'>
Fix build failure on Travis CI with Python 3.2</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix build failure on Travis CI with Python 3.2</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build failure on Travis CI with Python 3.2</title>
<updated>2015-10-18T14:12:54+00:00</updated>
<author>
<name>selurvedu</name>
<email>selurvedu@users.noreply.github.com</email>
</author>
<published>2015-10-18T14:12:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-patch.git/commit/?id=70306faa2bab12ad33aae0b6d515e83170cb3608'/>
<id>70306faa2bab12ad33aae0b6d515e83170cb3608</id>
<content type='text'>
See https://bitbucket.org/ned/coveragepy/issues/407
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://bitbucket.org/ned/coveragepy/issues/407
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Travis tests for Python 3.5</title>
<updated>2015-09-18T14:27:39+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2015-09-18T14:27:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-patch.git/commit/?id=5ee8e9e3fd94647236e75436da6d917f712cc087'/>
<id>5ee8e9e3fd94647236e75436da6d917f712cc087</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.11</title>
<updated>2015-05-08T16:07:36+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2015-05-08T16:07:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-patch.git/commit/?id=dc9260e5131c5e30bba951bc8c009cd843be32a2'/>
<id>dc9260e5131c5e30bba951bc8c009cd843be32a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
