- 1bf197e Fixed #27251: corrected string/bytes handling in credentials. by Vinay Sajip · 8 years ago
- 9cdfd18 Closes #25685: Made SocketHandler emission more efficient. by Vinay Sajip · 9 years ago
- 3f445f7 Closes #25411: Merged fix from 3.4. by Vinay Sajip · 9 years ago
- 277640a Closes #25411: Improved Unicode support in SMTPHandler. by Vinay Sajip · 9 years ago
- 7e7a3db Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 10 years ago
- 2116b12 Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 10 years ago
- 365701a Added respect_handler_level to QueueListener. by Vinay Sajip · 10 years ago
- 43052a1 add context parameter to HTTPHandler (closes #22788) by Benjamin Peterson · 10 years ago
- c33a0cc Brought excluded code into the scope of a try block in SysLogHandler.emit(). by Vinay Sajip · 10 years ago
- 16c41ab Issue #22646: Accept list as well as tuple to support initialisation via dictConfig(). by Vinay Sajip · 10 years ago
- 0220048 Issue #21742: Set stream to None after closing. by Vinay Sajip · 10 years ago
- 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 11 years ago
- 38c741c Issue #19182: Fixed socket leak on exception when connecting. by Vinay Sajip · 11 years ago
- 5421f35 logging: added support for Unix domain sockets to SocketHandler and DatagramHandler. by Vinay Sajip · 11 years ago
- f7b436c Closes #18941: Merged fix from 3.3. by Vinay Sajip · 11 years ago
- 43c6ef1 Issue #18941: Respected delay when doing rollover. by Vinay Sajip · 11 years ago
- a92a356 Closes #18940: Merged fix from 3.3. by Vinay Sajip · 11 years ago
- d859926 Issue #18940: Handled low-volume logging when delay is True. by Vinay Sajip · 11 years ago
- cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
- 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
- 862b15e Issue #17981: Closed socket on error in SysLogHandler. by Vinay Sajip · 11 years ago
- 3a8f510 Closes #17981: Merged fix from 3.3. by Vinay Sajip · 11 years ago
- 40589f4 Closes #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets. by Vinay Sajip · 12 years ago
- e917052 Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Unix domain sockets. by Vinay Sajip · 12 years ago
- a713079 Closed #9556: Allowed specifying a time-of-day for a TimedRotatingFileHandler to rotate. by Vinay Sajip · 12 years ago
- 765531d Issue #17516: use comment syntax for comments, instead of multiline string by Victor Stinner · 12 years ago
- 0166a28 modernize some modules' code by replacing OSError->ENOENT/ENOTDIR/EPERM/EEXIST occurrences with the corresponding pep-3151 exceptions (FileNotFoundError, NotADirectoryError, etc.) by Giampaolo Rodola' · 12 years ago
- 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
- f9de90a remove obsolete hasattr() check for socket.sendall by Giampaolo Rodola' · 12 years ago
- 3ba726c Closes #16244: Merged change from 3.3. by Vinay Sajip · 12 years ago
- e7e7af4 Issue #16244: Merged change from 3.2. by Vinay Sajip · 12 years ago
- ee892b9 Issue #16244: Remove file mode overrides. by Vinay Sajip · 12 years ago
- 35eeb30 logging's SocketHandler: get rid of some legacy code and use the newer socket.create_connection() utility function by Giampaolo Rodola' · 12 years ago
- 6978d58 Closes #16168: Merged SysLogHandler update from 3.3. by Vinay Sajip · 12 years ago
- 7903df4 Issue #16168: Merged SysLogHandler update from 3.2. by Vinay Sajip · 12 years ago
- b5ca932 Issue #16168: Use specified socket type for domain sockets in SysLogHandler. by Vinay Sajip · 12 years ago
- 8cf4eb1 Issue #16141: replaced old-style exception handling code in logging with the modern idiom. by Vinay Sajip · 12 years ago
- a57a8e0 Closes #15179: Merged fix from 3.2. by Vinay Sajip · 12 years ago
- 3e6d71d Issue #15179: Closed socket on connection failure. Thanks to Kazutaka Morita for the patch. by Vinay Sajip · 12 years ago
- a5798de Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to John Mulligan for the problem report and patch. by Vinay Sajip · 13 years ago
- 66b8b08 Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to John Mulligan for the problem report and patch. by Vinay Sajip · 13 years ago
- 26308da Issue #14622: Increased default timeout for SMTPHandler. by Vinay Sajip · 13 years ago
- b4e59e9 Closes #14452: remove BOM insertion code. by Vinay Sajip · 13 years ago
- ee9e485 Closes #14452: remove BOM insertion code. by Vinay Sajip · 13 years ago
- b4f6da8 Closes #14436: merged fix from 3.2. by Vinay Sajip · 13 years ago
- 6f5e54e Closes #14436: Convert msg + args to string before pickling. by Vinay Sajip · 13 years ago
- ee64b28 Closes #14314: backported fix. by Vinay Sajip · 13 years ago
- 17160fd Fixes #14314: Improved SMTP timeout handling. by Vinay Sajip · 13 years ago
- 0f15181 Closes #14267: Merged fix from 3.2. by Vinay Sajip · 13 years ago
- 27f4897 Closes #14267: Corrected computation of rollover filename. by Vinay Sajip · 13 years ago
- 323e4fb Merged fix added for recent changes in non-threading environments. by Vinay Sajip · 13 years ago
- f050903 Fix added for recent changes in non-threading environments. by Vinay Sajip · 13 years ago
- 57c2237 Merged logging flush/close changes from 3.2. by Vinay Sajip · 13 years ago
- 0abf61d logging: Added locking in flush() and close() handler methods. Thanks to Fayaz Yusuf Khan for the suggestion. by Vinay Sajip · 13 years ago
- 23b94d0 Refactored logging rotating handlers for improved flexibility. by Vinay Sajip · 13 years ago
- 5252f9f logging: replace codecs.open with builtins.open, remove '_encoded' sort, add some tests. by Florent Xicluna · 13 years ago
- 2353e35 Closes #12419: Added ident to SysLogHandler. by Vinay Sajip · 13 years ago
- 8dd8d58 Merged fix for issue #12168 from 3.2. by Vinay Sajip · 13 years ago
- 8168d10 Issue #12168: SysLogHandler now allows NUL termination to be controlled using a new 'append_nul' attribute on the handler. by Vinay Sajip · 13 years ago
- fd28502 Closed resource leak in SysLogHandler. by Vinay Sajip · 13 years ago
- b37cd39 Changed where socket close is called on connection failure. by Vinay Sajip · 13 years ago
- 2261b32 Close socket on connection failure. by Vinay Sajip · 13 years ago
- 0372e10 Improved coverage and fixed bug in HTTPHandler with POST requests. by Vinay Sajip · 14 years ago
- 59bec36 (Merge 3.2) logging: don't define QueueListener if Python has no thread support by Victor Stinner · 14 years ago
- cafa2ef logging: don't define QueueListener if Python has no thread support by Victor Stinner · 14 years ago
- de19e08 Updated usage of boolean values. by Vinay Sajip · 14 years ago
- 7fe1d51 Improved test_logging coverage. by Vinay Sajip · 14 years ago
- 5a35b06 test_logging coverage improvements. by Vinay Sajip · 14 years ago
- 985ef87 More test_logging coverage improvements. by Vinay Sajip · 14 years ago
- cd5a2bd Issue #11852: Merge fix from 3.2. by Vinay Sajip · 14 years ago
- e723e96 Issue #11852: Add missing imports and update tests. by Vinay Sajip · 14 years ago
- aa7c179 Improved QueueListener implementation - queue sentinel addition made extensible. by Vinay Sajip · 14 years ago
- 01241d6 Issue #10949: Improved robustness of rotating file handlers. by Vinay Sajip · 14 years ago
- 0637d49 logging: added QueueListener and documentation. by Vinay Sajip · 14 years ago
- 0258ce8 logging: Added QueueHandler.prepare and updated documentation. by Vinay Sajip · 14 years ago
- c84f016 Added some methods to LoggerAdapter, and updated documentation. by Vinay Sajip · 14 years ago
- af9d10a logging: enhanced HTTPHandler by Vinay Sajip · 14 years ago
- 121a1c4 logging: Added QueueHandler. by Vinay Sajip · 14 years ago
- 609364a Logging: removed some old commented out code. by Vinay Sajip · 14 years ago
- 89994b2 Issue #9512: Made comment more informative. by Vinay Sajip · 14 years ago
- 89d8f82 Issue #7077: Fixed bug in previous fix. by Vinay Sajip · 14 years ago
- 467d12f Issue #7077: Fixed SysLogHandler implementation of Unicode handling. by Vinay Sajip · 14 years ago
- 30e86a4 Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded variations. Changes in Modules. by Senthil Kumaran · 14 years ago
- 22005fc Merged revisions 79279,79284,79293,79373,79376,79379,79876,79888 via svnmerge from by Benjamin Peterson · 15 years ago
- 9451a1c 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 by Benjamin Peterson · 15 years ago
- db81c4c Merged revisions 77967,77969,78033,78055,78081,78085,78108 via svnmerge from by Vinay Sajip · 15 years ago
- 25fcd22 logging: Improved support for SMTP over TLS. by Vinay Sajip · 15 years ago
- 540f215 logging: Added optional 'secure' parameter to SMTPHandler. by Vinay Sajip · 15 years ago
- 42ead48 Issue #7077: logging: SysLogHandler now treats Unicode as per RFC 5424. by Vinay Sajip · 15 years ago
- cbabd7e Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in the code. by Vinay Sajip · 15 years ago
- affbd87 Issue #5262: Fixed bug in next roll over time computation in TimedRotatingFileHandler. by Vinay Sajip · 15 years ago
- 96f05e5 Use a real bool for a flag option. by Georg Brandl · 15 years ago
- 6268cbc Issue 5013: Fixed bug in FileHandler when delay was set - added fix for RotatingFileHandler and changed header comment slightly. by Vinay Sajip · 16 years ago
- 458ad47 Merged revisions 68459 via svnmerge from by Benjamin Peterson · 16 years ago
- fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
- 029986a Fix old urllib/urllib2/urlparse usage. by Georg Brandl · 16 years ago
- 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
- a37cfc6 Merged revisions 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,63534,63541 via svnmerge from by Benjamin Peterson · 16 years ago
- ad9d48d Merged revisions 62090-62091,62096,62100,62102,62110-62114 via svnmerge from by Benjamin Peterson · 17 years ago
- 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago