Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | in doco, text->str, binary->bytes | Bob Halley | 2020-05-08 | 1 | -2/+2 |
| | |||||
* | Add alternate origin support to dns.reversename. | Brian Wellington | 2020-04-29 | 1 | -22/+31 |
| | |||||
* | remove bytearray() wrapping used for python 2 compatibility | Bob Halley | 2019-01-05 | 1 | -1/+1 |
| | |||||
* | Remove _compat module. | Bob Halley | 2018-12-09 | 1 | -6/+1 |
| | |||||
* | update copyright | Bob Halley | 2018-12-01 | 1 | -0/+2 |
| | |||||
* | Unify PY2/3 detection | Martin | 2017-07-19 | 1 | -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 helpers | Bob Halley | 2017-01-15 | 1 | -15/+19 |
| | |||||
* | Pylint: remove bare excepts | Martin | 2016-08-31 | 1 | -1/+1 |
| | | | | Bare excepts should not be used, because they may hide system exceptions such as KeyboardInterupts or SystemExits. | ||||
* | python3 support | Arthur Gautier | 2016-04-21 | 1 | -6/+15 |
| | | | | Signed-off-by: Arthur Gautier <baloo@gandi.net> | ||||
* | Add dns.ipv6.is_mapped(); Reverse IPv6 mapped IPv4 into v4 space | Bob Halley | 2014-05-31 | 1 | -2/+7 |
| | |||||
* | update copyrights | Bob Halley | 2011-05-12 | 1 | -1/+1 |
| | |||||
* | create exceptions with arguments as "raise E(args)" instead of "raise E, args" | Bob Halley | 2010-01-14 | 1 | -1/+1 |
| | |||||
* | update copyrights for 2010 | Bob Halley | 2010-01-13 | 1 | -1/+1 |
| | |||||
* | update copyrights | Bob Halley | 2009-06-18 | 1 | -1/+1 |
| | |||||
* | update copyrights for 2007 | Bob Halley | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | rename from_text() to from_address(); add to_address() | Bob Halley | 2005-12-27 | 1 | -7/+43 |
| | |||||
* | go back to reversename | Bob Halley | 2005-12-26 | 1 | -0/+39 |