summaryrefslogtreecommitdiff
path: root/dns/rcode.py
Commit message (Collapse)AuthorAgeFilesLines
* fix case of enum namesconstants2Bob Halley2020-08-031-2/+2
|
* remove globals() enum updatingBob Halley2020-08-031-1/+0
|
* add constantsBob Halley2020-08-031-0/+26
|
* remove test that can never be trueBob Halley2020-07-261-2/+0
|
* 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
| | | | | More DNS rcodes are assigned. Support rcode assigned before RFC7873 https://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-6
* Enum refactoring.Brian Wellington2020-05-191-20/+12
| | | | Consolidate the common methods related to enum classes.
* 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
| | | | Signed-off-by: Arthur Gautier <baloo@gandi.net>
* Remove redundant 'pass' from class definitions.Petr Spacek2015-02-121-1/+0
|
* Amend doc strings for all DNSExceptions to make them suitable for direct ↵Petr Spacek2015-02-121-1/+1
| | | | printing.
* 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
| | | | | 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/+121
Original author: Bob Halley <halley@dnspython.org> Date: 2004-03-23 21:57:40