COMMITS
/ Lib/logging/__init__.py 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
January 11, 2017
V
Issue #29220: Merged fixes from 3.6.
Vinay Sajip committed
V
Issue #292Merged fixes from 3.5.
Vinay Sajip committed
V
Issue #29220: Improved fix and test.
Vinay Sajip committed
V
Closes #29220: Fixed regression in logging.getLevelName().
Vinay Sajip committed
December 31, 2016
V
Closes #28524: added default level for logging.disable().
Vinay Sajip committed
September 3, 2016
V
Fixes #27937: optimise code used in all logging calls.
Vinay Sajip committed
V
Closes #27935: returned numeric value for 'FATAL' logging level.
Vinay Sajip committed
V
Fixes #27937: optimise code used in all logging calls.
Vinay Sajip committed
August 6, 2016
V
Closes #27650: Implemented repr methods for logging objects.
Vinay Sajip committed
July 22, 2016
V
Closes #27493: accepted Path objects in file handlers for logging.
Vinay Sajip committed
February 25, 2016
G
merge with 3.5
Georg Brandl committed
G
Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak.
Georg Brandl committed
November 14, 2015
M
Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej
Martin Panter committed
April 10, 2015
S
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka committed
S
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka committed
March 18, 2015
V
Issue #23207: merged fix from 3.4.
Vinay Sajip committed
V
Issue #23207: Improved kwarg validation.
Vinay Sajip committed
January 23, 2015
V
Closes #23207: logging.basicConfig() now does additional validation of its arguments.
Vinay Sajip committed
V
Issue #23207: logging.basicConfig() now does additional validation of its arguments.
Vinay Sajip committed
January 6, 2015
V
Closes #21980: Added a __repr__ for LogRecord.
Vinay Sajip committed
V
Closes #23151: Removed unnecessary initialization.
Vinay Sajip committed
September 14, 2014
September 11, 2014
V
Issue #22386: fixed regression.
Vinay Sajip committed
June 12, 2014
V
Issue #21709: Improved implementation to cover the frozen module case.
Vinay Sajip committed
June 11, 2014
V
Issue #21709: Remove references to __file__ when part of a frozen application.
Vinay Sajip committed
April 10, 2014
V
Issue #21172: isinstance check relaxed from dict to collections.Mapping.
Vinay Sajip committed
April 4, 2014
V
Issue #21149: Improved thread-safety in logging cleanup during interpreter shutdown.
Vinay Sajip committed
March 14, 2014
V
January 13, 2014
V
Closes #20242: Merged fix from 3.3.
Vinay Sajip committed
V
Issue #20242: Fixed basicConfig() format strings for the alternative formatting styles.
Vinay Sajip committed
November 15, 2013
V
Issue #19523: Closed FileHandler leak which occurred when delay was set.
Vinay Sajip committed
V
Closes #19523: Merged fix from 3.3.
Vinay Sajip committed
September 6, 2013
V
Closes #18941: Merged fix from 3.3.
Vinay Sajip committed
V
Issue #18941: Respected delay when doing rollover.
Vinay Sajip committed
August 8, 2013
V
Closes #18671: Output more information when logging exceptions occur.
Vinay Sajip 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
January 15, 2013
V
Issue #9501: Merged fix from 3.3.
Vinay Sajip committed
V
Issue #9501: Merged fix from 3.2.
Vinay Sajip committed
V
Issue #9501: Improved shutdown handling to deal with module attributes correctly.
Vinay Sajip committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
December 18, 2012
A
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov committed
A
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov committed
A
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov committed