<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/dnspython.git/tests/test_resolver.py, branch master</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>Add make_resolver_at() and resolve_at(). (#926)</title>
<updated>2023-04-19T15:51:16+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2023-04-19T15:51:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=6daff0efc931aca94b75fadf57fcfa95da9fce1b'/>
<id>6daff0efc931aca94b75fadf57fcfa95da9fce1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add dns.resolver.resolve_name(). (#903)</title>
<updated>2023-03-11T02:12:02+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2023-03-11T02:12:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=5ee0d6714a0bc0303491a253d86146b342c27918'/>
<id>5ee0d6714a0bc0303491a253d86146b342c27918</id>
<content type='text'>
* Add dns.resolver.resolve_name().

* Add missing type annotations.

* Add async resolve_name().

* Replace List[Answer] with HostAnswers.

* Switch addresses_and_families() tuple order

* Fix comment.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add dns.resolver.resolve_name().

* Add missing type annotations.

* Add async resolve_name().

* Replace List[Answer] with HostAnswers.

* Switch addresses_and_families() tuple order

* Fix comment.</pre>
</div>
</content>
</entry>
<entry>
<title>Resolver "nameserver" object support. (#897)</title>
<updated>2023-02-25T19:43:26+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2023-02-25T19:43:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=f7daeb87eac0a2727d5366cdff02fe08843678dd'/>
<id>f7daeb87eac0a2727d5366cdff02fe08843678dd</id>
<content type='text'>
* Resolver "nameserver" object support.

This turns the list of nameserver strings in the resolver into a tuple
of nameserver objects, which abstract away making queries to a
nameserver of a given type.

The resolver's legacy nameserver list is "enriched" into a tuple of
nameserver objects whenever it is set.  Note that you cannot mutate
the object other than by setting,
e.g. res.nameservers.append("1.2.3.4") will not work.

Error message accumulation has been updated to refer to the
nameservers using a descriptive text form.

* doco fix

* more doco fixes

* do enrichment at Resolution time

* require a later mypy, fix type issues

* add nameserver doc</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Resolver "nameserver" object support.

This turns the list of nameserver strings in the resolver into a tuple
of nameserver objects, which abstract away making queries to a
nameserver of a given type.

The resolver's legacy nameserver list is "enriched" into a tuple of
nameserver objects whenever it is set.  Note that you cannot mutate
the object other than by setting,
e.g. res.nameservers.append("1.2.3.4") will not work.

Error message accumulation has been updated to refer to the
nameservers using a descriptive text form.

* doco fix

* more doco fixes

* do enrichment at Resolution time

* require a later mypy, fix type issues

* add nameserver doc</pre>
</div>
</content>
</entry>
<entry>
<title>Improve network checking [#812].</title>
<updated>2022-06-04T21:03:56+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2022-06-04T21:03:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=fa441823c45b6be90ddbf398103c357adf1e7afd'/>
<id>fa441823c45b6be90ddbf398103c357adf1e7afd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests.util.is_internet_reachable()</title>
<updated>2022-05-16T10:39:40+00:00</updated>
<author>
<name>Benjamin Drung</name>
<email>bdrung@ubuntu.com</email>
</author>
<published>2022-05-16T10:39:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=0b7f5fe05b157164d0fad543bceb483e07abffde'/>
<id>0b7f5fe05b157164d0fad543bceb483e07abffde</id>
<content type='text'>
Introduce `tests.util.is_internet_reachable` to avoid duplicate code.

Signed-off-by: Benjamin Drung &lt;bdrung@ubuntu.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduce `tests.util.is_internet_reachable` to avoid duplicate code.

Signed-off-by: Benjamin Drung &lt;bdrung@ubuntu.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>black autoformatting</title>
<updated>2022-03-15T15:37:20+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2022-03-15T15:37:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=b1d2332687adbecc0acbb4e623124f783f859d9e'/>
<id>b1d2332687adbecc0acbb4e623124f783f859d9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Try to appease older unittest</title>
<updated>2022-01-14T05:45:15+00:00</updated>
<author>
<name>Ishai</name>
<email>ishai@iThinkPad.hitronhub.home</email>
</author>
<published>2022-01-14T05:45:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=68102b6c0e82fb50add003b297aae95819812ff3'/>
<id>68102b6c0e82fb50add003b297aae95819812ff3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add resolver edns options</title>
<updated>2022-01-10T17:43:24+00:00</updated>
<author>
<name>Ishai</name>
<email>ishai@iThinkPad.hitronhub.home</email>
</author>
<published>2022-01-05T20:39:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=998cd46f33178fd4c87cb080bcd856e746179060'/>
<id>998cd46f33178fd4c87cb080bcd856e746179060</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove out-of-date comment</title>
<updated>2021-11-16T13:43:42+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2021-11-16T13:43:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=3d51bf062fc4ef245abc066dead6d3ec0f976459'/>
<id>3d51bf062fc4ef245abc066dead6d3ec0f976459</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add WMI-based method for finding resolver info on Windows.</title>
<updated>2021-11-09T15:36:30+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2021-11-09T15:36:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=23dd006a6f234949b9fb3072c00ed9b7932020ea'/>
<id>23dd006a6f234949b9fb3072c00ed9b7932020ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
