COMMITS
/ Lib/logging/config.py June 15, 2025
J
gh-127319: Disable port reuse on HTTP, XMLRPC, and logging TCP servers (GH-135405)
Jeremy Cline committed
April 27, 2025
M
gh-115032: Deprecate support for custom logging handlers with 'strm' argument. (GH-115314)
Mariusz Felisiak committed
October 7, 2024
B
gh-124653: Relax (again) detection of queue API for logging handlers (GH-124897)
Bénédikt Tran committed
August 2, 2024
B
gh-121723: Relax constraints on queue objects for `logging.handlers.QueueHandler`. (GH-122154)
Bénédikt Tran committed
June 27, 2024
J
gh-120868: Fix breaking change in `logging.config` when using `QueueHandler` (GH-120872)
Janek Nouvertné committed
June 16, 2024
June 5, 2024
V
gh-119819: Update logging configuration to support joinable multiproc… (GH-120090)
Vinay Sajip committed
June 4, 2024
V
gh-119819: Fix regression to allow logging configuration with multipr… (GH-120030)
Vinay Sajip committed
K
gh-118868: logging QueueHandler fix passing of kwargs (GH-118869)
Kaundur committed
April 17, 2024
February 13, 2024
M
gh-115032: Update DictConfigurator.configure_formatter() comment about `fmt` retry. (GH-115303)
Mariusz Felisiak committed
December 27, 2023
V
gh-111615: Fix regression in QueueHandler configuration. (GH-111638)
Vinay Sajip committed
November 9, 2023
V
gh-110875: Handle '.' properties in logging formatter configuration c… (GH-110943)
Vinay Sajip committed
September 27, 2023
D
gh-109461: Update logging module lock to use context manager (#109462)
Dale Collison committed
August 25, 2023
May 20, 2023
P
gh-103606: raise RuntimeError if config file is invalid or empty (#104701)
Prince Roshan committed
May 18, 2023
P
gh-103606: Improve error message from logging.config.FileConfig (GH-103628)
Prince Roshan committed
April 12, 2023
September 3, 2022
V
gh-90195: Unset logger disabled flag when configuring it. (GH-96530)
Vinay Sajip committed
June 7, 2022
V
gh-93162: Add ability to configure QueueHandler/QueueListener together (GH-93269)
Vinay Sajip committed
January 24, 2022
M
bpo-41906: Accept built filters in dictConfig (GH-30756)
Mario Corchero committed
January 10, 2022
I
bpo-46332: use raise..from instead of assigning __cause__ and raising (GH-30517)
Irit Katriel committed
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