COMMITS
/ Lib/logging/config.py 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
June 12, 2010
B
Calling __import__ as a method technically works, but really should be wrapped
Brett Cannon committed
April 11, 2010
B
Merged revisions 79279,79284,79293,79373,79376,79379,79876,79888 via svnmerge from
Benjamin Peterson committed
March 13, 2010
February 25, 2010
V
Merged revisions 77967,77969,78033,78055,78081,78085,78108 via svnmerge from
Vinay Sajip committed
February 6, 2010
G
Remove Python 1.x or 2.x compatibility code.
Georg Brandl committed
October 10, 2009
V
June 8, 2009
G
Use boolean for another flag option.
Georg Brandl committed
September 8, 2008
July 23, 2008