COMMITS
/ Lib/logging/handlers.py December 31, 2025
December 30, 2025
S
gh-143237: Fix support of named pipes in the rotating logging handlers (GH-143259)
Serhiy Storchaka committed
April 13, 2025
C
gh-132106: Ensure that running `logging.handlers.QueueListener` cannot be started again (GH-132444)
Charles Machalow committed
April 12, 2025
C
gh-132106: Allow `logging.handlers.QueueListener` to be used as a context manager (#132107)
Charles Machalow committed
February 10, 2025
S
January 29, 2025
August 8, 2024
S
gh-116263: Do not rollover empty files in RotatingFileHandler (GH-122788)
Serhiy Storchaka committed
June 27, 2024
C
gh-105623 Fix performance degradation in logging RotatingFileHandler (GH-105887)
Craig Robson committed
March 16, 2024
S
gh-90535: Fix support of interval>1 in logging.TimedRotatingFileHandler (GH-116220)
Serhiy Storchaka committed
March 8, 2024
V
Replace stat.ST_xxx usage with os.stat().st_xxx (#116501)
Victor Stinner committed
March 3, 2024
S
gh-115809: Improve TimedRotatingFileHandler.getFilesToDelete() (GH-115812)
Serhiy Storchaka committed
March 1, 2024
S
gh-88352: Fix logging.TimedRotatingFileHandler (GH-116191)
Serhiy Storchaka committed
February 21, 2024
G
gh-93205: When rotating logs with no namer specified, match whole extension (GH-93224)
Gabriele Catania committed
January 30, 2024
V
gh-114706: Allow QueueListener.stop() to be called more than once. (GH-114748)
Vinay Sajip committed
October 27, 2023
Ł
gh-111276: Clarify docs and comments about the role of LC_CTYPE (#111319)
Łukasz Langa committed
September 27, 2023
D
gh-109461: Update logging module lock to use context manager (#109462)
Dale Collison committed
July 22, 2023
J
gh-107028: tiny textual changes in logging docs and docstrings (GH-107029)
Jochem Boersma committed
October 16, 2022
V
gh-98307: Add docstring and documentation for SysLogHandler.createSocket (GH-98319)
Vinay Sajip committed
August 27, 2022
V
gh-92007: Handle elevation errors in NTEventLogHandler more grace… (GH-96322)
Vinay Sajip committed
August 23, 2022
D
gh-96159: Fix significant performance degradation in logging.TimedRotat… (GH-96182)
Duncan Grisby committed
July 5, 2022
E
bpo-46755: Don't log stack info twice in QueueHandler (GH-31355)
Erik Montnemery committed
June 7, 2022
V
gh-93162: Add ability to configure QueueHandler/QueueListener together (GH-93269)
Vinay Sajip committed
December 14, 2021
V
bpo-46063: Improve algorithm for computing which rolled-over log file… (GH-30093)
Vinay Sajip committed
October 29, 2021
V
bpo-45628: Check all parts of the suffix for an extension match. (GH-29310)
Vinay Sajip committed
October 10, 2021
V
bpo-45401: Change shouldRollover() methods to only rollover regular f… (GH-28822)
Vinay Sajip committed
August 5, 2021
K
bpo-44291: Fix reconnection in logging.handlers.SysLogHandler (GH-26490)
Kirill Pinchuk committed
July 30, 2021
V
July 26, 2021
M
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak committed
July 15, 2021
V
bpo-44473: Update docstring and documentation for QueueHandler.prepar… (GH-27140)
Vinay Sajip committed
April 6, 2021
I
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25189)
Inada Naoki committed
August 16, 2020
I
bpo-41503: Fix race between setTarget and flush in logging.handlers.MemoryHandler (GH-21765)
Irit Katriel committed
March 4, 2020
January 10, 2020
V
bpo-39292: Add missing syslog facility codes. (GH-17945)
Vinay Sajip committed
November 13, 2019
D
bpo-38781: Clear buffer in MemoryHandler flush (GH-17132)
Daniel Andersson committed
November 6, 2019
June 17, 2019
V
bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… (GH-14008)
Vinay Sajip committed
June 4, 2019
B
Fix extraneous whitespace in QueueListener.prepare (GH-13803)
Boris Feld committed
June 1, 2019
B
bpo-36813: Fix QueueListener to call task_done() upon termination. (GH-13113)
Bar Harel committed
January 23, 2019
M
September 25, 2018
C
bpo-34334: Don't log traceback twice in QueueHandler (GH-9537)
Cheryl Sabella committed
November 19, 2017
V
bpo-30904: Removed duplicated Host: header. (#4465)
Vinay Sajip committed
October 27, 2017
L
bpo-30989: Sort in TimedRotatingFileHandler only when needed. (GH-2812)
Lovesh Harchandani committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
August 1, 2017
F
June 1, 2017
X
bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1676)
Xiang Zhang committed
March 17, 2017
К
bpo-29808: SysLogHandler: Do not fail if initial connect to syslog failed (#663) (#663)
Коренберг Марк committed
September 8, 2016
V
Closes #27930: Merged fix from 3.5.
Vinay Sajip committed
V
Fixes #27930: improved QueueListener behaviour.
Vinay Sajip committed
July 22, 2016
V
Closes #27493: accepted Path objects in file handlers for logging.
Vinay Sajip committed
V
Closes #26559: Allow configuring flush-on-close behaviour of MemoryHandler.
Vinay Sajip committed