<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-json-pointer.git/tests.py, branch v2.2</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>Add test for get_parts (new method)</title>
<updated>2021-10-31T11:26:30+00:00</updated>
<author>
<name>Peterlits Zo</name>
<email>peterlitszo@outlook.com</email>
</author>
<published>2021-10-31T11:26:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=a5e9f91e59e54bf1889a7eb2bfb24539a281e181'/>
<id>a5e9f91e59e54bf1889a7eb2bfb24539a281e181</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Perform input validation in JsonPoiner</title>
<updated>2017-10-29T21:44:25+00:00</updated>
<author>
<name>Stefan Kögl</name>
<email>stefan@skoegl.net</email>
</author>
<published>2017-10-28T10:46:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-json-pointer.git/commit/?id=0d30f12f3f64dbe58bd816597856fb34d9e31fcd'/>
<id>0d30f12f3f64dbe58bd816597856fb34d9e31fcd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
