linkchecker/linkcheck/logger
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
..
__init__.py Fix remaining flake8 violations in linkcheck/ 2020-05-30 17:01:36 +01:00
blacklist.py Fix blacklist updating 2020-08-13 19:32:21 +01:00
csvlog.py Remove strformat.unicode_safe() and strformat.url_unicode_split() 2020-07-07 17:25:28 +01:00
customxml.py Convert to Python 3 super() 2020-06-03 20:06:36 +01:00
dot.py Update various comments to https 2020-06-05 16:59:46 +01:00
gml.py Convert to Python 3 super() 2020-06-03 20:06:36 +01:00
graph.py Convert to Python 3 super() 2020-06-03 20:06:36 +01:00
gxml.py Convert to Python 3 super() 2020-06-03 20:06:36 +01:00
html.py Add html.escape on URLs in logger/html.py 2020-06-05 16:59:46 +01:00
none.py Remove spaces after names in class method definitions 2020-05-16 20:19:42 +01:00
sitemapxml.py Update various comments to https 2020-06-05 16:59:46 +01:00
sql.py Convert to Python 3 super() 2020-06-03 20:06:36 +01:00
text.py Convert to Python 3 super() 2020-06-03 20:06:36 +01:00
xmllog.py Convert to Python 3 super() 2020-06-03 20:06:36 +01:00