| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | leading single colons are just as bad as trailing ones | Bob Halley | 2020-08-14 | 1 | -0/+2 |
| | | |||||
| * | Handle some invalid IPv6 literals we erroneously allowed. | Bob Halley | 2020-08-14 | 1 | -1/+5 |
| | | |||||
| * | pylint linting | Bob Halley | 2020-07-31 | 1 | -1/+1 |
| | | |||||
| * | flake8 linting | Bob Halley | 2020-05-15 | 1 | -5/+5 |
| | | |||||
| * | in doco, text->str, binary->bytes | Bob Halley | 2020-05-08 | 1 | -1/+1 |
| | | |||||
| * | Add an ignore_scope option to dns.ipv6.inet_aton(). | Bob Halley | 2020-05-04 | 1 | -1/+12 |
| | | |||||
| * | 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 | -9/+8 |
| | | |||||
| * | update copyright | Bob Halley | 2018-12-01 | 1 | -0/+2 |
| | | |||||
| * | Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgrade | Hugo | 2018-09-06 | 1 | -2/+3 |
| | | |||||
| * | Fix ipv6.py invalid escape sequences | Cooper Lees | 2018-02-25 | 1 | -4/+4 |
| | | | | | dns/ipv6.py:94: DeprecationWarning: invalid escape sequence \d - Update to use raw strings/bytes | ||||
| * | more doco updates | Bob Halley | 2017-01-03 | 1 | -11/+17 |
| | | |||||
| * | The IPv4 and IPv6 inet_ntoa() functions were returning binary | Bob Halley | 2017-01-02 | 1 | -10/+10 |
| | | | | | instead of text, a Py2/Py3 merge bug. | ||||
| * | dns.ipv6.inet_ntoa() should return a string. | Bob Halley | 2016-05-31 | 1 | -2/+2 |
| | | | | | [issue #167] | ||||
| * | revert prior patch as things are more messed up than I thought! | Bob Halley | 2016-05-30 | 1 | -10/+16 |
| | | |||||
| * | dns.ipv6.inet_ntoa() should return a string. | Bob Halley | 2016-05-30 | 1 | -16/+10 |
| | | | | | [issue #167] | ||||
| * | python3 support | Arthur Gautier | 2016-04-21 | 1 | -25/+29 |
| | | | | | 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 | -0/+5 |
| | | |||||
| * | In dns.ipv6.inet_ntoa(), do not use :: to shorten just one 16-bit 0 field | Bob Halley | 2013-04-26 | 1 | -1/+1 |
| | | |||||
| * | more v6 strictness; more unit tests | Bob Halley | 2011-07-12 | 1 | -11/+4 |
| | | |||||
| * | make IP address parsing stricter | Bob Halley | 2011-07-08 | 1 | -3/+10 |
| | | |||||
| * | 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 | -3/+3 |
| | | |||||
| * | update copyrights for 2010 | Bob Halley | 2010-01-13 | 1 | -1/+1 |
| | | |||||
| * | update copyrights | Bob Halley | 2009-06-18 | 1 | -1/+1 |
| | | |||||
| * | in inet_aton(), raise dns.exception.SyntaxError, like our contract says | Bob Halley | 2008-02-06 | 1 | -1/+4 |
| | | |||||
| * | update copyrights for 2007 | Bob Halley | 2007-01-01 | 1 | -1/+1 |
| | | |||||
| * | fix stuff pyflakes found | Bob Halley | 2005-10-31 | 1 | -0/+1 |
| | | |||||
| * | update copyrights | Bob Halley | 2005-09-02 | 1 | -1/+1 |
| | | | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2005-01-08 08:13:48 | ||||
| * | remove cvs $Id$ tags | Bob Halley | 2005-09-02 | 1 | -2/+0 |
| | | | | | | Original author: Bob Halley <halley@dnspython.org> Date: 2004-07-31 09:51:40 | ||||
| * | initial import | Bob Halley | 2005-09-02 | 1 | -0/+161 |
| Original author: Bob Halley <halley@dnspython.org> Date: 2004-03-23 21:57:40 | |||||
