<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/dnspython.git/tests/nanonameserver.py, branch cmp_fix</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>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>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>
<entry>
<title>fix function signature and documentation of handle() method</title>
<updated>2021-04-14T15:52:44+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2021-04-14T15:52:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=3804317b3f636a7b27edc83cfdec28a110df6335'/>
<id>3804317b3f636a7b27edc83cfdec28a110df6335</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lint nanonameserver</title>
<updated>2020-06-24T17:17:45+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-06-24T17:17:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=8901c78a32dbbbd4bd4694679443afab89ffd2f1'/>
<id>8901c78a32dbbbd4bd4694679443afab89ffd2f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cut-and-paste error.</title>
<updated>2020-06-24T17:04:24+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2020-06-24T17:04:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=8a3a3ca283521d9beb4f0081aa17c943e0dd7bfa'/>
<id>8a3a3ca283521d9beb4f0081aa17c943e0dd7bfa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Close extra UDP sockets more quickly.</title>
<updated>2020-06-24T17:01:13+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2020-06-24T17:01:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=9cfb67a66c635992de0f68f131a0756cfd95b3cf'/>
<id>9cfb67a66c635992de0f68f131a0756cfd95b3cf</id>
<content type='text'>
If any UDP sockets are left open due to the corresponding TCP ports
being in use, close them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If any UDP sockets are left open due to the corresponding TCP ports
being in use, close them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused code.</title>
<updated>2020-06-24T16:09:54+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2020-06-24T16:09:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=630f580270da66475cd8d829c4ff89c434fc194e'/>
<id>630f580270da66475cd8d829c4ff89c434fc194e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more functionality to nanonameserver.</title>
<updated>2020-06-23T23:46:48+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2020-06-23T23:46:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=167c89548218390cd1c28610bec86524a41617bc'/>
<id>167c89548218390cd1c28610bec86524a41617bc</id>
<content type='text'>
- When no port is specified, pick the same port for UDP and TCP, so that
TCP fallback can be tested.

- Change handlers to get a single Request object instead of individual
parameters.  The Request object contains the message, peer, and
connection_type previously passed, and also adds the local address and
wire format message.  Additionally, it provides convenient properties
for accessing the question.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- When no port is specified, pick the same port for UDP and TCP, so that
TCP fallback can be tested.

- Change handlers to get a single Request object instead of individual
parameters.  The Request object contains the message, peer, and
connection_type previously passed, and also adds the local address and
wire format message.  Additionally, it provides convenient properties
for accessing the question.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for TSIG on multi-message responses.</title>
<updated>2020-06-16T22:33:34+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2020-06-16T22:33:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=76d726a769f39aff45433ddea3361f2429bcc59c'/>
<id>76d726a769f39aff45433ddea3361f2429bcc59c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add nanonameserver support for TSIG.</title>
<updated>2020-06-16T20:42:09+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2020-06-16T20:42:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=a13678ed8afdaf09502abaadcfa85399e6d978f2'/>
<id>a13678ed8afdaf09502abaadcfa85399e6d978f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
