COMMITS
/ Lib/logging/__init__.py 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
January 7, 2020
D
August 2, 2019
V
bpo-37742: Return the root logger when logging.getLogger('root') is c… (#15077)
Vinay Sajip committed
June 17, 2019
V
bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… (GH-14008)
Vinay Sajip committed
May 7, 2019
R
bpo-36015: Handle StreamHandler representaton of stream with an integer name (GH-11908)
Riccardo Magliocchetti committed
G
bpo-36533: Reinit logging.Handler locks on fork(). (GH-12704)
Gregory P. Smith committed
May 6, 2019
S
bpo-36793: Remove unneeded __str__ definitions. (GH-13081)
Serhiy Storchaka committed
March 15, 2019
R
bpo-36272: Logging now propagates RecursionError (GH-12312)
Rémi Lapeyre committed
October 23, 2018
J
bpo-35046: do only one system call per line (logging.StreamHandler) (GH-10042)
Josh Snyder committed
October 15, 2018
September 14, 2018
G
bpo-6721: Hold logging locks across fork() (GH-4071)
Gregory P. Smith committed
August 19, 2018
V
bpo-34415: Updated logging.Formatter docstring. (GH-8811)
Vinay Sajip committed
June 25, 2018
D
bpo-33897: Add a 'force' keyword argument to logging.basicConfig(). (GH-7873)
Dong-hee Na committed
June 5, 2018
V
bpo-33165: Added stacklevel parameter to logging APIs. (GH-7424)
Vinay Sajip committed
June 1, 2018
T
bpo-33606: improve logging performance when logger is disabled (GH-7285)
Timo Furrer committed
May 4, 2018
V
October 19, 2017
Ł
bpo-31457: Don't omit inner ``process()`` calls with nested LogAdapters (#4044)
Łukasz Langa committed
Ł
bpo-31457: Make the `LoggerAdapter.manager` property settable (#4042)
Łukasz Langa committed
September 14, 2017
Ł
bpo-31457: Allow for nested LoggerAdapter objects (#3551)
Łukasz Langa committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
July 30, 2017
V
Updated LoggerAdapter.isEnabledFor to take advantage of caching. (GH-2951)
Vinay Sajip committed
V
A
bpo-30962: Added caching to Logger.isEnabledFor() (GH-2752)
Avram Lubkin committed
June 6, 2017
V
bpo-30520: Implemented pickling for loggers. (#1956)
Vinay Sajip committed
April 24, 2017
S
bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263)
Serhiy Storchaka committed