linkchecker/linkcheck/director
Chris Mayo efc368e6ea Replace deprecated locale.getdefaultlocale()
gettext.translation() can do most of the work for us, calling
gettext.find() and with fallback=True returning a NullTranslations if no
catalog is found.

The do_unicode parameter of install_builtin() should have been removed
in:
384e1e196 ("Remove Python 2 gettext builtin installation", 2020-04-15)
2023-01-13 19:23:56 +00:00
..
__init__.py Fix typos 2022-09-02 17:20:02 +08:00
aggregator.py Enable average HTTP request rate to be above 4 per second 2022-10-05 19:28:01 +01:00
checker.py Fix sitemap output with multiple threads 2022-09-30 19:22:17 +01:00
console.py Replace deprecated locale.getdefaultlocale() 2023-01-13 19:23:56 +00:00
interrupter.py Merge pull request #468 from cjmayo/interrupter 2020-08-15 16:31:33 +01:00
logger.py Run black on linkcheck/ 2020-05-30 17:01:36 +01:00
status.py Fix formatting and typos in docstrings 2020-07-25 16:35:48 +01:00
task.py Convert to Python 3 super() 2020-06-03 20:06:36 +01:00