try TCP if UDP response is truncated
[third_party/dnspython] / dns / resolver.py
2012-04-08 Bob Halleytry TCP if UDP response is truncated
2011-08-24 Bob Halleyadd LRUCache
2011-07-13 Bob Halleyadd dns.resolver.override_system_resolver() and dns...
2011-05-12 Bob Halleyupdate copyrights
2011-03-23 Bob Halleyadd canonical_name to Answer()
2011-03-22 Bob HalleyAdd raise_on_no_answer option
2010-12-10 Bob Halleydisallow metaqueries in dns.resolver.query()
2010-10-31 Bob Halleydns.resolver.zone_for_name() would return the wrong...
2010-10-17 Bob HalleyAllow unicode strings for rdtype and rdclass parameters
2010-03-10 Bob HalleyThe TSIG algorithm was being passed to use_tsig() incor...
2010-01-14 Bob Halleycreate exceptions with arguments as "raise E(args)...
2010-01-13 Bob Halleyupdate copyrights for 2010
2009-11-12 Bob Halleyadd support for more TSIG algorithms
2009-06-19 Bob HalleySet the domain correctly on Windows
2009-06-18 Bob HalleyAllow a source port to be specified
2009-06-18 Bob Halleyupdate copyrights
2007-03-28 Bob Halleyfix indentation
2007-02-08 Bob Halleyfind enabled NICs on Windows Vista
2007-01-01 Bob Halleyupdate copyrights for 2007
2006-08-17 Bob Halleyif /etc/resolv.conf does not exist, just use the defaul...
2006-07-27 Bob Halleycall self._config_win32_search() with the right variable
2006-07-20 Bob Halleyimplement more of the sequence protocol in Answer
2006-03-28 Bob Halleyoops
2006-03-27 Bob Halleydon't remove from a list while iterating it
2006-03-17 Bob Halleydo not delay responses for successful queries
2006-01-04 Bob Halleycope with irritating windows registry list delimiters
2005-11-13 Bob HalleyPreliminary Unicode support
2005-10-31 Bob Halleyfix stuff pyflakes found
2005-10-17 Bob Halleyfix doco bugs
2005-10-06 Bob Halleyuse name.parent()
2005-10-01 Bob Halleyadd dns.resolver.zone_from_name() and .get_default_reso...
2005-09-29 Bob Halleycope if time goes backwards a little bit
2005-09-02 Bob Halleytake servers out of the mix based on rcode; add exponen...
2005-09-02 Bob Halleyupdate copyrights
2005-09-02 Bob Halleycatch dns.exception.Timeout if our query times out
2005-09-02 Bob Halleyremove cvs $Id$ tags
2005-09-02 Bob Halleyinitial import