linkchecker/linkcheck/checker
Chris Mayo 26c15c5e67 Fix deprecation warning for resolver.query()
/home/travis/build/linkchecker/linkchecker/linkcheck/checker/mailtourl.py:321: DeprecationWarning: please use dns.resolver.resolve() instead
    answers = resolver.query(domain, 'MX')
2020-09-14 19:55:05 +01:00
..
__init__.py Fix formatting and typos in docstrings 2020-07-25 16:35:48 +01:00
const.py Fix critical exception when parsing a URL with a ] 2020-08-08 16:47:31 +01:00
dnsurl.py Fix formatting and typos in docstrings 2020-07-25 16:35:48 +01:00
fileurl.py Replace os.path.splitunc() with os.path.splitdrive() 2020-08-29 16:57:57 +01:00
ftpurl.py Remove unneeded pass statements 2020-08-22 17:17:02 +01:00
httpurl.py Replace deprecated urllib.parse.split functions 2020-08-22 16:28:53 +01:00
ignoreurl.py Run black on linkcheck/ 2020-05-30 17:01:36 +01:00
internpaturl.py Remove strformat.unicode_safe() and strformat.url_unicode_split() 2020-07-07 17:25:28 +01:00
itmsservicesurl.py Remove unneeded pass statements 2020-08-22 17:17:02 +01:00
mailtourl.py Fix deprecation warning for resolver.query() 2020-09-14 19:55:05 +01:00
nntpurl.py Run black on linkcheck/ 2020-05-30 17:01:36 +01:00
proxysupport.py Run black on linkcheck/ 2020-05-30 17:01:36 +01:00
telneturl.py Convert to Python 3 super() 2020-06-03 20:06:36 +01:00
unknownurl.py Add slack to the list of ignored schemes 2020-08-09 17:10:26 +01:00
urlbase.py Merge pull request #462 from cjmayo/anchor 2020-09-01 19:39:29 +01:00