summaryrefslogtreecommitdiffstats
path: root/Lib/logging/handlers.py
Commit message (Expand)AuthorAgeFilesLines
* Added optional delay argument to FileHandler and subclasses.Vinay Sajip2008-01-241-11/+14
* Fix: #1836: Off-by-one bug in TimedRotatingFileHandler rollover calculation. ...Vinay Sajip2008-01-211-2/+5
* Bug #1321: Fixed logic error in TimedRotatingFileHandler.__init__()Vinay Sajip2007-10-241-5/+5
* Updated docstring for SysLogHandler (#1720726).Vinay Sajip2007-05-251-1/+2
* Added new optional credentials argument to SMTPHandler.__init__, and smtp.log...Vinay Sajip2007-05-011-7/+12
* Added optional timeout to SocketHandler.makeSocket (SF #1695948)Vinay Sajip2007-04-091-1/+3
* Use new email module names (#1637162, #1637159, #1637157).Georg Brandl2007-01-221-1/+1
* Updated rotating file handlers to use _open().Vinay Sajip2007-01-161-10/+6
* Added WatchedFileHandler (based on SF patch #1598415)Vinay Sajip2007-01-141-0/+49
* Bare except clause removed from SMTPHandler.emit(). Now, only ImportError is ...Vinay Sajip2007-01-081-2/+2
* Patch by Jeremy Katz (SF #1609407)Vinay Sajip2006-12-111-2/+2
* Addressed SF#1524081 by using a dictionary to map level names to syslog prior...Vinay Sajip2006-07-201-3/+25
* Removed buggy exception handling in doRollover of rotating file handlers. Exc...Vinay Sajip2006-06-271-12/+2
* Replaced my dumb way of calculating seconds to midnight with Tim Peters' much...Vinay Sajip2006-05-021-6/+4
* Exceptions raised during renaming in rotating file handlers are now passed to...Vinay Sajip2006-01-161-2/+2
* Exceptions raised during renaming in rotating file handlers are now passed to...Vinay Sajip2006-01-161-2/+12
* TimedRotatingFileHandler now calculates next rollover from previous rollover ...Vinay Sajip2006-01-161-1/+1
* Fixed bug in time-to-midnight calculation.Vinay Sajip2006-01-161-3/+6
* Fixed indentation bug in _connect_unixsocket (thanks to Ken Lalonde for repor...Vinay Sajip2005-11-091-1/+1
* Exception handling now raises KeyboardInterrupt and SystemExit rather than pa...Vinay Sajip2005-10-311-0/+6
* Exception handling now raises KeyboardInterrupt and SystemExit rather than pa...Vinay Sajip2005-10-311-0/+6
* Added Host and Content-type headers to requests sent by HTTPHandler (suggeste...Vinay Sajip2005-10-111-1/+10
* Added optional encoding argument to file handlers.Vinay Sajip2005-03-131-11/+25
* Improved SysLogHandler error recovery (patch by Erik Forsberg)Vinay Sajip2005-01-131-9/+16
* Changes made to maintain 1.5.2 compatibility.Vinay Sajip2004-10-031-6/+27
* Fixed bug in DatagramHandler.send()Vinay Sajip2004-08-241-0/+2
* Patch #791776: Replace SMTPHandler.date_time with email.Utils.formatdate.Martin v. Löwis2004-08-181-16/+2
* Removed debugging print statements from TimedRotatingFileHandler, and sorted ...Vinay Sajip2004-07-121-3/+4
* Add exception handling for BaseRotatingFileHandler (SF #979252)Vinay Sajip2004-07-081-3/+6
* Whitespace normalization.Tim Peters2004-07-071-5/+5
* Refactored RotatingFileHandler to create a base class for rotating handlers....Vinay Sajip2004-07-031-11/+167
* Removed spurious import statementVinay Sajip2004-03-081-2/+0
* Minor documentation changesVinay Sajip2004-02-281-2/+3
* Added close() (which flushes) to BufferingHandler and tidied MemoryHandler.cl...Vinay Sajip2004-02-211-2/+10
* Copyright year change.Vinay Sajip2004-02-201-17/+67
* SF bug #835457: Small typo in logging documentationRaymond Hettinger2003-11-081-1/+1
* SF patch #761519: Fixes for bugs 760703 and 757821Raymond Hettinger2003-06-271-13/+12
* SF patch #725904, Minor changes to logging from module author (Vinay Sajip)Neal Norwitz2003-04-231-7/+29
* SF patch #687683, Patches to logging (updates from Vinay)Neal Norwitz2003-02-181-13/+15
* amk pointed out that syslog may use UDP or TCP sockets.Neal Norwitz2003-01-261-1/+7
* SF #642974, logging SysLogHandler proto type wrongNeal Norwitz2003-01-261-1/+1
* Get rid of #! lines, references to usage as __main__, README.txt, andGuido van Rossum2002-11-131-8/+0
* Adding Vinay Sajip's logging package.Guido van Rossum2002-11-131-0/+707