black/blib2to3/pgen2
Anders-Petter Ljungquist 227c2d77b4 Changes default logger used by blib2to3 Driver (#732)
... to stop it from spamming the log when black is used as a library in another
    python application.

When used indirectly by black the logger initiated in `driver.py` will emit
thousands of debug messages making the debug level of the root logger virtually
useless. By getting a named logger instead the verbosity of logging from this
module can easily be controlled by setting its log level.

Fixes #715
2019-03-14 13:39:42 +01:00
..
__init__.py Initial commit 2018-03-14 12:55:32 -07:00
__init__.pyi Initial commit 2018-03-14 12:55:32 -07:00
conv.py Initial commit 2018-03-14 12:55:32 -07:00
driver.py Changes default logger used by blib2to3 Driver (#732) 2019-03-14 13:39:42 +01:00
driver.pyi Initial commit 2018-03-14 12:55:32 -07:00
grammar.py Atomically write cache files (#674) 2019-01-18 20:59:17 -08:00
grammar.pyi Initial commit 2018-03-14 12:55:32 -07:00
literals.py Initial commit 2018-03-14 12:55:32 -07:00
literals.pyi Initial commit 2018-03-14 12:55:32 -07:00
parse.py Initial commit 2018-03-14 12:55:32 -07:00
parse.pyi Initial commit 2018-03-14 12:55:32 -07:00
pgen.py Initial commit 2018-03-14 12:55:32 -07:00
pgen.pyi Initial commit 2018-03-14 12:55:32 -07:00
token.py Remove unnecessary shebang lines (#189) 2018-05-04 13:52:17 -07:00
token.pyi Initial commit 2018-03-14 12:55:32 -07:00
tokenize.py Support parsing of async generators in non-async functions (#165) 2018-08-20 14:47:58 +01:00
tokenize.pyi Initial commit 2018-03-14 12:55:32 -07:00