<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/dnspython.git/tests, branch message</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 class factory and update from_wire()</title>
<updated>2020-06-26T13:38:24+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-06-26T13:38:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=39d50fd7b63425a358bf10f886399a72b8347d02'/>
<id>39d50fd7b63425a358bf10f886399a72b8347d02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use `configure=False` in tests to skip reading /etc/resolv.conf</title>
<updated>2020-06-25T07:57:46+00:00</updated>
<author>
<name>Lumir Balhar</name>
<email>lbalhar@redhat.com</email>
</author>
<published>2020-06-25T07:51:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=1dfb5b2c26c0006e4a313a14d7aae8acc0033fcc'/>
<id>1dfb5b2c26c0006e4a313a14d7aae8acc0033fcc</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>make read_resolv_conf() tests work on win32 too</title>
<updated>2020-06-23T15:14:22+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-06-23T15:14:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=01d0de14fa5c531b3a35ad93e6a5fcd5c14c38e7'/>
<id>01d0de14fa5c531b3a35ad93e6a5fcd5c14c38e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge mostly redundant resolv.conf test into existing test</title>
<updated>2020-06-23T15:02:49+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-06-23T15:02:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=0b8f12a75826415660ef6bde30480ad69e50cbb9'/>
<id>0b8f12a75826415660ef6bde30480ad69e50cbb9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test resolv.conf settings</title>
<updated>2020-06-23T14:49:32+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-06-23T14:49:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=8a45a43d311281fb53a50e77c7f43ba39fc277fb'/>
<id>8a45a43d311281fb53a50e77c7f43ba39fc277fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
