linkchecker/linkcheck/plugins
Marius Gedminas fa32a89d6b Fix MS Word parser, hopefully
MS Word files are binary data, and get_temp_filename() will write them
to disk using open(..., 'wb'), so we want to pass bytes in there, not
Unicode.

See #323.
2019-10-22 16:39:57 +03:00
..
__init__.py Added parser plugins and the applies_to() function. 2014-04-28 18:11:19 +02:00
anchorcheck.py Added parser plugins and the applies_to() function. 2014-04-28 18:11:19 +02:00
httpheaderinfo.py Force header names to lower to allow for CaseInsensitvieDict variability 2017-02-01 16:28:07 +00:00
locationinfo.py Added parser plugins and the applies_to() function. 2014-04-28 18:11:19 +02:00
markdowncheck.py fixes for Python 3: fix markdowncheck 2019-09-30 19:46:24 +01:00
parsepdf.py Python3: fix parsepdf 2019-04-09 20:09:35 +01:00
parseword.py Fix MS Word parser, hopefully 2019-10-22 16:39:57 +03:00
regexcheck.py Added parser plugins and the applies_to() function. 2014-04-28 18:11:19 +02:00
sslcertcheck.py Added parser plugins and the applies_to() function. 2014-04-28 18:11:19 +02:00
syntaxchecks.py Added parser plugins and the applies_to() function. 2014-04-28 18:11:19 +02:00
viruscheck.py Added parser plugins and the applies_to() function. 2014-04-28 18:11:19 +02:00