summaryrefslogtreecommitdiff
path: root/dns/rcode.py
Commit message (Expand)AuthorAgeFilesLines
* Add DSOTYPENI rcode.Bob Halley2020-07-071-0/+2
* TSIG code now uses dns.rcode.Rcode enum values for the TSIG error field.Bob Halley2020-07-071-6/+8
* Support more DNS rcodeYu-Ho Hsieh2020-07-071-0/+16
* Enum refactoring.Brian Wellington2020-05-191-20/+12
* Convert opcode, rcode, dnssec constants to enums.Brian Wellington2020-05-181-54/+40
* Fix documentation typos.Brian Wellington2020-05-111-1/+1
* in doco, text->str, binary->bytesBob Halley2020-05-081-2/+2
* Remove _compat module.Bob Halley2018-12-091-2/+1
* update copyrightBob Halley2018-12-011-0/+2
* Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgradeHugo2018-09-061-1/+1
* continue doco overhaulBob Halley2017-01-101-20/+37
* Fix typosJakub Wilk2016-05-261-1/+1
* python3 supportArthur Gautier2016-04-211-13/+20
* Remove redundant 'pass' from class definitions.Petr Spacek2015-02-121-1/+0
* Amend doc strings for all DNSExceptions to make them suitable for direct prin...Petr Spacek2015-02-121-1/+1
* update copyrightsBob Halley2011-05-121-1/+1
* create exceptions with arguments as "raise E(args)" instead of "raise E, args"Bob Halley2010-01-141-4/+4
* 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
* update copyrightsBob Halley2005-09-021-1/+1
* remove cvs $Id$ tagsBob Halley2005-09-021-2/+0
* initial importBob Halley2005-09-021-0/+121