summaryrefslogtreecommitdiff
path: root/dns/ipv6.py
Commit message (Expand)AuthorAgeFilesLines
* black autoformattingBob Halley2022-03-151-30/+38
* Typing pass number 2, featuring typing of bools, adding a return typeBob Halley2022-03-101-2/+2
* Add integrated typing to much of dnspython.Bob Halley2022-03-051-24/+28
* lintBob Halley2021-12-171-3/+3
* leading single colons are just as bad as trailing onesBob Halley2020-08-141-0/+2
* Handle some invalid IPv6 literals we erroneously allowed.Bob Halley2020-08-141-1/+5
* pylint lintingBob Halley2020-07-311-1/+1
* flake8 lintingBob Halley2020-05-151-5/+5
* in doco, text->str, binary->bytesBob Halley2020-05-081-1/+1
* Add an ignore_scope option to dns.ipv6.inet_aton().Bob Halley2020-05-041-1/+12
* remove bytearray() wrapping used for python 2 compatibilityBob Halley2019-01-051-1/+1
* Remove _compat module.Bob Halley2018-12-091-9/+8
* update copyrightBob Halley2018-12-011-0/+2
* Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgradeHugo2018-09-061-2/+3
* Fix ipv6.py invalid escape sequencesCooper Lees2018-02-251-4/+4
* more doco updatesBob Halley2017-01-031-11/+17
* The IPv4 and IPv6 inet_ntoa() functions were returning binaryBob Halley2017-01-021-10/+10
* dns.ipv6.inet_ntoa() should return a string.Bob Halley2016-05-311-2/+2
* revert prior patch as things are more messed up than I thought!Bob Halley2016-05-301-10/+16
* dns.ipv6.inet_ntoa() should return a string.Bob Halley2016-05-301-16/+10
* python3 supportArthur Gautier2016-04-211-25/+29
* Add dns.ipv6.is_mapped(); Reverse IPv6 mapped IPv4 into v4 spaceBob Halley2014-05-311-0/+5
* In dns.ipv6.inet_ntoa(), do not use :: to shorten just one 16-bit 0 fieldBob Halley2013-04-261-1/+1
* more v6 strictness; more unit testsBob Halley2011-07-121-11/+4
* make IP address parsing stricterBob Halley2011-07-081-3/+10
* update copyrightsBob Halley2011-05-121-1/+1
* create exceptions with arguments as "raise E(args)" instead of "raise E, args"Bob Halley2010-01-141-3/+3
* update copyrights for 2010Bob Halley2010-01-131-1/+1
* update copyrightsBob Halley2009-06-181-1/+1
* in inet_aton(), raise dns.exception.SyntaxError, like our contract saysBob Halley2008-02-061-1/+4
* update copyrights for 2007Bob Halley2007-01-011-1/+1
* fix stuff pyflakes foundBob Halley2005-10-311-0/+1
* update copyrightsBob Halley2005-09-021-1/+1
* remove cvs $Id$ tagsBob Halley2005-09-021-2/+0
* initial importBob Halley2005-09-021-0/+161