linkchecker/linkcheck/logger
Marius Gedminas 22b0165b72 Make _Logger an abstract base class
The __metaclass__ syntax is a Python-2-ism.  It was replaced with

    class _Logger (object, metaclass=abc.ABCMeta):

in Python 3.  And then Python 3.4 introduced abc.ABC which is an empty
class that has ABCMeta as the metaclass, making it simpler to define
abstract base classes.
2020-04-30 23:09:42 +03:00
..
__init__.py Make _Logger an abstract base class 2020-04-30 23:09:42 +03:00
blacklist.py Use Python 3 compatible octal masks 2019-04-13 20:37:39 +01:00
csvlog.py Support Beautiful Soup line numbers 2019-10-05 19:38:57 +01:00
customxml.py Support Beautiful Soup line numbers 2019-10-05 19:38:57 +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 from __future__ imports 2020-04-15 19:49:16 +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 Pass encoding when unquoting 2019-10-05 19:38:57 +01:00
text.py Support Beautiful Soup line numbers 2019-10-05 19:38:57 +01:00
xmllog.py Updated copyright 2014-01-08 22:33:04 +01:00