summaryrefslogtreecommitdiff
path: root/dns/rdataset.py
Commit message (Expand)AuthorAgeFilesLines
* IDNA support for zones, messages, names in rdata, rrsets, and rdatasets.Bob Halley2020-05-031-2/+6
* In library code, replace from io import BytesIO (or StringIO) with import ioBob Halley2020-05-011-2/+2
* Improve rdataset/rrset repr to include rdata.Brian Wellington2020-04-011-1/+10
* remove the rest of the unicode string prefixesBob Halley2019-01-081-4/+4
* Remove _compat module.Bob Halley2018-12-091-3/+2
* update copyrightBob Halley2018-12-011-0/+2
* Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgradeHugo2018-09-061-3/+3
* more doco updatesBob Halley2017-01-161-63/+70
* continue doco overhaulBob Halley2017-01-101-4/+4
* python3 supportArthur Gautier2016-04-211-17/+28
* Remove redundant 'pass' from class definitions.Petr Spacek2015-02-121-2/+0
* Amend doc strings for all DNSExceptions to make them suitable for direct prin...Petr Spacek2015-02-121-2/+2
* update copyrightsBob Halley2011-05-121-1/+1
* Allow unicode strings for rdtype and rdclass parametersBob Halley2010-10-171-2/+2
* create exceptions with arguments as "raise E(args)" instead of "raise E, args"Bob Halley2010-01-141-17/+17
* 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
* fix stuff pyflakes foundBob Halley2005-10-311-1/+0
* update copyrightsBob Halley2005-09-021-1/+1
* remove cvs $Id$ tagsBob Halley2005-09-021-2/+0
* initial importBob Halley2005-09-021-0/+332