index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
logging
/
config.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-39142: Avoid converting namedtuple instances to ConvertingTuple. (GH-17773)
Vinay Sajip
2020-01-01
1
-1/+1
*
bpo-38586: setting logging.Handler .name property in fileConfig (GH-16918)
Lucas Cimon
2019-10-31
1
-0/+1
*
Updated incorrect level-setting code to use setLevel(). (GH-16325)
Vinay Sajip
2019-09-22
1
-5/+6
*
bpo-34844: logging.Formatter enhancement - Ensure style and format string mat...
BNMetrics
2018-10-15
1
-1/+9
*
bpo-33978: Close existing handlers before logging (re-)configuration. (GH-8008)
Xtreak
2018-07-02
1
-4/+11
*
Revert unneccessary changes made in bpo-30296 and apply other improvements. (...
Serhiy Storchaka
2018-02-26
1
-2/+2
*
Changed lambda to str.strip in _strip_spaces in logging.config (#4332)
sanjayp
2017-11-15
1
-2/+2
*
bpo-30830: logging.config.listen() calls server_close() (#3524)
Victor Stinner
2017-09-13
1
-1/+1
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-8/+1
*
bpo-31080: Allowed logging.config.fileConfig() to accept both args and kwargs...
Preston Landers
2017-08-02
1
-2/+4
*
bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)
Jon Dufresne
2017-05-18
1
-2/+2
*
Issue #28335: made minor improvement to implementation.
Vinay Sajip
2016-10-03
1
-1/+1
*
Closes #28335: used 'raise from' in logging configuration code.
Vinay Sajip
2016-10-03
1
-16/+16
*
Closes #21203: Updated fileConfig and dictConfig to remove inconsistencies. T...
Vinay Sajip
2014-04-15
1
-2/+8
*
Issue #20444: Reduced code duplication.
Vinay Sajip
2014-03-20
1
-50/+34
*
Issue #20558: Improved implementation of error handling.
Vinay Sajip
2014-03-20
1
-12/+11
*
Issue #20976: pyflakes: Remove unused imports
Victor Stinner
2014-03-20
1
-1/+1
*
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon
2013-07-04
1
-1/+1
*
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon
2013-06-14
1
-1/+1
*
Closes #18046: Simplified logging internals relating to levels and their name...
Vinay Sajip
2013-05-25
1
-3/+3
*
Closes #17540: Merged fix from 3.3.
Vinay Sajip
2013-03-29
1
-2/+4
|
\
|
*
Issue #17540: Added style to Formatter configuration by dict.
Vinay Sajip
2013-03-29
1
-2/+4
*
|
Closes #17521: Merged fix from 3.3.
Vinay Sajip
2013-03-23
1
-2/+2
|
\
\
|
|
/
|
*
Issue #17521: Merged fix from 3.2.
Vinay Sajip
2013-03-23
1
-2/+2
|
|
\
|
|
*
Issue #17521: Corrected non-enabling of logger following two calls to fileCon...
Vinay Sajip
2013-03-23
1
-2/+2
*
|
|
Closes #17508: Merged fix from 3.3.
Vinay Sajip
2013-03-22
1
-4/+24
|
\
\
\
|
|
/
/
|
*
|
Issue #17508: Merged fix from 3.2.
Vinay Sajip
2013-03-22
1
-4/+24
|
|
\
\
|
|
|
/
|
|
*
Issue #17508: Handled out-of-order handler configuration correctly.
Vinay Sajip
2013-03-22
1
-4/+24
*
|
|
Issue #16717: get rid of socket.error, replace with OSError
Andrew Svetlov
2012-12-18
1
-1/+1
*
|
|
Allow configuration of handler properties.
Vinay Sajip
2012-11-15
1
-0/+4
*
|
|
Closes #16110: fileConfig now accepts a pre-initialised ConfigParser instance.
Vinay Sajip
2012-10-09
1
-4/+7
*
|
|
Issue #16141: replaced old-style exception handling code in logging with the ...
Vinay Sajip
2012-10-09
1
-4/+2
*
|
|
Updated docstring for logging.config.listen().
Vinay Sajip
2012-10-02
1
-2/+11
*
|
|
Issue #15452: Added verify option for logging configuration socket listener.
Vinay Sajip
2012-10-02
1
-19/+25
|
/
/
*
|
logging: replace codecs.open with builtins.open, remove '_encoded' sort, add ...
Florent Xicluna
2011-11-07
1
-8/+4
*
|
Merge 3.2
Florent Xicluna
2011-10-28
1
-2/+2
|
\
\
|
|
/
|
*
Closes #13258: Use callable() built-in in the standard library.
Florent Xicluna
2011-10-28
1
-2/+2
*
|
More test_logging coverage improvements.
Vinay Sajip
2011-04-26
1
-3/+3
|
/
*
#Issue 11424: added equivalent fixes for dictConfig.
Vinay Sajip
2011-03-07
1
-6/+5
*
#Issue 11424: merged fix from 3.1.
Vinay Sajip
2011-03-07
1
-5/+5
|
\
|
*
Issue #11424: Fix bug in determining child loggers.
Vinay Sajip
2011-03-07
1
-5/+5
|
*
Merged revisions 86019 via svnmerge from
Brian Curtin
2010-10-31
1
-0/+1
|
*
Issue #9947: logging: backported locking fix from py3k.
Vinay Sajip
2010-09-27
1
-5/+7
*
|
Issue #5412: extend configparser to support mapping access
Ćukasz Langa
2010-11-10
1
-45/+25
*
|
Fix a ResourceWarning for an unclosed socket.
Brian Curtin
2010-10-31
1
-0/+1
*
|
Issue #9947: logging: Fixed locking bug in stopListening.
Vinay Sajip
2010-09-25
1
-4/+6
*
|
logging: merged duplicated code in fileConfig and dictConfig paths.
Vinay Sajip
2010-08-30
1
-18/+40
*
|
Replace the deprecated ConfigParser.readfp() method, and fix the incomplete m...
Florent Xicluna
2010-08-15
1
-1/+1
*
|
Merged revisions 80712,81651 via svnmerge from
Benjamin Peterson
2010-06-27
1
-9/+17
*
|
Calling __import__ as a method technically works, but really should be wrapped
Brett Cannon
2010-06-12
1
-1/+1
[next]