| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
dictConfig().
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Unix domain sockets.
|
| |
|
| |
|
|
|
|
| |
for the patch.
|
|
|
|
| |
to John Mulligan for the problem report and patch.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fayaz Yusuf Khan for the suggestion.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r83901 | senthil.kumaran | 2010-08-10 01:31:35 +0530 (Tue, 10 Aug 2010) | 3 lines
Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded variations. Changes in Modules.
........
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
anachronisms in the code.
|
| |
|
|
|
|
| |
TimedRotatingFileHandler.
|
|
|
|
| |
RotatingFileHandler and changed header comment slightly.
|
|
|
|
| |
to the function if required.
|
|
|
|
| |
(wrong filename used to delete old log files).
|
|
|
|
| |
handle daylight savings time, deletion of old log files, and fixed a bug in calculating rollover when no logging occurs for a longer interval than the rollover period.
|
| |
|
| |
|
|
|
|
| |
Patch thanks to Kathryn M. Kowalski.
|
| |
|
| |
|
|
|
|
| |
smtp.login() is now called in SMTPHandler.emit() if credentials are specified.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
trapped.
Bare except clause removed from SocketHandler.createSocket(). Now, only socket.error is trapped.
(SF #411881)
|
| |
|
|
|
|
| |
priority names, rather than a string.lower().
|
|
|
|
| |
Exceptions now propagate to caller.
|