120 Commits (cd8efa3704bc1aec1338fdc8fc0cfe8ee5bc100e)

Author SHA1 Message Date
Giampaolo Rodola' f9de90a935 remove obsolete hasattr() check for socket.sendall 14 years ago
Vinay Sajip ee892b9226 Issue #16244: Remove file mode overrides. 14 years ago
Giampaolo Rodola' 35eeb30adf logging's SocketHandler: get rid of some legacy code and use the newer socket.create_connection() utility function 14 years ago
Vinay Sajip b5ca932be2 Issue #16168: Use specified socket type for domain sockets in SysLogHandler. 14 years ago
Vinay Sajip 8cf4eb1463 Issue #16141: replaced old-style exception handling code in logging with the modern idiom. 14 years ago
Vinay Sajip 3e6d71d336 Issue #15179: Closed socket on connection failure. Thanks to Kazutaka Morita for the patch. 14 years ago
Vinay Sajip 66b8b08752 Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to John Mulligan for the problem report and patch. 14 years ago
Vinay Sajip 26308da174 Issue #14622: Increased default timeout for SMTPHandler. 14 years ago
Vinay Sajip ee9e485c21 Closes #14452: remove BOM insertion code. 14 years ago
Vinay Sajip 6f5e54e769 Closes #14436: Convert msg + args to string before pickling. 14 years ago
Vinay Sajip ee64b28cf4 Closes #14314: backported fix. 14 years ago
Vinay Sajip 17160fd6d6 Fixes #14314: Improved SMTP timeout handling. 15 years ago
Vinay Sajip 27f48979ca Closes #14267: Corrected computation of rollover filename. 15 years ago
Vinay Sajip f05090372a Fix added for recent changes in non-threading environments. 15 years ago
Vinay Sajip 0abf61db4d logging: Added locking in flush() and close() handler methods. Thanks to Fayaz Yusuf Khan for the suggestion. 15 years ago
Vinay Sajip 23b94d0b98 Refactored logging rotating handlers for improved flexibility. 15 years ago
Florent Xicluna 5252f9faee logging: replace codecs.open with builtins.open, remove '_encoded' sort, add some tests. 15 years ago
Vinay Sajip 2353e35570 Closes #12419: Added ident to SysLogHandler. 15 years ago
Vinay Sajip 8168d10ea6 Issue #12168: SysLogHandler now allows NUL termination to be controlled using a new 'append_nul' attribute on the handler. 15 years ago
Vinay Sajip fd28502fcf Closed resource leak in SysLogHandler. 15 years ago
Vinay Sajip b37cd39202 Changed where socket close is called on connection failure. 15 years ago
Vinay Sajip 2261b325ab Close socket on connection failure. 15 years ago
Vinay Sajip 0372e10684 Improved coverage and fixed bug in HTTPHandler with POST requests. 15 years ago
Victor Stinner cafa2efedb logging: don't define QueueListener if Python has no thread support 15 years ago
Vinay Sajip de19e08de4 Updated usage of boolean values. 15 years ago
Vinay Sajip 7fe1d51924 Improved test_logging coverage. 15 years ago
Vinay Sajip 5a35b06d5e test_logging coverage improvements. 15 years ago
Vinay Sajip 985ef87ea0 More test_logging coverage improvements. 15 years ago
Vinay Sajip e723e96103 Issue #11852: Add missing imports and update tests. 15 years ago
Vinay Sajip aa7c179285 Improved QueueListener implementation - queue sentinel addition made extensible. 16 years ago
Vinay Sajip eb9d5ad6ba Issue #10949: Improved robustness of rotating file handlers. 16 years ago
Vinay Sajip 01241d6c35 Issue #10949: Improved robustness of rotating file handlers. 16 years ago
Georg Brandl ed3baf35c3 #10810: fix missing import. 16 years ago
Vinay Sajip 0637d493e9 logging: added QueueListener and documentation. 16 years ago
Vinay Sajip 0258ce8f0a logging: Added QueueHandler.prepare and updated documentation. 16 years ago
Vinay Sajip c84f016988 Added some methods to LoggerAdapter, and updated documentation. 16 years ago
Vinay Sajip af9d10aa30 logging: enhanced HTTPHandler 16 years ago
Vinay Sajip 121a1c4e11 logging: Added QueueHandler. 16 years ago
Vinay Sajip 609364a989 Logging: removed some old commented out code. 16 years ago
Vinay Sajip 89994b279f Issue #9512: Made comment more informative. 16 years ago
Vinay Sajip 89d8f82d01 Issue #7077: Fixed bug in previous fix. 16 years ago
Vinay Sajip 467d12fcb2 Issue #7077: Fixed SysLogHandler implementation of Unicode handling. 16 years ago
Senthil Kumaran 7a956cc74e Merged revisions 83901 via svnmerge from 16 years ago
Senthil Kumaran 30e86a4767 Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded variations. Changes in Modules. 16 years ago
Vinay Sajip e030d937c6 Backported SysLogHandler fix for issue #7077. 16 years ago
Benjamin Peterson 22005fc5ba Merged revisions 79279,79284,79293,79373,79376,79379,79876,79888 via svnmerge from 16 years ago
Benjamin Peterson 9451a1c6ae Merged revisions 77967,77969,77973,77979,77985-77986,78009,78029,78031-78033,78081,78085,78103,78105-78106,78108,78246,78703,78728,78731,78853,78855 via svnmerge from 17 years ago
Vinay Sajip db81c4c63a Merged revisions 77967,77969,78033,78055,78081,78085,78108 via svnmerge from 17 years ago
Vinay Sajip 25fcd22057 logging: Improved support for SMTP over TLS. 17 years ago
Vinay Sajip 540f215294 logging: Added optional 'secure' parameter to SMTPHandler. 17 years ago