<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-json-pointer.git/tests.py, branch v1.11</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>Merge branch 'broad-exception-handling' of https://github.com/thekafkaf/python-json-pointer into thekafkaf-broad-exception-handling</title>
<updated>2017-09-10T15:39:34+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2017-09-10T15:39:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=1bb180f33504bfbd0b54616208e9ace727506b0d'/>
<id>1bb180f33504bfbd0b54616208e9ace727506b0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Tests for Python 3.2</title>
<updated>2015-05-07T15:48:58+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2015-05-07T15:48:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=b5b68df09212b9c3285d464cf188b1ea486bb0a7'/>
<id>b5b68df09212b9c3285d464cf188b1ea486bb0a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix UnicodeEncodeError with non-ASCII paths, fixes #18</title>
<updated>2015-05-07T15:44:30+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2015-05-07T15:44:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=56a06e5a9bbdc2a5ba6be2dab2e0e05767599e66'/>
<id>56a06e5a9bbdc2a5ba6be2dab2e0e05767599e66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix contains unexpected false return</title>
<updated>2014-11-14T20:00:17+00:00</updated>
<author>
<name>kafkaf-</name>
<email>thekafkaf@gmail.com</email>
</author>
<published>2014-11-10T20:15:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=d3966dd34c681a5e1c790ca212a020d83bca26ac'/>
<id>d3966dd34c681a5e1c790ca212a020d83bca26ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Using the same handling for the case in which the doc is a mapping or an object that support __getitem__(but not a sequence), Updated the tests</title>
<updated>2014-11-14T14:18:39+00:00</updated>
<author>
<name>kafkaf-</name>
<email>thekafkaf@gmail.com</email>
</author>
<published>2014-11-14T14:18:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=4c5cb493f2a8e41fd05b9b25df419701e215812a'/>
<id>4c5cb493f2a8e41fd05b9b25df419701e215812a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed the setUpClass method to support py26</title>
<updated>2014-11-14T14:06:20+00:00</updated>
<author>
<name>kafkaf-</name>
<email>thekafkaf@gmail.com</email>
</author>
<published>2014-11-14T14:06:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=8a371c786fc77139be2a325c05e0a5c95ea83246'/>
<id>8a371c786fc77139be2a325c05e0a5c95ea83246</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unrelated changes to the contains method, reverted the exception handle</title>
<updated>2014-11-14T14:05:00+00:00</updated>
<author>
<name>kafkaf-</name>
<email>thekafkaf@gmail.com</email>
</author>
<published>2014-11-14T14:05:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=ec26151db15c241e29c7730dc12657434370ff67'/>
<id>ec26151db15c241e29c7730dc12657434370ff67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Catching a broad exception to ensure the return of the default, added tests, fixed a bug where obj.contains(obj) returned false, added test case</title>
<updated>2014-11-05T21:06:31+00:00</updated>
<author>
<name>kafkaf-</name>
<email>thekafkaf@gmail.com</email>
</author>
<published>2014-11-05T21:06:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=4dc82340e04f1f445e072952ec03a3e9f544bc66'/>
<id>4dc82340e04f1f445e072952ec03a3e9f544bc66</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>Support for set_pointer and indexing arbitrary objects via __getitem__/__setitem__</title>
<updated>2013-09-22T13:48:43+00:00</updated>
<author>
<name>Christopher J. White</name>
<email>chris@grierwhite.com</email>
</author>
<published>2013-09-21T17:19:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=19f9f2152480c72e0f83f48930088bd22f1eded5'/>
<id>19f9f2152480c72e0f83f48930088bd22f1eded5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
