<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/dnspython.git/tests/test_resolver.py, branch processing_order_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>Apply the resolver search list, domain, and ndots settings in the same way</title>
<updated>2020-07-28T00:19:11+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-07-28T00:19:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=698e4f1c527601f2bf9ecd1d4de27cb389703ca8'/>
<id>698e4f1c527601f2bf9ecd1d4de27cb389703ca8</id>
<content type='text'>
that the BIND stub resolver library does.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
that the BIND stub resolver library does.
</pre>
</div>
</content>
</entry>
<entry>
<title>more resolver override testing</title>
<updated>2020-07-26T20:22:33+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-07-26T20:22:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=12ef3c47fa39e3bb0b5a8a2dbcd6c657d0afb16b'/>
<id>12ef3c47fa39e3bb0b5a8a2dbcd6c657d0afb16b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>more minor resolver coverage</title>
<updated>2020-07-25T13:19:07+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-07-25T13:19:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=b904694b12193a5782d5cee46dcc74d43483e1eb'/>
<id>b904694b12193a5782d5cee46dcc74d43483e1eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>more resolver coverage improvements</title>
<updated>2020-07-22T15:52:37+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-07-22T15:52:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=bd82abdf55c4df17cf7ef6a9fae216c6b0ca2133'/>
<id>bd82abdf55c4df17cf7ef6a9fae216c6b0ca2133</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make resolver use_edns() conform to its docstring; slightly improve use_edns() logic.</title>
<updated>2020-07-22T15:27:27+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-07-22T15:27:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=5be0b51417b6af26f643e24a63c27174afbd871d'/>
<id>5be0b51417b6af26f643e24a63c27174afbd871d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Answer constructor invocations that missed an API change.</title>
<updated>2020-07-22T14:27:17+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-07-22T14:27:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=9fcd82ab18d33e99d89cccf759896aa594cbdfb5'/>
<id>9fcd82ab18d33e99d89cccf759896aa594cbdfb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase branch coverage of the resolver.</title>
<updated>2020-07-22T14:25:07+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-07-22T14:25:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=e913034ba21f43b1ce5b994927e51ca79c2fb4e6'/>
<id>e913034ba21f43b1ce5b994927e51ca79c2fb4e6</id>
<content type='text'>
Speed up test resolver by around 6 seconds by mocking the clock.

Improve the cleaning test to verify that it really was cleaning that
removed the entry, and not get detecting the expiration.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Speed up test resolver by around 6 seconds by mocking the clock.

Improve the cleaning test to verify that it really was cleaning that
removed the entry, and not get detecting the expiration.
</pre>
</div>
</content>
</entry>
<entry>
<title>unify chaining code</title>
<updated>2020-07-21T14:32:27+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-07-21T14:32:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=8c63cfd484a70097312acc368f7b10d80cd5ce87'/>
<id>8c63cfd484a70097312acc368f7b10d80cd5ce87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set EDNS default payload to 1232.</title>
<updated>2020-07-21T02:52:20+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-07-21T02:52:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=58a404ab191241fd9f1237b674e44aca554da202'/>
<id>58a404ab191241fd9f1237b674e44aca554da202</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix resolver EDNS0 payload size when EDNS0 enabled by resolv.conf.</title>
<updated>2020-07-21T02:23:30+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-07-21T02:23:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=0e87e17609be89b39f287d8950ae3693ed369bc9'/>
<id>0e87e17609be89b39f287d8950ae3693ed369bc9</id>
<content type='text'>
[Issue #546]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[Issue #546]
</pre>
</div>
</content>
</entry>
</feed>
