<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/dnspython.git/tests/test_resolver.py, branch legacy-v1</title>
<subtitle>github.com: rthalley/dnspython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/dnspython.git/'/>
<entry>
<title>update copyright</title>
<updated>2018-12-01T15:26:45+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2018-12-01T15:26:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=505409b970cc62bb777293671b3f943f9fa579b6'/>
<id>505409b970cc62bb777293671b3f943f9fa579b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial type signatures</title>
<updated>2018-07-31T18:10:52+00:00</updated>
<author>
<name>Janus</name>
<email>ysangkok@gmail.com</email>
</author>
<published>2018-07-23T14:11:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=5c5de7bb1ad26d6d6bb82ed2deb64748b46ac599'/>
<id>5c5de7bb1ad26d6d6bb82ed2deb64748b46ac599</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Unify PY2/3 detection</title>
<updated>2017-07-19T13:41:45+00:00</updated>
<author>
<name>Martin</name>
<email>martin.basti@gmail.com</email>
</author>
<published>2017-07-14T23:36:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=89ab9104cf1609437dd4b31c43f246e34e55ec02'/>
<id>89ab9104cf1609437dd4b31c43f246e34e55ec02</id>
<content type='text'>
dns._compat module contains constants PY2 and PY3 which should be used
for detection of python version, to have only one method and avoid
duplications
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
dns._compat module contains constants PY2 and PY3 which should be used
for detection of python version, to have only one method and avoid
duplications
</pre>
</div>
</content>
</entry>
<entry>
<title>pylint disable: keep disabled block as small as possible</title>
<updated>2017-07-14T22:58:27+00:00</updated>
<author>
<name>Martin</name>
<email>martin.basti@gmail.com</email>
</author>
<published>2017-07-14T18:40:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=1fcb5fd5018a2556ed567e6c2c55a53099463f59'/>
<id>1fcb5fd5018a2556ed567e6c2c55a53099463f59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix more latest pylint warnings.</title>
<updated>2017-05-30T19:22:54+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2017-05-30T19:22:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=587d019f5fbd98eb7d84bc0bcbf87c2b606a9df5'/>
<id>587d019f5fbd98eb7d84bc0bcbf87c2b606a9df5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump copyright</title>
<updated>2017-01-09T14:12:43+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2017-01-09T14:12:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=6b6117d6bd822cf8b8dd313687c8534e6fbc7dbb'/>
<id>6b6117d6bd822cf8b8dd313687c8534e6fbc7dbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Raise IndexError in Answer get and delete if rrset is None.</title>
<updated>2017-01-09T14:10:39+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2017-01-09T14:10:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=8c276e2536058efc28a4fc71b7306c2a069deb65'/>
<id>8c276e2536058efc28a4fc71b7306c2a069deb65</id>
<content type='text'>
Thanks to mschwager for reporting this.
[Issue #226].
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to mschwager for reporting this.
[Issue #226].
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #202 from m3047/master</title>
<updated>2016-09-19T17:06:18+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@play-bow.org</email>
</author>
<published>2016-09-19T17:06:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=b62932b1b4b687b840fcb81ae2102f472afc1913'/>
<id>b62932b1b4b687b840fcb81ae2102f472afc1913</id>
<content type='text'>
DWIMmmy</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DWIMmmy</pre>
</div>
</content>
</entry>
<entry>
<title>Try to shut up Travis.</title>
<updated>2016-09-18T15:42:55+00:00</updated>
<author>
<name>Fred Morris</name>
<email>consulting@m3047.net</email>
</author>
<published>2016-09-18T15:42:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=341444f251c3a53aa378909094603381feb51dc2'/>
<id>341444f251c3a53aa378909094603381feb51dc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests for empty answers</title>
<updated>2016-09-17T22:51:33+00:00</updated>
<author>
<name>Fred Morris</name>
<email>consulting@m3047.net</email>
</author>
<published>2016-09-17T22:51:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=9ca6e081dbc4410cb3e6409ca6ae5d41854f544a'/>
<id>9ca6e081dbc4410cb3e6409ca6ae5d41854f544a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
