linkchecker/linkcheck/logger
Nick Muerdter fb3f65cdcc
Fix CSV output containing increasing number of null byte characters.
The CSV buffer is being truncated on each new row, but since the
stream's pointer isn't also being reset, each new row starts at the same
position as the previous row, but with null bytes up until that point.
This leads to increasing growth in the length of each CSV row, since
each line will be padded with null bytes equivalent to the previous
row's length.
2019-05-31 18:52:57 -06:00
..
__init__.py Remove configuration.DonateUrl 2019-04-21 19:44:18 +01:00
blacklist.py Use Python 3 compatible octal masks 2019-04-13 20:37:39 +01:00
csvlog.py Fix CSV output containing increasing number of null byte characters. 2019-05-31 18:52:57 -06:00
customxml.py Python3: fix urlbase, strformat and others 2019-04-25 19:57:45 +01:00
dot.py Introduce check plugins, use Python requests for http/s connections, and some code cleanups and improvements. 2014-03-01 00:12:34 +01:00
gml.py Introduce check plugins, use Python requests for http/s connections, and some code cleanups and improvements. 2014-03-01 00:12:34 +01:00
graph.py Logging refactor, interrupt and abort flags added. 2014-04-30 19:59:43 +02:00
gxml.py Logging refactor, interrupt and abort flags added. 2014-04-30 19:59:43 +02:00
html.py Remove configuration.DonateUrl 2019-04-21 19:44:18 +01:00
none.py Logging refactor, interrupt and abort flags added. 2014-04-30 19:59:43 +02:00
sitemapxml.py Logging refactor, interrupt and abort flags added. 2014-04-30 19:59:43 +02:00
sql.py Logging refactor, interrupt and abort flags added. 2014-04-30 19:59:43 +02:00
text.py Python3: fix urlbase, strformat and others 2019-04-25 19:57:45 +01:00
xmllog.py Updated copyright 2014-01-08 22:33:04 +01:00