linkchecker/linkcheck/checker
Chris Mayo 0912e8a2c1 Don't strip the URL fragment from cache key if using AnchorCheck
Else once one URL for a page has been checked, URLs with different
fragments are skipped and not passed to AnchorCheck.

eaa538c ("don't check one url multiple times", 2016-11-09)
2020-07-27 19:25:30 +01:00
..
__init__.py Remove strformat.unicode_safe() and strformat.url_unicode_split() 2020-07-07 17:25:28 +01:00
const.py Run black on linkcheck/ 2020-05-30 17:01:36 +01:00
dnsurl.py Remove spaces after names in class method definitions 2020-05-16 20:19:42 +01:00
fileurl.py Remove isinstance() from FileUrl.read_content() 2020-06-18 19:27:06 +01:00
ftpurl.py Convert to Python 3 super() 2020-06-03 20:06:36 +01:00
httpurl.py Remove HttpUrl.getheader() 2020-07-07 17:25:28 +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 Convert to Python 3 super() 2020-06-03 20:06:36 +01:00
mailtourl.py Update various comments to https 2020-06-05 16:59:46 +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 Convert to Python 3 super() 2020-06-03 20:06:36 +01:00
urlbase.py Don't strip the URL fragment from cache key if using AnchorCheck 2020-07-27 19:25:30 +01:00