cpython/Lib/logging
Timo Furrer 6e3ca645e7 bpo-33606: improve logging performance when logger is disabled (GH-7285)
A check has been added in Logger.isEnabledFor() to return False when the logger is disabled. This avoids unnecessary work being done when a disabled logger is used.
2018-06-01 08:29:46 +01:00
..
__init__.py bpo-33606: improve logging performance when logger is disabled (GH-7285) 2018-06-01 08:29:46 +01:00
config.py Revert unneccessary changes made in bpo-30296 and apply other improvements. (GH-2624) 2018-02-26 16:50:11 +02:00
handlers.py bpo-30904: Removed duplicated Host: header. (#4465) 2017-11-19 18:36:17 +00:00