<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/dnspython.git/dns/set.py, branch cmp_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>Update _clone protocol for immutable rdatasets.</title>
<updated>2020-08-17T13:27:07+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-08-17T13:27:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=e5545ade37d15ebf87fac626e602ac1ad9852be2'/>
<id>e5545ade37d15ebf87fac626e602ac1ad9852be2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>improve set coverage</title>
<updated>2020-06-19T16:56:13+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2020-06-19T16:56:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=1a227524c42ec3e75cc62043b275c6d85ad5d0dd'/>
<id>1a227524c42ec3e75cc62043b275c6d85ad5d0dd</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://trove.baserock.org/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>Optimize dns.set.Set.</title>
<updated>2020-04-02T21:14:54+00:00</updated>
<author>
<name>Brian Wellington</name>
<email>bwelling@xbill.org</email>
</author>
<published>2020-04-02T21:14:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=343be7c07efc57cad561ce1b69e54600ce01ce4f'/>
<id>343be7c07efc57cad561ce1b69e54600ce01ce4f</id>
<content type='text'>
This changes the internal implementation from a list to an ordered
dictionary (dict or collections.OrderedDict, depending on Python
version).  This is possible now that Rdata are immutable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This changes the internal implementation from a list to an ordered
dictionary (dict or collections.OrderedDict, depending on Python
version).  This is possible now that Rdata are immutable.
</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>doc more misc things</title>
<updated>2017-01-15T14:18:35+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2017-01-15T14:18:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=96f10a16a2d853a4e359aaa23c79f7a7fa7c34cf'/>
<id>96f10a16a2d853a4e359aaa23c79f7a7fa7c34cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doco update</title>
<updated>2017-01-03T23:39:45+00:00</updated>
<author>
<name>Bob Halley</name>
<email>halley@dnspython.org</email>
</author>
<published>2017-01-03T23:39:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=af5767aa1bfc7affd72b3f14118cfcbe2b1835b6'/>
<id>af5767aa1bfc7affd72b3f14118cfcbe2b1835b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Py3: remove __getslice__ method</title>
<updated>2016-08-04T23:34:11+00:00</updated>
<author>
<name>Martin Basti</name>
<email>martin.basti@gmail.com</email>
</author>
<published>2016-08-02T19:21:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=9cd52c285461ac6e64644fdb4195d14e11c94db9'/>
<id>9cd52c285461ac6e64644fdb4195d14e11c94db9</id>
<content type='text'>
__getslice__ is deprecated in py2 and it is not used in py3 at all.
Instead of this __getitem__ with slice() index should be used.

Please note that WireData class must still use __getslice__, because it
inherites from 'binary_type' class that has implemented __getslice__
thus this method has to be overriden in WireData class.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
__getslice__ is deprecated in py2 and it is not used in py3 at all.
Instead of this __getitem__ with slice() index should be used.

Please note that WireData class must still use __getslice__, because it
inherites from 'binary_type' class that has implemented __getslice__
thus this method has to be overriden in WireData class.
</pre>
</div>
</content>
</entry>
<entry>
<title>Pylint: enable delslice-method check</title>
<updated>2016-06-26T23:43:22+00:00</updated>
<author>
<name>Martin Basti</name>
<email>martin.basti@gmail.com</email>
</author>
<published>2016-06-26T22:21:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=c0b56fcb1ea32bba3321225d549338da80e33d63'/>
<id>c0b56fcb1ea32bba3321225d549338da80e33d63</id>
<content type='text'>
__delslice__ is deprecated since python 2.6 and was removed in py3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
__delslice__ is deprecated since python 2.6 and was removed in py3
</pre>
</div>
</content>
</entry>
<entry>
<title>python3 support</title>
<updated>2016-04-21T15:33:05+00:00</updated>
<author>
<name>Arthur Gautier</name>
<email>baloo@gandi.net</email>
</author>
<published>2016-03-29T17:51:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/dnspython.git/commit/?id=5f59c1f3071e2ba6aad4f163ec7884ca8e4f1cc4'/>
<id>5f59c1f3071e2ba6aad4f163ec7884ca8e4f1cc4</id>
<content type='text'>
Signed-off-by: Arthur Gautier &lt;baloo@gandi.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Arthur Gautier &lt;baloo@gandi.net&gt;
</pre>
</div>
</content>
</entry>
</feed>
