..
bookmarks
Run pyupgrade --py37-plus --keep-percent-format
2022-11-08 19:21:29 +00:00
cache
Log robots.txt as the sitemap parent URL
2022-10-17 19:21:03 +01:00
checker
Add ignorewarningsforurls to ignore specific warnings ( #794 )
2024-02-13 19:43:29 +00:00
command
Exit if FILENAME does not exist or is not readable
2023-11-13 19:22:12 +00:00
configuration
Add ignorewarningsforurls to ignore specific warnings ( #794 )
2024-02-13 19:43:29 +00:00
data
Remove space from ignoreerrors example in linkcheckerrc
2024-02-15 19:33:47 +00:00
director
Catch exception if cookie file could not be parsed
2023-11-13 19:22:12 +00:00
htmlutil
Only attempt to get rel attribute from link elements
2023-01-17 19:23:29 +00:00
logger
Make TextLogger message wrapping configurable
2023-08-28 19:30:11 +01:00
network
Run pyupgrade --py37-plus --keep-percent-format
2022-11-08 19:21:29 +00:00
parser
Run black on linkcheck/
2020-05-30 17:01:36 +01:00
plugins
Fix pylint errors (false positives)
2024-05-20 14:10:30 +03:00
__init__.py
Raise minimum Python version to 3.9
2023-11-27 19:22:08 +00:00
__main__.py
Generate linkchecker command using an entry point
2021-12-20 19:34:58 +00:00
ansicolor.py
Fix pylint errors (false positives)
2024-05-20 14:10:30 +03:00
better_exchook2.py
Fix errors found by Pylint
2023-05-03 19:24:53 +01:00
cmdline.py
Run black on linkcheck/
2020-05-30 17:01:36 +01:00
colorama.py
Run pyupgrade --py37-plus --keep-percent-format
2022-11-08 19:21:29 +00:00
containers.py
Convert to Python 3 super()
2020-06-03 20:06:36 +01:00
cookies.py
Check cookie file has entries
2023-11-13 19:22:12 +00:00
decorators.py
Fix typos
2022-09-02 17:20:02 +08:00
dummy.py
Run black on linkcheck/
2020-05-30 17:01:36 +01:00
fileutil.py
Avoid FileNotFoundError if FILENAME does not exist
2023-11-13 19:22:12 +00:00
ftpparse.py
Fix typos
2022-09-02 17:20:02 +08:00
httputil.py
Resolve CryptographyDeprecationWarning for not_valid_after
2024-03-11 19:33:47 +00:00
i18n.py
Replace deprecated locale.getdefaultlocale()
2023-01-13 19:23:56 +00:00
lc_cgi.py
Make more messages translatable
2022-11-08 19:21:29 +00:00
loader.py
Import importlib submodules
2023-06-05 19:32:03 +01:00
lock.py
Replace deprecated threading.currentThread()
2023-04-17 19:28:14 +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
Fix formatting and typos in docstrings
2020-07-25 16:35:48 +01:00
mimeutil.py
Detect sitemaps that do not start with an XML declaration
2020-08-11 19:35:56 +01:00
robotparser2.py
Fix typos
2022-09-02 17:20:02 +08:00
socketutil.py
Run pyupgrade --py37-plus --keep-percent-format
2022-11-08 19:21:29 +00:00
strformat.py
Avoid deprecated use of floats with ngettext
2023-11-27 19:22:08 +00:00
threader.py
Convert to Python 3 super()
2020-06-03 20:06:36 +01:00
trace.py
Replace deprecated threading.currentThread()
2023-04-17 19:28:14 +01:00
url.py
Remove support for nntp and telnet
2023-08-28 19:24:57 +01:00