<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/dnspython.git/tests/test_rdata.py, branch nanonameserver</title>
<subtitle>github.com: rthalley/dnspython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/dnspython.git/'/>
<entry>
<title>Fix type registration for singleton types.</title>
<updated>2020-05-19T17:21:53+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2020-05-19T17:21:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=a72125bc9a625c2c6cf51fb2501263f2e9a22127'/>
<id>a72125bc9a625c2c6cf51fb2501263f2e9a22127</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add IDNA codec support to tokenizer and dns.rdata.from_text()</title>
<updated>2020-05-03T14:23:54+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-05-03T14:23:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=ec3b370e5135d10e9f6eecc3c548bca834874d81'/>
<id>ec3b370e5135d10e9f6eecc3c548bca834874d81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>finish comment</title>
<updated>2020-05-03T13:59:02+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-05-03T13:59:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=e6fd55f723eccd157acbede469c49df638ec6990'/>
<id>e6fd55f723eccd157acbede469c49df638ec6990</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not double-UTF-8 encode escapes in TXT-like records. [Issue #321]</title>
<updated>2020-05-03T13:34:53+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-05-03T13:34:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=783deb045f82aa77a2229afe5001e59bbcfc553b'/>
<id>783deb045f82aa77a2229afe5001e59bbcfc553b</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.rdata.Rdata.to_generic()</title>
<updated>2020-04-21T20:04:43+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2020-04-21T20:04:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=b76e57b6000cc42795544731400d3529e78536d6'/>
<id>b76e57b6000cc42795544731400d3529e78536d6</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.rdata.Rdata.replace()</title>
<updated>2020-04-02T18:04:08+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2020-04-02T18:04:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=50752b18d423ef0755a4a08cd8ca531698c1165e'/>
<id>50752b18d423ef0755a4a08cd8ca531698c1165e</id>
<content type='text'>
Now that Rdata instances are immutable, there needs to be a way to make
a new Rdata based on an existing one.  replace() creates a clone of the
current Rdata, overriding fields with the specified parameters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that Rdata instances are immutable, there needs to be a way to make
a new Rdata based on an existing one.  replace() creates a clone of the
current Rdata, overriding fields with the specified parameters.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix tests broken by immutable rdata conversion (lists became tuples)</title>
<updated>2020-04-02T15:33:45+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-04-02T15:33:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=aa1c68c1898dd60fc86d90ea28c279c6aca39dc8'/>
<id>aa1c68c1898dd60fc86d90ea28c279c6aca39dc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve assertion checking.</title>
<updated>2020-03-18T18:26:55+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2020-03-18T18:26:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=e6798e58b4555740db4cfb43c8b9ce0d7d3416f1'/>
<id>e6798e58b4555740db4cfb43c8b9ce0d7d3416f1</id>
<content type='text'>
This replaces lots of self.assertTrue() assertions with more specific
assertions, such as replacing assertTrue(x == y) with assertEqual(x, y).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This replaces lots of self.assertTrue() assertions with more specific
assertions, such as replacing assertTrue(x == y) with assertEqual(x, y).
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: fix failUnlessRaises -&gt; assertRaises deprecation</title>
<updated>2019-10-30T23:57:57+00:00</updated>
<author>
<name>Thomas A Caswell</name>
<email>tcaswell@bnl.gov</email>
</author>
<published>2019-10-30T23:57:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=6c6fe87aa5c9c86be157cae3efb132fe48875ea4'/>
<id>6c6fe87aa5c9c86be157cae3efb132fe48875ea4</id>
<content type='text'>
failUnlessRaises was deprecated in py31
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
failUnlessRaises was deprecated in py31
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: fix unittest deprecation</title>
<updated>2019-10-30T23:54:53+00:00</updated>
<author>
<name>Thomas A Caswell</name>
<email>tcaswell@bnl.gov</email>
</author>
<published>2019-10-30T23:53:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=6db5ee1240b0d5cc060a02abe1886413ab432141'/>
<id>6db5ee1240b0d5cc060a02abe1886413ab432141</id>
<content type='text'>
failUnless was deprecated in py31
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
failUnless was deprecated in py31
</pre>
</div>
</content>
</entry>
</feed>
