<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/dnspython.git, branch lifetime_timeout</title>
<subtitle>github.com: rthalley/dnspython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/'/>
<entry>
<title>Test LifeTimeout and NoNameservers excetpions.</title>
<updated>2021-05-01T21:20:45+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2021-05-01T21:20:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=f4f8d2aee6b56a1d93a1667887ea555c923ff958'/>
<id>f4f8d2aee6b56a1d93a1667887ea555c923ff958</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>If a message handler returned None, do not yield it to the caller.</title>
<updated>2021-05-01T21:19:16+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2021-05-01T21:19:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=3deb941a5434a35a8ba81b6cee006677d9d566dc'/>
<id>3deb941a5434a35a8ba81b6cee006677d9d566dc</id>
<content type='text'>
This is a bit cleaner than yielding it and having the caller throw an
exception trying to treat it as a message.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a bit cleaner than yielding it and having the caller throw an
exception trying to treat it as a message.
</pre>
</div>
</content>
</entry>
<entry>
<title>Return error trace in LifetimeTimeout</title>
<updated>2021-04-24T18:04:28+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2021-04-24T18:04:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=1f8b41a9e2144c714d865b2f9c4a78eccaa122dd'/>
<id>1f8b41a9e2144c714d865b2f9c4a78eccaa122dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add entries to the resolution errors list in a few error cases that were omitted.</title>
<updated>2021-04-23T22:26:33+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2021-04-23T22:26:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=59f5b365e62a37565eb7dead521d82604b208334'/>
<id>59f5b365e62a37565eb7dead521d82604b208334</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new test data to manifest</title>
<updated>2021-04-22T12:31:34+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2021-04-22T12:31:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=bcc5ebd67cc8876d79ab6ba981c2daa9859dd769'/>
<id>bcc5ebd67cc8876d79ab6ba981c2daa9859dd769</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 #659 from bwelling/svcb-updates</title>
<updated>2021-04-22T12:29:07+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2021-04-22T12:29:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=daa54eae7124ed1a5eca9020ec04339a441098e7'/>
<id>daa54eae7124ed1a5eca9020ec04339a441098e7</id>
<content type='text'>
Update SVCB to the current spec.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update SVCB to the current spec.</pre>
</div>
</content>
</entry>
<entry>
<title>Update SVCB to the current spec.</title>
<updated>2021-04-22T00:22:40+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2021-04-22T00:22:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=ab1d7e1078dc8449366d28bc6f5d33121902d067'/>
<id>ab1d7e1078dc8449366d28bc6f5d33121902d067</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix repr() of GSS-TSIG key [Issue #657]</title>
<updated>2021-04-17T13:57:31+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2021-04-17T13:57:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=a5bc3b32311f4cb70b31909b36f4c8bbfa7040c2'/>
<id>a5bc3b32311f4cb70b31909b36f4c8bbfa7040c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>no codecov</title>
<updated>2021-04-16T21:27:43+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2021-04-16T21:27:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=fdd998ad2053528cc7763292366cf03c76ede193'/>
<id>fdd998ad2053528cc7763292366cf03c76ede193</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>finish fixing nanonameserver handle(), and test it before committing :)</title>
<updated>2021-04-14T16:09:12+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2021-04-14T16:09:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=2376133c4b17ec68b8c312f71dff2bebd5e20e38'/>
<id>2376133c4b17ec68b8c312f71dff2bebd5e20e38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
