summaryrefslogtreecommitdiff
path: root/dns/resolver.py
Commit message (Expand)AuthorAgeFilesLines
...
* Preliminary Unicode supportBob Halley2005-11-131-2/+2
* fix stuff pyflakes foundBob Halley2005-10-311-3/+2
* fix doco bugsBob Halley2005-10-171-1/+1
* use name.parent()Bob Halley2005-10-061-3/+5
* add dns.resolver.zone_from_name() and .get_default_resovler()Bob Halley2005-10-011-4/+46
* cope if time goes backwards a little bitBob Halley2005-09-291-2/+8
* take servers out of the mix based on rcode; add exponential backoffBob Halley2005-09-021-8/+31
* update copyrightsBob Halley2005-09-021-1/+1
* catch dns.exception.Timeout if our query times outBob Halley2005-09-021-1/+1
* remove cvs $Id$ tagsBob Halley2005-09-021-2/+0
* initial importBob Halley2005-09-021-0/+589