summaryrefslogtreecommitdiffstats
path: root/Lib/logging/handlers.py
Commit message (Expand)AuthorAgeFilesLines
* 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