| Commit message (Expand) | Author | Age | Files | Lines |
* | Closes #15179: Merged fix from 3.2. | Vinay Sajip | 2012-06-25 | 1 | -1/+5 |
|\ |
|
| * | Issue #15179: Closed socket on connection failure. Thanks to Kazutaka Morita ... | Vinay Sajip | 2012-06-25 | 1 | -1/+5 |
|
|
* | | Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks ... | Vinay Sajip | 2012-04-24 | 1 | -19/+30 |
|\ \
| |/ |
|
| * | Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks ... | Vinay Sajip | 2012-04-24 | 1 | -19/+30 |
|
|
* | | Issue #14622: Increased default timeout for SMTPHandler. | Vinay Sajip | 2012-04-22 | 1 | -1/+1 |
|
|
* | | Closes #14452: remove BOM insertion code. | Vinay Sajip | 2012-04-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Closes #14452: remove BOM insertion code. | Vinay Sajip | 2012-04-16 | 1 | -2/+0 |
|
|
* | | Closes #14436: merged fix from 3.2. | Vinay Sajip | 2012-03-29 | 1 | -5/+10 |
|\ \
| |/ |
|
| * | Closes #14436: Convert msg + args to string before pickling. | Vinay Sajip | 2012-03-29 | 1 | -5/+10 |
|
|
| * | Closes #14314: backported fix. | Vinay Sajip | 2012-03-23 | 1 | -1/+2 |
|
|
* | | Fixes #14314: Improved SMTP timeout handling. | Vinay Sajip | 2012-03-15 | 1 | -2/+5 |
|
|
* | | Closes #14267: Merged fix from 3.2. | Vinay Sajip | 2012-03-13 | 1 | -6/+15 |
|\ \
| |/ |
|
| * | Closes #14267: Corrected computation of rollover filename. | Vinay Sajip | 2012-03-13 | 1 | -6/+15 |
|
|
* | | Merged fix added for recent changes in non-threading environments. | Vinay Sajip | 2012-02-23 | 1 | -5/+20 |
|\ \
| |/ |
|
| * | Fix added for recent changes in non-threading environments. | Vinay Sajip | 2012-02-23 | 1 | -5/+20 |
|
|
* | | Merged logging flush/close changes from 3.2. | Vinay Sajip | 2012-02-23 | 1 | -17/+21 |
|\ \
| |/ |
|
| * | logging: Added locking in flush() and close() handler methods. Thanks to Faya... | Vinay Sajip | 2012-02-23 | 1 | -18/+22 |
|
|
* | | Refactored logging rotating handlers for improved flexibility. | Vinay Sajip | 2012-01-04 | 1 | -14/+56 |
|
|
* | | logging: replace codecs.open with builtins.open, remove '_encoded' sort, add ... | Florent Xicluna | 2011-11-07 | 1 | -10/+2 |
|
|
* | | Closes #12419: Added ident to SysLogHandler. | Vinay Sajip | 2011-06-27 | 1 | -0/+3 |
|
|
* | | Merged fix for issue #12168 from 3.2. | Vinay Sajip | 2011-06-09 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | Issue #12168: SysLogHandler now allows NUL termination to be controlled using... | Vinay Sajip | 2011-06-09 | 1 | -1/+5 |
|
|
* | | Closed resource leak in SysLogHandler. | Vinay Sajip | 2011-05-07 | 1 | -2/+1 |
|
|
* | | Changed where socket close is called on connection failure. | Vinay Sajip | 2011-05-07 | 1 | -5/+6 |
|
|
* | | Close socket on connection failure. | Vinay Sajip | 2011-05-07 | 1 | -0/+3 |
|
|
* | | Improved coverage and fixed bug in HTTPHandler with POST requests. | Vinay Sajip | 2011-05-05 | 1 | -2/+4 |
|
|
* | | (Merge 3.2) logging: don't define QueueListener if Python has no thread support | Victor Stinner | 2011-05-02 | 1 | -112/+116 |
|\ \
| |/ |
|
| * | logging: don't define QueueListener if Python has no thread support | Victor Stinner | 2011-05-02 | 1 | -102/+106 |
|
|
* | | Updated usage of boolean values. | Vinay Sajip | 2011-04-30 | 1 | -7/+7 |
|
|
* | | Improved test_logging coverage. | Vinay Sajip | 2011-04-28 | 1 | -2/+2 |
|
|
* | | test_logging coverage improvements. | Vinay Sajip | 2011-04-27 | 1 | -2/+2 |
|
|
* | | More test_logging coverage improvements. | Vinay Sajip | 2011-04-26 | 1 | -9/+9 |
|
|
* | | Issue #11852: Merge fix from 3.2. | Vinay Sajip | 2011-04-15 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Issue #11852: Add missing imports and update tests. | Vinay Sajip | 2011-04-15 | 1 | -0/+2 |
|
|
* | | Improved QueueListener implementation - queue sentinel addition made extensible. | Vinay Sajip | 2011-02-25 | 1 | -1/+11 |
|/ |
|
* | Issue #10949: Improved robustness of rotating file handlers. | Vinay Sajip | 2011-01-21 | 1 | -0/+2 |
|
|
* | logging: added QueueListener and documentation. | Vinay Sajip | 2010-09-23 | 1 | -3/+107 |
|
|
* | logging: Added QueueHandler.prepare and updated documentation. | Vinay Sajip | 2010-09-22 | 1 | -12/+27 |
|
|
* | Added some methods to LoggerAdapter, and updated documentation. | Vinay Sajip | 2010-09-21 | 1 | -0/+2 |
|
|
* | logging: enhanced HTTPHandler | Vinay Sajip | 2010-09-13 | 1 | -4/+14 |
|
|
* | logging: Added QueueHandler. | Vinay Sajip | 2010-09-08 | 1 | -0/+52 |
|
|
* | Logging: removed some old commented out code. | Vinay Sajip | 2010-08-30 | 1 | -10/+1 |
|
|
* | Issue #9512: Made comment more informative. | Vinay Sajip | 2010-08-22 | 1 | -1/+6 |
|
|
* | Issue #7077: Fixed bug in previous fix. | Vinay Sajip | 2010-08-20 | 1 | -1/+1 |
|
|
* | Issue #7077: Fixed SysLogHandler implementation of Unicode handling. | Vinay Sajip | 2010-08-19 | 1 | -10/+4 |
|
|
* | Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded vari... | Senthil Kumaran | 2010-08-09 | 1 | -1/+1 |
|
|
* | Merged revisions 79279,79284,79293,79373,79376,79379,79876,79888 via svnmerge... | Benjamin Peterson | 2010-04-11 | 1 | -1/+3 |
|
|
* | Merged revisions 77967,77969,77973,77979,77985-77986,78009,78029,78031-78033,... | Benjamin Peterson | 2010-03-13 | 1 | -2/+6 |
|
|
* | Merged revisions 77967,77969,78033,78055,78081,78085,78108 via svnmerge from | Vinay Sajip | 2010-02-25 | 1 | -24/+3 |
|
|
* | logging: Improved support for SMTP over TLS. | Vinay Sajip | 2009-12-06 | 1 | -6/+9 |
|
|