index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
logging
/
handlers.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #10949: Improved robustness of rotating file handlers.
Vinay Sajip
2011-01-21
1
-0/+2
*
Issue #7077: Backported fix from py3k.
Vinay Sajip
2010-09-03
1
-7/+6
*
Issue #9512: Made comment more informative.
Vinay Sajip
2010-08-22
1
-1/+6
*
Merged revisions 83901 via svnmerge from
Senthil Kumaran
2010-08-09
1
-1/+1
*
logging: Added LOG_FTP for SysLogHandler and updated documentation.
Vinay Sajip
2010-03-24
1
-1/+3
*
Issue #8117: logging: Improved algorithm for computing initial rollover time.
Vinay Sajip
2010-03-12
1
-2/+6
*
logging: Removed some more 1.5.2 support code.
Vinay Sajip
2010-02-07
1
-24/+3
*
logging: Improved support for SMTP over TLS.
Vinay Sajip
2009-12-06
1
-5/+8
*
logging: Added optional 'secure' parameter to SMTPHandler.
Vinay Sajip
2009-12-06
1
-2/+10
*
Issue #7077: logging: SysLogHandler now treats Unicode as per RFC 5424.
Vinay Sajip
2009-10-21
1
-0/+10
*
Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronis...
Vinay Sajip
2009-10-10
1
-22/+27
*
Issue #5262: Improved fix.
Vinay Sajip
2009-06-11
1
-11/+11
*
Issue #5262: Fixed bug in next roll over time computation in TimedRotatingFil...
Vinay Sajip
2009-06-11
1
-5/+10
*
Issue 5013: Fixed bug in FileHandler when delay was set - added fix for Rotat...
Vinay Sajip
2009-01-20
1
-9/+9
*
Issue 4336: Let users of HTTPConnection.endheaders() submit a message body t...
Kristján Valur Jónsson
2009-01-09
1
-3/+1
*
Fixed: #2914 (RFE for UTC support in TimedRotatingFileHandler) and #2929 (wro...
Vinay Sajip
2008-05-20
1
-12/+20
*
Fix: #2315, #2316, #2317: TimedRotatingFileHandler - changed logic to better ...
Vinay Sajip
2008-04-02
1
-10/+62
*
Patch #2167 from calvin: Remove unused imports
Christian Heimes
2008-02-23
1
-1/+1
*
Added optional delay argument to FileHandler and subclasses.
Vinay Sajip
2008-01-24
1
-11/+14
*
Fix: #1836: Off-by-one bug in TimedRotatingFileHandler rollover calculation. ...
Vinay Sajip
2008-01-21
1
-2/+5
*
Bug #1321: Fixed logic error in TimedRotatingFileHandler.__init__()
Vinay Sajip
2007-10-24
1
-5/+5
*
Updated docstring for SysLogHandler (#1720726).
Vinay Sajip
2007-05-25
1
-1/+2
*
Added new optional credentials argument to SMTPHandler.__init__, and smtp.log...
Vinay Sajip
2007-05-01
1
-7/+12
*
Added optional timeout to SocketHandler.makeSocket (SF #1695948)
Vinay Sajip
2007-04-09
1
-1/+3
*
Use new email module names (#1637162, #1637159, #1637157).
Georg Brandl
2007-01-22
1
-1/+1
*
Updated rotating file handlers to use _open().
Vinay Sajip
2007-01-16
1
-10/+6
*
Added WatchedFileHandler (based on SF patch #1598415)
Vinay Sajip
2007-01-14
1
-0/+49
*
Bare except clause removed from SMTPHandler.emit(). Now, only ImportError is ...
Vinay Sajip
2007-01-08
1
-2/+2
*
Patch by Jeremy Katz (SF #1609407)
Vinay Sajip
2006-12-11
1
-2/+2
*
Addressed SF#1524081 by using a dictionary to map level names to syslog prior...
Vinay Sajip
2006-07-20
1
-3/+25
*
Removed buggy exception handling in doRollover of rotating file handlers. Exc...
Vinay Sajip
2006-06-27
1
-12/+2
*
Replaced my dumb way of calculating seconds to midnight with Tim Peters' much...
Vinay Sajip
2006-05-02
1
-6/+4
*
Exceptions raised during renaming in rotating file handlers are now passed to...
Vinay Sajip
2006-01-16
1
-2/+2
*
Exceptions raised during renaming in rotating file handlers are now passed to...
Vinay Sajip
2006-01-16
1
-2/+12
*
TimedRotatingFileHandler now calculates next rollover from previous rollover ...
Vinay Sajip
2006-01-16
1
-1/+1
*
Fixed bug in time-to-midnight calculation.
Vinay Sajip
2006-01-16
1
-3/+6
*
Fixed indentation bug in _connect_unixsocket (thanks to Ken Lalonde for repor...
Vinay Sajip
2005-11-09
1
-1/+1
*
Exception handling now raises KeyboardInterrupt and SystemExit rather than pa...
Vinay Sajip
2005-10-31
1
-0/+6
*
Exception handling now raises KeyboardInterrupt and SystemExit rather than pa...
Vinay Sajip
2005-10-31
1
-0/+6
*
Added Host and Content-type headers to requests sent by HTTPHandler (suggeste...
Vinay Sajip
2005-10-11
1
-1/+10
*
Added optional encoding argument to file handlers.
Vinay Sajip
2005-03-13
1
-11/+25
*
Improved SysLogHandler error recovery (patch by Erik Forsberg)
Vinay Sajip
2005-01-13
1
-9/+16
*
Changes made to maintain 1.5.2 compatibility.
Vinay Sajip
2004-10-03
1
-6/+27
*
Fixed bug in DatagramHandler.send()
Vinay Sajip
2004-08-24
1
-0/+2
*
Patch #791776: Replace SMTPHandler.date_time with email.Utils.formatdate.
Martin v. Löwis
2004-08-18
1
-16/+2
*
Removed debugging print statements from TimedRotatingFileHandler, and sorted ...
Vinay Sajip
2004-07-12
1
-3/+4
*
Add exception handling for BaseRotatingFileHandler (SF #979252)
Vinay Sajip
2004-07-08
1
-3/+6
*
Whitespace normalization.
Tim Peters
2004-07-07
1
-5/+5
*
Refactored RotatingFileHandler to create a base class for rotating handlers....
Vinay Sajip
2004-07-03
1
-11/+167
*
Removed spurious import statement
Vinay Sajip
2004-03-08
1
-2/+0
[next]