COMMITS
/ Lib/logging/handlers.py 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
June 7, 2016
V
Fixed #27251: merged fix from 3.5.
Vinay Sajip committed
V
Fixed #27251: corrected string/bytes handling in credentials.
Vinay Sajip committed
December 26, 2015
V
Closes #25685: Merged fix from 3.5.
Vinay Sajip committed
V
Closes #25685: Made SocketHandler emission more efficient.
Vinay Sajip committed
October 17, 2015
V
Closes #25411: Merged fix from 3.5.
Vinay Sajip committed
V
Closes #25411: Merged fix from 3.4.
Vinay Sajip committed
V
Closes #25411: Improved Unicode support in SMTPHandler.
Vinay Sajip committed
October 1, 2015
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
February 9, 2015
V
Added respect_handler_level to QueueListener.
Vinay Sajip committed
November 24, 2014
B
add context parameter to HTTPHandler (closes #22788)
Benjamin Peterson committed
November 1, 2014
V
Brought excluded code into the scope of a try block in SysLogHandler.emit().
Vinay Sajip committed
October 17, 2014
V
Issue #22646: Accept list as well as tuple to support initialisation via dictConfig().
Vinay Sajip committed
June 14, 2014
V
Issue #21742: Set stream to None after closing.
Vinay Sajip committed
March 20, 2014
V
Issue #20976: pyflakes: Remove unused imports
Victor Stinner committed
October 6, 2013
V
Issue #19182: Fixed socket leak on exception when connecting.
Vinay Sajip committed
September 27, 2013
V
logging: added support for Unix domain sockets to SocketHandler and DatagramHandler.
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
V
Closes #18940: Merged fix from 3.3.
Vinay Sajip committed
V
Issue #18940: Handled low-volume logging when delay is True.
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 16, 2013
V
Issue #17981: Closed socket on error in SysLogHandler.
Vinay Sajip committed