summaryrefslogtreecommitdiff
path: root/dns/set.py
Commit message (Collapse)AuthorAgeFilesLines
* Update _clone protocol for immutable rdatasets.Bob Halley2020-08-171-2/+6
|
* improve set coverageBob Halley2020-06-191-1/+1
|
* Minor Python 3 cleanups.Brian Wellington2020-06-031-1/+1
| | | | | | | Classes inherit from object by default; there's no need to explicitly include this. Replace super(Foo, self) with super().
* Optimize dns.set.Set.Brian Wellington2020-04-021-22/+35
| | | | | | 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.
* update copyrightBob Halley2018-12-011-0/+2
|
* doc more misc thingsBob Halley2017-01-151-2/+1
|
* doco updateBob Halley2017-01-031-40/+41
|
* Py3: remove __getslice__ methodMartin Basti2016-08-051-3/+0
| | | | | | | | | __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.
* Pylint: enable delslice-method checkMartin Basti2016-06-271-3/+0
| | | | __delslice__ is deprecated since python 2.6 and was removed in py3
* python3 supportArthur Gautier2016-04-211-6/+8
| | | | Signed-off-by: Arthur Gautier <baloo@gandi.net>
* update copyrightsBob Halley2011-05-121-1/+1
|
* create exceptions with arguments as "raise E(args)" instead of "raise E, args"Bob Halley2010-01-141-12/+12
|
* update copyrights for 2010Bob Halley2010-01-131-1/+1
|
* update copyrightsBob Halley2009-06-181-1/+1
|
* update copyrights for 2007Bob Halley2007-01-011-1/+1
|
* add get/del item/sliceBob Halley2005-09-021-1/+13
| | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2005-05-06 23:39:25
* update copyrightsBob Halley2005-09-021-1/+1
| | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2005-01-08 08:13:48
* remove cvs $Id$ tagsBob Halley2005-09-021-2/+0
| | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2004-07-31 09:51:40
* initial importBob Halley2005-09-021-0/+253
Original author: Bob Halley <halley@dnspython.org> Date: 2004-03-23 21:57:40