<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/dnspython.git/dns/zone.py, branch parser</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>simplify TTL check when reading a zone file</title>
<updated>2020-06-17T20:16:45+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-06-17T20:16:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/dnspython.git/commit/?id=0c8d04a89cbebf83994ba27c5223170bcc86dbac'/>
<id>0c8d04a89cbebf83994ba27c5223170bcc86dbac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unneeded exception catching from rhs setting in $GENERATE code (cut-and-paste issue)</title>
<updated>2020-06-17T19:04:13+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-06-17T19:03:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/dnspython.git/commit/?id=54ae9aaa727c809d2d0650ec4d3086617e33122b'/>
<id>54ae9aaa727c809d2d0650ec4d3086617e33122b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor Python 3 cleanups.</title>
<updated>2020-06-03T22:56:58+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2020-06-03T22:56:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/dnspython.git/commit/?id=cc55d17f5478751da21a7b325b2b46e8d94d8ffb'/>
<id>cc55d17f5478751da21a7b325b2b46e8d94d8ffb</id>
<content type='text'>
Classes inherit from object by default; there's no need to explicitly
include this.

Replace super(Foo, self) with super().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Classes inherit from object by default; there's no need to explicitly
include this.

Replace super(Foo, self) with super().
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove dns.rdata{type,class}.to_enum.</title>
<updated>2020-05-21T17:53:24+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2020-05-21T17:53:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/dnspython.git/commit/?id=a1cddfabca128d326b5e6b6eaab21dff7d2b5bcc'/>
<id>a1cddfabca128d326b5e6b6eaab21dff7d2b5bcc</id>
<content type='text'>
These methods (which convert a str/int into an enum/int) shouldn't be
commonly used by external code, so don't need to exist at the module
level.  The make() method on the enum class (renamed from to_enum()) can
still be used, and the internal callers have been updated to use it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These methods (which convert a str/int into an enum/int) shouldn't be
commonly used by external code, so don't need to exist at the module
level.  The make() method on the enum class (renamed from to_enum()) can
still be used, and the internal callers have been updated to use it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify exception handling.</title>
<updated>2020-05-20T22:52:25+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2020-05-20T22:52:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/dnspython.git/commit/?id=7e7f8d76cd2dc4a23d12cb26551968a7ac67271a'/>
<id>7e7f8d76cd2dc4a23d12cb26551968a7ac67271a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Start converting rdatatype/rdataclass to enum.</title>
<updated>2020-05-18T17:25:11+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2020-05-18T17:25:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/dnspython.git/commit/?id=65e107bd0d43a90b0d0d016b594f6587e2875132'/>
<id>65e107bd0d43a90b0d0d016b594f6587e2875132</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>flake8 linting</title>
<updated>2020-05-15T21:35:22+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-05-15T21:35:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/dnspython.git/commit/?id=7142bffa710d5f3d1818fd51a52eb165da695095'/>
<id>7142bffa710d5f3d1818fd51a52eb165da695095</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix documentation typos.</title>
<updated>2020-05-11T16:03:46+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2020-05-11T16:03:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/dnspython.git/commit/?id=f9cb271ba05007d693d3ed86b71a680599b5a46e'/>
<id>f9cb271ba05007d693d3ed86b71a680599b5a46e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>more documentation</title>
<updated>2020-05-09T20:30:45+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-05-09T20:30:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/dnspython.git/commit/?id=d85b31d8be47bd7d8cfa67f7119ba833738a8038'/>
<id>d85b31d8be47bd7d8cfa67f7119ba833738a8038</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>IDNA support for zones, messages, names in rdata, rrsets, and rdatasets.</title>
<updated>2020-05-03T21:49:55+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-05-03T21:49:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/dnspython.git/commit/?id=f721d7b85d488327699e4cd0e71693dc8eb0f12e'/>
<id>f721d7b85d488327699e4cd0e71693dc8eb0f12e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
