summaryrefslogtreecommitdiff
path: root/dns/reversename.py
Commit message (Collapse)AuthorAgeFilesLines
* in doco, text->str, binary->bytesBob Halley2020-05-081-2/+2
|
* Add alternate origin support to dns.reversename.Brian Wellington2020-04-291-22/+31
|
* remove bytearray() wrapping used for python 2 compatibilityBob Halley2019-01-051-1/+1
|
* Remove _compat module.Bob Halley2018-12-091-6/+1
|
* update copyrightBob Halley2018-12-011-0/+2
|
* Unify PY2/3 detectionMartin2017-07-191-2/+3
| | | | | | dns._compat module contains constants PY2 and PY3 which should be used for detection of python version, to have only one method and avoid duplications
* doco overhaul of name helpersBob Halley2017-01-151-15/+19
|
* Pylint: remove bare exceptsMartin2016-08-311-1/+1
| | | | Bare excepts should not be used, because they may hide system exceptions such as KeyboardInterupts or SystemExits.
* python3 supportArthur Gautier2016-04-211-6/+15
| | | | Signed-off-by: Arthur Gautier <baloo@gandi.net>
* Add dns.ipv6.is_mapped(); Reverse IPv6 mapped IPv4 into v4 spaceBob Halley2014-05-311-2/+7
|
* update copyrightsBob Halley2011-05-121-1/+1
|
* create exceptions with arguments as "raise E(args)" instead of "raise E, args"Bob Halley2010-01-141-1/+1
|
* 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
|
* rename from_text() to from_address(); add to_address()Bob Halley2005-12-271-7/+43
|
* go back to reversenameBob Halley2005-12-261-0/+39