COMMITS
/ Lib/logging/config.py April 13, 2021
I
bpo-43731: Add an `encoding` parameter to logging.fileConfig() (GH-25273)
Inada Naoki committed
January 1, 2020
V
bpo-39142: Avoid converting namedtuple instances to ConvertingTuple. (GH-17773)
Vinay Sajip committed
October 31, 2019
L
bpo-38586: setting logging.Handler .name property in fileConfig (GH-16918)
Lucas Cimon committed
September 22, 2019
V
Updated incorrect level-setting code to use setLevel(). (GH-16325)
Vinay Sajip committed
October 15, 2018
July 2, 2018
February 26, 2018
S
Revert unneccessary changes made in bpo-30296 and apply other improvements. (GH-2624)
Serhiy Storchaka committed
November 15, 2017
S
Changed lambda to str.strip in _strip_spaces in logging.config (#4332)
sanjayp committed
September 13, 2017
V
bpo-30830: logging.config.listen() calls server_close() (#3524)
Victor Stinner committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
August 2, 2017
P
bpo-31080: Allowed logging.config.fileConfig() to accept both args and kwargs. (GH-2979)
Preston Landers committed
May 18, 2017
J
bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)
Jon Dufresne committed
October 3, 2016
V
Issue #28335: made minor improvement to implementation.
Vinay Sajip committed
V
Closes #28335: used 'raise from' in logging configuration code.
Vinay Sajip committed
April 15, 2014
March 20, 2014
V
Issue #20444: Reduced code duplication.
Vinay Sajip committed
V
Issue #20558: Improved implementation of error handling.
Vinay Sajip committed
V
Issue #20976: pyflakes: Remove unused imports
Victor Stinner committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
May 25, 2013
March 29, 2013
V
Closes #17540: Merged fix from 3.3.
Vinay Sajip committed
V
Issue #17540: Added style to Formatter configuration by dict.
Vinay Sajip committed
March 23, 2013
V
Closes #17521: Merged fix from 3.3.
Vinay Sajip committed
V
Issue #17521: Merged fix from 3.2.
Vinay Sajip committed
V
Issue #17521: Corrected non-enabling of logger following two calls to fileConfig().
Vinay Sajip committed
March 22, 2013
V
Closes #17508: Merged fix from 3.3.
Vinay Sajip committed
V
Issue #17508: Merged fix from 3.2.
Vinay Sajip committed
V
Issue #17508: Handled out-of-order handler configuration correctly.
Vinay Sajip committed
December 18, 2012
A
Issue #16717: get rid of socket.error, replace with OSError
Andrew Svetlov committed
November 15, 2012
V
Allow configuration of handler properties.
Vinay Sajip committed
October 9, 2012
V
Closes #16110: fileConfig now accepts a pre-initialised ConfigParser instance.
Vinay Sajip committed
V
October 2, 2012
V
Updated docstring for logging.config.listen().
Vinay Sajip committed
V
Issue #15452: Added verify option for logging configuration socket listener.
Vinay Sajip committed
November 7, 2011
F
logging: replace codecs.open with builtins.open, remove '_encoded' sort, add some tests.
Florent Xicluna committed
October 28, 2011
F
Closes #13258: Use callable() built-in in the standard library.
Florent Xicluna committed
April 26, 2011
V
More test_logging coverage improvements.
Vinay Sajip committed
March 7, 2011
V
#Issue 11424: added equivalent fixes for dictConfig.
Vinay Sajip committed
V
#Issue 11424: merged fix from 3.1.
Vinay Sajip committed
V
Issue #11424: Fix bug in determining child loggers.
Vinay Sajip committed
November 10, 2010
Ł
Issue #5412: extend configparser to support mapping access
Łukasz Langa committed
October 31, 2010
B
Merged revisions 86019 via svnmerge from
Brian Curtin committed
B
Fix a ResourceWarning for an unclosed socket.
Brian Curtin committed
September 27, 2010
V
Issue #9947: logging: backported locking fix from py3k.
Vinay Sajip committed
September 25, 2010
V
Issue #9947: logging: Fixed locking bug in stopListening.
Vinay Sajip committed
August 30, 2010
V
logging: merged duplicated code in fileConfig and dictConfig paths.
Vinay Sajip committed
August 15, 2010
F
Replace the deprecated ConfigParser.readfp() method, and fix the incomplete merge in r82293.
Florent Xicluna committed
June 27, 2010
B
Merged revisions 80712,81651 via svnmerge from
Benjamin Peterson committed