<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/dnspython.git/tests/test_edns.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>increase EDNS coverage</title>
<updated>2020-07-26T17:57:47+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-07-26T17:57:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=49beea0f67deea7f47dd3c53d753fbf84bc42979'/>
<id>49beea0f67deea7f47dd3c53d753fbf84bc42979</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.edns.register_type().</title>
<updated>2020-07-18T00:01:32+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2020-07-18T00:01:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=8669f5740c336e58aaed6e5fa9bbfdcff97fd8be'/>
<id>8669f5740c336e58aaed6e5fa9bbfdcff97fd8be</id>
<content type='text'>
This allows an application to register a custom EDNS option type.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows an application to register a custom EDNS option type.
</pre>
</div>
</content>
</entry>
<entry>
<title>more EDNS coverage</title>
<updated>2020-06-19T16:26:50+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-06-19T16:26:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=299b4ee6ac0af229d4b90dd77080bf597a11ebc5'/>
<id>299b4ee6ac0af229d4b90dd77080bf597a11ebc5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve EDNS option test coverage.</title>
<updated>2020-06-17T18:50:25+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2020-06-17T18:50:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=0bbca68e277f6dbcf0d7d6df1bdf28f4f2124f85'/>
<id>0bbca68e277f6dbcf0d7d6df1bdf28f4f2124f85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove "from __future__ import" statements.</title>
<updated>2020-05-01T18:31:23+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2020-05-01T18:31:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=44b1c3d8835c12b68571d515c43887c725c75ffa'/>
<id>44b1c3d8835c12b68571d515c43887c725c75ffa</id>
<content type='text'>
None of these are needed anymore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
None of these are needed anymore.
</pre>
</div>
</content>
</entry>
<entry>
<title>added tests for dns.edns.ECSOption.from_text()</title>
<updated>2019-10-03T19:02:21+00:00</updated>
<author>
<name>kimballo</name>
<email>kimballleavitt@gmail.com</email>
</author>
<published>2019-10-03T19:02:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=c2c488793d3c5fc43550590c139a27bbf4a36471'/>
<id>c2c488793d3c5fc43550590c139a27bbf4a36471</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The EDNS0 client-subnet code didn't work correctly for addresses that</title>
<updated>2019-05-03T15:17:54+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2019-05-03T15:17:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=f5df40956ab8c380370b66363149908e2aaa1d6d'/>
<id>f5df40956ab8c380370b66363149908e2aaa1d6d</id>
<content type='text'>
were not a multiple of 8 bits.

Instead of preserving the required number of high-order bits, it
cleared that number of low-order bits.  Thanks to Brian Wellington for
discovering this and providing the correct code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
were not a multiple of 8 bits.

Instead of preserving the required number of high-order bits, it
cleared that number of low-order bits.  Thanks to Brian Wellington for
discovering this and providing the correct code.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix coding lines broken by copyright update</title>
<updated>2018-12-01T15:49:30+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2018-12-01T15:49:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=b40011c3a3bf8bbe0a24e4a8e4931e311b487ae0'/>
<id>b40011c3a3bf8bbe0a24e4a8e4931e311b487ae0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update copyright</title>
<updated>2018-12-01T15:26:45+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2018-12-01T15:26:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=505409b970cc62bb777293671b3f943f9fa579b6'/>
<id>505409b970cc62bb777293671b3f943f9fa579b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial type signatures</title>
<updated>2018-07-31T18:10:52+00:00</updated>
<author>
<name>Janus</name>
<email>ysangkok@gmail.com</email>
</author>
<published>2018-07-23T14:11:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=5c5de7bb1ad26d6d6bb82ed2deb64748b46ac599'/>
<id>5c5de7bb1ad26d6d6bb82ed2deb64748b46ac599</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
