linkchecker/linkcheck/checker
Chris Mayo 4b06485a05 Fix FTP checker
In Python 2 StringIO could accept either Unicode or 8-bit strings.
Similar change made for HttpUrl:
06fdd78f9 ("Python3: fix TypeError in HttpUrl.read_content()",
2019-09-15)

Non-existent FtpUrl.max_size introduced in:
7b34be590 ("Introduce check plugins, use Python requests for http/s
connections, and some code cleanups and improvements.", 2014-03-01)

Additional self.direct() not added in:
f107092a8 ("Fix handling of user/password info in URLs.", 2012-06-10)
2023-04-17 19:24:22 +01:00
..
__init__.py Make checker.get_index_html() return bytes 2023-04-17 19:24:22 +01:00
const.py Remove deprecated aliases for OSError 2022-11-08 19:21:29 +00:00
dnsurl.py Fix formatting and typos in docstrings 2020-07-25 16:35:48 +01:00
fileurl.py Make checker.get_index_html() return bytes 2023-04-17 19:24:22 +01:00
ftpurl.py Fix FTP checker 2023-04-17 19:24:22 +01:00
httpurl.py Convert some printf-style strings 2022-11-08 19:21:29 +00: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 Remove unneeded pass statements 2020-08-22 17:17:02 +01:00
mailtourl.py Convert some printf-style strings 2022-11-08 19:21:29 +00:00
nntpurl.py Fix typos 2022-09-02 17:20:02 +08:00
telneturl.py Convert to Python 3 super() 2020-06-03 20:06:36 +01:00
unknownurl.py Run pyupgrade --py37-plus x 2 2022-11-08 19:21:29 +00:00
urlbase.py Convert some printf-style strings 2022-11-08 19:21:29 +00:00