linkchecker/linkcheck
Chris Mayo 7d950cf848 Fix blacklist updating
A second run creates an additional entry in blacklist rather than
upating the original:
1 '"(\'http://localhost/broken.html\', \'http://localhost/nosuchlink.html\')"'
1 "('http://localhost/broken.html', 'http://localhost/nosuchlink.html')"

Broken since at least 9.3:
1 "(u'http://localhost/broken.html', u'http://localhost/nosuchlink.html')"
1 u'"(u\'http://localhost/broken.html\', u\'http://localhost/nosuchlink.html\')"'

If such an entry is found LinkChecker will now halt. Either remove
the entry or the whole file.
2020-08-13 19:32:21 +01:00
..
bookmarks Run black on linkcheck/ 2020-05-30 17:01:36 +01:00
cache Review comments on black linkcheck/ 2020-06-01 16:07:21 +01:00
checker Merge pull request #444 from cjmayo/isinstance 2020-07-08 19:55:29 +01:00
configuration Merge pull request #443 from cjmayo/kde5 2020-07-07 17:12:53 +01:00
director Log problem with login form without exception 2020-06-23 17:28:31 +01:00
htmlutil Improve documentation of authentication 2020-06-23 17:28:31 +01:00
logger Fix blacklist updating 2020-08-13 19:32:21 +01:00
network Fix remaining flake8 violations in linkcheck/ 2020-05-30 17:01:36 +01:00
parser Run black on linkcheck/ 2020-05-30 17:01:36 +01:00
plugins Convert PDF URL to a string 2020-07-07 17:25:28 +01:00
__init__.py Run black on linkcheck/ 2020-05-30 17:01:36 +01:00
ansicolor.py Convert to Python 3 super() 2020-06-03 20:06:36 +01:00
better_exchook2.py Restore better_exchook2.py and colorama.py to pre-Black state 2020-06-03 20:06:36 +01:00
cmdline.py Run black on linkcheck/ 2020-05-30 17:01:36 +01:00
colorama.py Restore better_exchook2.py and colorama.py to pre-Black state 2020-06-03 20:06:36 +01:00
containers.py Convert to Python 3 super() 2020-06-03 20:06:36 +01:00
cookies.py Run black on linkcheck/ 2020-05-30 17:01:36 +01:00
decorators.py Run black on linkcheck/ 2020-05-30 17:01:36 +01:00
dummy.py Run black on linkcheck/ 2020-05-30 17:01:36 +01:00
fileutil.py Remove isinstance() from fileutil.path_safe() 2020-06-18 19:27:06 +01:00
ftpparse.py Run black on linkcheck/ 2020-05-30 17:01:36 +01:00
httputil.py Remove unnecessary commas before closing brackets in linkcheck/ 2020-05-30 17:01:36 +01:00
i18n.py Run black on linkcheck/ 2020-05-30 17:01:36 +01:00
lc_cgi.py Run black on linkcheck/ 2020-05-30 17:01:36 +01:00
loader.py Fix remaining flake8 violations in linkcheck/ 2020-05-30 17:01:36 +01:00
lock.py Run black on linkcheck/ 2020-05-30 17:01:36 +01:00
log.py Run black on linkcheck/ 2020-05-30 17:01:36 +01:00
logconf.py Fix remaining flake8 violations in linkcheck/ 2020-05-30 17:01:36 +01:00
memoryutil.py Run black on linkcheck/ 2020-05-30 17:01:36 +01:00
mimeutil.py Run black on linkcheck/ 2020-05-30 17:01:36 +01:00
robotparser2.py Remove isinstance() from robotparser2.py 2020-06-18 19:27:06 +01:00
socketutil.py Remove spaces after names in function definitions 2020-05-16 20:19:42 +01:00
strformat.py Merge pull request #444 from cjmayo/isinstance 2020-07-08 19:55:29 +01:00
threader.py Convert to Python 3 super() 2020-06-03 20:06:36 +01:00
trace.py Run black on linkcheck/ 2020-05-30 17:01:36 +01:00
url.py Remove isinstance() in url.url_fix_mailto_urlsplit() 2020-06-18 19:27:06 +01:00