COMMITS
/ Lib/logging/__init__.py March 26, 2026
J
gh-145650: Add `logging.{Formatter,Filter}.__repr__` (GH-145652)
Jack Danger committed
October 30, 2025
S
gh-138162: Fix logging.LoggerAdapter with merge_extra=True and without the extra argument (GH-140511)
Serhiy Storchaka committed
September 29, 2025
H
gh-76007: Deprecate `__version__` attribute (#138675)
Hugo van Kemenade committed
June 25, 2025
V
gh-91555: Revert disabling of logger while handling log record. (GH-135858)
Vinay Sajip committed
May 21, 2025
S
gh-134360 Add processName attribute to `logging.Formatter` docstring (GH-134371)
Sofia Toro committed
May 14, 2025
S
gh-133577: Add parameter `formatter` to `logging.basicConfig` (GH-133578)
Sebastian Pipping committed
May 8, 2025
D
gh-91555: disable logger while handling log record (GH-131812)
Duane Griffin committed
August 9, 2024
V
gh-105376: Restore deprecated logging warn() method (#122775)
Victor Stinner committed
June 24, 2024
S
gh-120683: Fix an error in logging.LogRecord timestamp (GH-120709)
Serhiy Storchaka committed
April 16, 2024
March 22, 2024
V
[docs] Fix typo in docstring and add example to logging cookbook. (GH-117157)
Vinay Sajip committed
February 12, 2024
S
gh-115233: Fix an example in the Logging Cookbook (GH-115325)
Serhiy Storchaka committed
January 26, 2024
T
gh-114494: Change logging docstring to bool for exec_info (GH=114558)
Tristan Pank committed
September 27, 2023
D
gh-109461: Update logging module lock to use context manager (#109462)
Dale Collison committed
August 15, 2023
R
gh-76913: Add "merge extras" feature to LoggerAdapter (GH-107292)
Romuald Brunet committed
August 7, 2023
N
gh-107710: Speed up `logging.getHandlerNames` function (#107711)
Nikita Sobolev committed
July 14, 2023
I
gh-102799: replace internal sys.exc_info() call by sys.exception() (#106746)
Irit Katriel committed
July 9, 2023
V
gh-105376: Remove logging.warn() and LoggerAdapter.warn() (#106553)
Victor Stinner committed
July 6, 2023
A
gh-106238: Handle KeyboardInterrupt during logging._acquireLock() (GH-106239)
Ariel Eizenberg committed
June 6, 2023
V
gh-105376: Remove logging.Logger.warn() method (#105377)
Victor Stinner committed
March 31, 2023
I
gh-102799: use exception instance instead of sys.exc_info() (#102885)
Irit Katriel committed
November 28, 2022
C
August 31, 2022
V
gh-89258: Add a getChildren() method to logging.Logger. (GH-96444)
Vinay Sajip committed
August 27, 2022
V
gh-89047: Fix msecs computation so you never end up with 1000 msecs. (GH-96340)
Vinay Sajip committed
August 10, 2022
D
gh-95804: Respect MemoryHandler.flushOnClose in logging shutdown. (GH-95857)
David Bonner committed
July 30, 2022
R
gh-95454: Replace truthy/falsy with true/false (GH-95456)
Robert O'Shea committed
June 7, 2022
A
gh-92592: Allow logging filters to return a LogRecord. (GH-92591)
Adrian Garcia Badaracco committed
V
gh-93162: Add ability to configure QueueHandler/QueueListener together (GH-93269)
Vinay Sajip committed
June 4, 2022
C
[doc] Correct a grammatical error in a docstring. (GH-93441)
Colin Delahunty committed
May 26, 2022
J
gh-91513: Add 'asyncio' taskName to logging LogRecord attributes. (GH-93193)
jackh-ncl committed
May 2, 2022
T
Delete outdated comment in logging module (#31117)
Thomas Miedema committed
A
March 27, 2022
J
bpo-45171: Remove tests of deprecated logger.warn(). (GH-32139)
Jouke Witteveen committed
J
bpo-45171: Fix stacklevel handling in logging. (GH-28287)
Jouke Witteveen committed
March 15, 2022
M
bpo-46557: Log captured warnings without format string (GH-30975)
Michael P. Nitowski committed
July 25, 2021
A
bpo-42378: fixed log truncation on logging shutdown (GH-27310)
andrei kulakov committed
June 3, 2021
A
bpo-43858: Add logging.getLevelNamesMapping() (GH-26459)
andrei kulakov committed
May 25, 2021
Y
bpo-44222: Improve _removeHandlerRef() for a very long _handlerList (GH-26325)
Yonatan Goldschmidt committed
April 6, 2021
I
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25189)
Inada Naoki committed
March 8, 2021
M
bpo-43353: Document that logging.getLevelName() accepts string representation of logging level. (GH-24693)
Mariusz Felisiak committed
December 16, 2020
M
bpo-42644: Validate values in logging.disable() (#23786)
Matthias Bussonnier committed
November 2, 2020
V
bpo-26789: Fix logging.FileHandler._open() at exit (GH-23053)
Victor Stinner committed
October 16, 2020
N
bpo-42011: Update documentation of logging.Filter.filter() (GH-22692)
Necdet Can Atesman committed
October 4, 2020
H
Delete extra 'the' from `Formatter` class docstring (GH-22530)
Hansraj Das committed
September 25, 2020
E
Fix logging error message (GH-22410)
Eric Larson committed
June 18, 2020
B
bpo-40884: Added defaults parameter for logging.Formatter (GH-20668)
Bar Harel committed
June 15, 2020
R
bpo-40836: Add docstring to logging.fatal() and logging.Logger.fatal() (GH-20563)
Rémi Lapeyre committed
May 26, 2020
A
bpo-40756: Default second argument of LoggerAdapter.__init__ to None (GH-20362)
Arturo Escaip committed
April 17, 2020
M
bpo-40300: Allow empty logging.Formatter.default_msec_format. (GH-19551)
Mariusz Felisiak committed
April 13, 2020
V
bpo-40091: Fix a hang at fork in the logging module (GH-19416)
Victor Stinner committed