<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/dnspython.git/tests/test_edns.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>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://git.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://git.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://git.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://git.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://git.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://git.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>
<entry>
<title>The IPv4 and IPv6 inet_ntoa() functions were returning binary</title>
<updated>2017-01-02T14:41:05+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2017-01-02T14:41:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=8d8bdd395d1806d03ea6c8f3ad9f0a7c6b27a0c8'/>
<id>8d8bdd395d1806d03ea6c8f3ad9f0a7c6b27a0c8</id>
<content type='text'>
instead of text, a Py2/Py3 merge bug.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead of text, a Py2/Py3 merge bug.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify ceiling, add tests, fix doc, fix python3</title>
<updated>2016-11-08T19:09:34+00:00</updated>
<author>
<name>pascal.bouchareine</name>
<email>pascal@gandi.net</email>
</author>
<published>2016-11-08T19:09:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=2613b441f50ada2b60205ea37c4a8abe9594c6ff'/>
<id>2613b441f50ada2b60205ea37c4a8abe9594c6ff</id>
<content type='text'>
- bad class doc
- explicit ceil
- python3 encoding issue
- improve edns testing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- bad class doc
- explicit ceil
- python3 encoding issue
- improve edns testing
</pre>
</div>
</content>
</entry>
</feed>
