summaryrefslogtreecommitdiff
path: root/dns/resolver.py
Commit message (Expand)AuthorAgeFilesLines
* add LRUCacheBob Halley2011-08-241-2/+126
* add dns.resolver.override_system_resolver() and dns.resolver.restore_system_r...Bob Halley2011-07-131-0/+235
* update copyrightsBob Halley2011-05-121-1/+1
* get the first thing from a dictionary view in the python 3 wayBob Halley2011-05-031-1/+1
* merge changes up to py3merge2 tag; update tests to assert styleBob Halley2011-04-281-9/+38
* merge 1.9.2 masterBob Halley2010-12-121-5/+15
* pull up use_tsig() invocation fixBob Halley2010-03-141-1/+2
* Initial python 3 port (may have sharp edges still!)Bob Halley2010-01-251-12/+7
* create exceptions with arguments as "raise E(args)" instead of "raise E, args"Bob Halley2010-01-141-11/+11
* update copyrights for 2010Bob Halley2010-01-131-1/+1
* add support for more TSIG algorithmsBob Halley2009-11-131-3/+12
* Set the domain correctly on WindowsBob Halley2009-06-191-2/+2
* Allow a source port to be specifiedBob Halley2009-06-181-5/+9
* update copyrightsBob Halley2009-06-181-1/+1
* fix indentationBob Halley2007-03-281-46/+46
* find enabled NICs on Windows VistaBob Halley2007-02-081-9/+58
* update copyrights for 2007Bob Halley2007-01-011-1/+1
* if /etc/resolv.conf does not exist, just use the default resolver configBob Halley2006-08-171-1/+7
* call self._config_win32_search() with the right variableBob Halley2006-07-271-1/+1
* implement more of the sequence protocol in AnswerBob Halley2006-07-201-2/+17
* oopsBob Halley2006-03-281-1/+1
* don't remove from a list while iterating itBob Halley2006-03-271-1/+1
* do not delay responses for successful queriesBob Halley2006-03-171-0/+2
* cope with irritating windows registry list delimitersBob Halley2006-01-041-7/+24
* 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