linkchecker/linkcheck/checker
2007-12-13 10:50:13 +00:00
..
tests make sure internpat does not remove a trailing slash, which results in checking of URLs that are not a prefix of the given URL. 2007-11-30 10:37:14 +00:00
__init__.py Use constants for warning tags, avoiding typos in string constants. And move the constants into a separate module const.py 2007-11-29 07:50:22 +00:00
const.py Use constants for warning tags, avoiding typos in string constants. And move the constants into a separate module const.py 2007-11-29 07:50:22 +00:00
fileurl.py use 'self.data is None' to test if data is already read or not 2007-12-03 14:09:20 +00:00
ftpurl.py use 'self.data is None' to test if data is already read or not 2007-12-03 14:09:20 +00:00
gopherurl.py bump up copyright year 2007-01-01 14:57:38 +00:00
httpheaders.py bump up copyright year 2007-01-01 14:57:38 +00:00
httpsurl.py bump up copyright year 2007-01-01 14:57:38 +00:00
httpurl.py HTTP content data is only considered valid for parsing if the request was not redirected and is a GET request. 2007-12-13 10:50:13 +00:00
internpaturl.py make sure internpat does not remove a trailing slash, which results in checking of URLs that are not a prefix of the given URL. 2007-11-30 10:37:14 +00:00
mailtourl.py Ensure unused or expired connections are closed. 2007-11-30 16:42:41 +00:00
nntpurl.py Use constants for warning tags, avoiding typos in string constants. And move the constants into a separate module const.py 2007-11-29 07:50:22 +00:00
proxysupport.py Honor urllib.proxy_bypass() when ignoring proxy settings 2007-10-23 22:56:44 +00:00
telneturl.py add missing import 2007-12-01 15:56:15 +00:00
unknownurl.py Use constants for warning tags, avoiding typos in string constants. And move the constants into a separate module const.py 2007-11-29 07:50:22 +00:00
urlbase.py use 'self.data is None' to test if data is already read or not 2007-12-03 14:09:20 +00:00