<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/dnspython.git/dns/zone.py, branch rrset-reader</title>
<subtitle>github.com: rthalley/dnspython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/dnspython.git/'/>
<entry>
<title>Fix #698 and #702, problems caused by _cmp() giving the wrong</title>
<updated>2021-10-11T22:01:03+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2021-10-10T23:53:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/dnspython.git/commit/?id=51a96a2e2c80aaf81229ce01e3f74a15d67f7ef9'/>
<id>51a96a2e2c80aaf81229ce01e3f74a15d67f7ef9</id>
<content type='text'>
result in certain comparisons of rdata with relative and absolute
names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
result in certain comparisons of rdata with relative and absolute
names.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add want_origin parameter to zone to_text() and to_file().</title>
<updated>2021-06-13T21:50:13+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2021-06-13T21:50:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/dnspython.git/commit/?id=5a9f9497ee379d1f58cf521d623fb9ebbc23ce17'/>
<id>5a9f9497ee379d1f58cf521d623fb9ebbc23ce17</id>
<content type='text'>
[Issue #654]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[Issue #654]
</pre>
</div>
</content>
</entry>
<entry>
<title>Lint pass</title>
<updated>2021-05-03T00:12:38+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2021-05-03T00:12:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/dnspython.git/commit/?id=2d6630c50663e9cd55d7485642bac2eda02e96a0'/>
<id>2d6630c50663e9cd55d7485642bac2eda02e96a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add custome exceptions.</title>
<updated>2021-02-25T20:47:02+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2021-02-25T20:47:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/dnspython.git/commit/?id=79d16e7e8845dd8ae9d824d511a7b9c48090bb08'/>
<id>79d16e7e8845dd8ae9d824d511a7b9c48090bb08</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 tests.</title>
<updated>2021-02-25T18:43:05+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2021-02-25T18:43:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/dnspython.git/commit/?id=2647d7037dd5b6db2a876cc157432213c779b98f'/>
<id>2647d7037dd5b6db2a876cc157432213c779b98f</id>
<content type='text'>
zone.compute_digest() didn't actually work.  It does now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
zone.compute_digest() didn't actually work.  It does now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Checkpoint ZONEMD support.</title>
<updated>2021-02-24T18:15:46+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2021-02-24T18:15:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/dnspython.git/commit/?id=41056eeb7430e54f42d67fd5019a76fe97df049c'/>
<id>41056eeb7430e54f42d67fd5019a76fe97df049c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make `name in zone` consistent with `zone[name]`</title>
<updated>2021-02-16T22:21:13+00:00</updated>
<author>
<name>kimbo</name>
<email>kimballleavitt@gmail.com</email>
</author>
<published>2021-02-16T22:21:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/dnspython.git/commit/?id=7d4d4715b5ebbe01cc4e4a0da662116263d747b1'/>
<id>7d4d4715b5ebbe01cc4e4a0da662116263d747b1</id>
<content type='text'>
specifically, allow name to be a str, and raise a KeyError if name
cannot be converted into a dns.name.Name
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
specifically, allow name to be a str, and raise a KeyError if name
cannot be converted into a dns.name.Name
</pre>
</div>
</content>
</entry>
<entry>
<title>add effective origin to origin_information()</title>
<updated>2020-08-20T12:17:30+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-08-20T12:17:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/dnspython.git/commit/?id=e2888f116e0c98748f63044e9801acd0d18defd5'/>
<id>e2888f116e0c98748f63044e9801acd0d18defd5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Txns and txn managers have a single RdataClass</title>
<updated>2020-08-19T23:46:30+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-08-19T23:46:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/dnspython.git/commit/?id=264668a768904855e8c230860ebcb127c04e5256'/>
<id>264668a768904855e8c230860ebcb127c04e5256</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename masterfile to zonefile</title>
<updated>2020-08-19T23:14:24+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-08-19T23:14:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/dnspython.git/commit/?id=bccfd05f2b89adcb379fcebb7d0c4140aca4a6fb'/>
<id>bccfd05f2b89adcb379fcebb7d0c4140aca4a6fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
