summaryrefslogtreecommitdiff
path: root/dns/ipv6.py
Commit message (Expand)AuthorAgeFilesLines
* 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