index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
logging
/
config.py
Commit message (
Expand
)
Author
Age
*
gh-115032: Deprecate support for custom logging handlers with 'strm' argument...
Mariusz Felisiak
5 days
*
gh-124653: Relax (again) detection of queue API for logging handlers (GH-124...
Bénédikt Tran
2024-10-07
*
gh-121723: Relax constraints on queue objects for `logging.handlers.QueueHand...
Bénédikt Tran
2024-08-02
*
gh-120868: Fix breaking change in `logging.config` when using `QueueHandler` ...
Janek Nouvertné
2024-06-27
*
gh-120485: Add an override of `allow_reuse_port` on classes subclassing `sock...
Idan Kapustian
2024-06-16
*
gh-119819: Update logging configuration to support joinable multiproc… (GH-...
Vinay Sajip
2024-06-05
*
gh-119819: Fix regression to allow logging configuration with multipr… (GH-...
Vinay Sajip
2024-06-04
*
gh-118868: logging QueueHandler fix passing of kwargs (GH-118869)
Kaundur
2024-06-04
*
gh-117975: Ensure flush level is checked when configuring a logging MemoryHan...
Vinay Sajip
2024-04-17
*
gh-115032: Update DictConfigurator.configure_formatter() comment about `fmt` ...
Mariusz Felisiak
2024-02-13
*
gh-111615: Fix regression in QueueHandler configuration. (GH-111638)
Vinay Sajip
2023-12-27
*
gh-110875: Handle '.' properties in logging formatter configuration c… (GH-...
Vinay Sajip
2023-11-09
*
gh-109461: Update logging module lock to use context manager (#109462)
Dale Collison
2023-09-27
*
gh-103384: Generalize the regex pattern `BaseConfigurator.INDEX_PATTERN` to a...
Peeyush Aggarwal
2023-08-25
*
gh-103606: raise RuntimeError if config file is invalid or empty (#104701)
Prince Roshan
2023-05-20
*
gh-103606: Improve error message from logging.config.FileConfig (GH-103628)
Prince Roshan
2023-05-18
*
gh-103357: Add logging.Formatter defaults support to logging.config fileConfi...
Bar Harel
2023-04-12
*
gh-90195: Unset logger disabled flag when configuring it. (GH-96530)
Vinay Sajip
2022-09-03
*
gh-93162: Add ability to configure QueueHandler/QueueListener together (GH-93...
Vinay Sajip
2022-06-07
*
bpo-41906: Accept built filters in dictConfig (GH-30756)
Mario Corchero
2022-01-24
*
bpo-46332: use raise..from instead of assigning __cause__ and raising (GH-30517)
Irit Katriel
2022-01-10
*
bpo-43731: Add an `encoding` parameter to logging.fileConfig() (GH-25273)
Inada Naoki
2021-04-13
*
bpo-39142: Avoid converting namedtuple instances to ConvertingTuple. (GH-17773)
Vinay Sajip
2020-01-01
*
bpo-38586: setting logging.Handler .name property in fileConfig (GH-16918)
Lucas Cimon
2019-10-31
*
Updated incorrect level-setting code to use setLevel(). (GH-16325)
Vinay Sajip
2019-09-22
*
bpo-34844: logging.Formatter enhancement - Ensure style and format string mat...
BNMetrics
2018-10-15
*
bpo-33978: Close existing handlers before logging (re-)configuration. (GH-8008)
Xtreak
2018-07-02
*
Revert unneccessary changes made in bpo-30296 and apply other improvements. (...
Serhiy Storchaka
2018-02-26
*
Changed lambda to str.strip in _strip_spaces in logging.config (#4332)
sanjayp
2017-11-15
*
bpo-30830: logging.config.listen() calls server_close() (#3524)
Victor Stinner
2017-09-13
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
*
bpo-31080: Allowed logging.config.fileConfig() to accept both args and kwargs...
Preston Landers
2017-08-02
*
bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)
Jon Dufresne
2017-05-18
*
Issue #28335: made minor improvement to implementation.
Vinay Sajip
2016-10-03
*
Closes #28335: used 'raise from' in logging configuration code.
Vinay Sajip
2016-10-03
*
Closes #21203: Updated fileConfig and dictConfig to remove inconsistencies. T...
Vinay Sajip
2014-04-15
*
Issue #20444: Reduced code duplication.
Vinay Sajip
2014-03-20
*
Issue #20558: Improved implementation of error handling.
Vinay Sajip
2014-03-20
*
Issue #20976: pyflakes: Remove unused imports
Victor Stinner
2014-03-20
*
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon
2013-07-04
*
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon
2013-06-13
*
Closes #18046: Simplified logging internals relating to levels and their name...
Vinay Sajip
2013-05-25
*
Closes #17540: Merged fix from 3.3.
Vinay Sajip
2013-03-29
|
\
|
*
Issue #17540: Added style to Formatter configuration by dict.
Vinay Sajip
2013-03-29
*
|
Closes #17521: Merged fix from 3.3.
Vinay Sajip
2013-03-23
|
\
|
|
*
Issue #17521: Merged fix from 3.2.
Vinay Sajip
2013-03-23
|
|
\
|
|
*
Issue #17521: Corrected non-enabling of logger following two calls to fileCon...
Vinay Sajip
2013-03-23
*
|
|
Closes #17508: Merged fix from 3.3.
Vinay Sajip
2013-03-22
|
\
|
|
|
*
|
Issue #17508: Merged fix from 3.2.
Vinay Sajip
2013-03-22
|
|
\
|
|
|
*
Issue #17508: Handled out-of-order handler configuration correctly.
Vinay Sajip
2013-03-22
[next]