Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Issue #17516: use comment syntax for comments, instead of multiline string | Victor Stinner | 2013-03-26 | 1 | -4/+3 | |
| | | ||||||
* | | Closes #17521: Merged fix from 3.3. | Vinay Sajip | 2013-03-23 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Issue #17521: Merged fix from 3.2. | Vinay Sajip | 2013-03-23 | 1 | -2/+2 | |
| |\ | ||||||
| | * | Issue #17521: Corrected non-enabling of logger following two calls to ↵ | Vinay Sajip | 2013-03-23 | 1 | -2/+2 | |
| | | | | | | | | | | | | fileConfig(). | |||||
* | | | Closes #17508: Merged fix from 3.3. | Vinay Sajip | 2013-03-22 | 1 | -4/+24 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #17508: Merged fix from 3.2. | Vinay Sajip | 2013-03-22 | 1 | -4/+24 | |
| |\ \ | | |/ | ||||||
| | * | Issue #17508: Handled out-of-order handler configuration correctly. | Vinay Sajip | 2013-03-22 | 1 | -4/+24 | |
| | | | ||||||
* | | | modernize some modules' code by replacing ↵ | Giampaolo Rodola' | 2013-02-12 | 1 | -5/+2 | |
| | | | | | | | | | | | | OSError->ENOENT/ENOTDIR/EPERM/EEXIST occurrences with the corresponding pep-3151 exceptions (FileNotFoundError, NotADirectoryError, etc.) | |||||
* | | | Issue #9501: Merged fix from 3.3. | Vinay Sajip | 2013-01-15 | 1 | -1/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #9501: Merged fix from 3.2. | Vinay Sajip | 2013-01-15 | 1 | -1/+2 | |
| |\ \ | | |/ | ||||||
| | * | Issue #9501: Improved shutdown handling to deal with module attributes ↵ | Vinay Sajip | 2013-01-15 | 1 | -1/+2 | |
| | | | | | | | | | | | | correctly. | |||||
* | | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -2/+2 | |
| | | | ||||||
* | | | Issue #16717: get rid of socket.error, replace with OSError | Andrew Svetlov | 2012-12-18 | 2 | -5/+5 | |
| | | | ||||||
* | | | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 | |
|\ \ \ | |/ / | | | | | | | Patch by Serhiy Storchaka. | |||||
| * | | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 | |
| |\ \ | | |/ | | | | | | | Patch by Serhiy Storchaka. | |||||
| | * | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | Patch by Serhiy Storchaka. | |||||
| | * | Closes #16521: Improved error handling for basicConfig(), added tests for same. | Vinay Sajip | 2012-11-25 | 1 | -7/+10 | |
| | | | ||||||
* | | | Allow configuration of handler properties. | Vinay Sajip | 2012-11-15 | 1 | -0/+4 | |
| | | | ||||||
* | | | Closes #16366: Improve diagnostics from handleError(). Thanks to Antoine ↵ | Vinay Sajip | 2012-10-31 | 1 | -6/+17 | |
| | | | | | | | | | | | | Pitrou for the suggestion. | |||||
* | | | remove obsolete hasattr() check for socket.sendall | Giampaolo Rodola' | 2012-10-26 | 1 | -9/+1 | |
| | | | ||||||
* | | | Closes #16244: Merged change from 3.3. | Vinay Sajip | 2012-10-16 | 1 | -2/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #16244: Merged change from 3.2. | Vinay Sajip | 2012-10-16 | 1 | -2/+0 | |
| |\ \ | | |/ | ||||||
| | * | Issue #16244: Remove file mode overrides. | Vinay Sajip | 2012-10-16 | 1 | -2/+0 | |
| | | | ||||||
* | | | logging's SocketHandler: get rid of some legacy code and use the newer ↵ | Giampaolo Rodola' | 2012-10-15 | 1 | -9/+1 | |
| | | | | | | | | | | | | socket.create_connection() utility function | |||||
* | | | Closes #16110: fileConfig now accepts a pre-initialised ConfigParser instance. | Vinay Sajip | 2012-10-09 | 1 | -4/+7 | |
| | | | ||||||
* | | | Closes #16168: Merged SysLogHandler update from 3.3. | Vinay Sajip | 2012-10-09 | 1 | -8/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #16168: Merged SysLogHandler update from 3.2. | Vinay Sajip | 2012-10-09 | 1 | -8/+2 | |
| |\ \ | | |/ | ||||||
| | * | Issue #16168: Use specified socket type for domain sockets in SysLogHandler. | Vinay Sajip | 2012-10-09 | 1 | -8/+2 | |
| | | | ||||||
* | | | Issue #16141: replaced old-style exception handling code in logging with the ↵ | Vinay Sajip | 2012-10-09 | 3 | -30/+12 | |
| | | | | | | | | | | | | modern idiom. | |||||
* | | | Updated docstring for logging.config.listen(). | Vinay Sajip | 2012-10-02 | 1 | -2/+11 | |
| | | | ||||||
* | | | Issue #15452: Added verify option for logging configuration socket listener. | Vinay Sajip | 2012-10-02 | 1 | -19/+25 | |
|/ / | ||||||
* | | 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 | |
| | | | | | | | | for the patch. | |||||
* | | Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks ↵ | Vinay Sajip | 2012-04-24 | 1 | -19/+30 | |
|\ \ | |/ | | | | | to John Mulligan for the problem report and patch. | |||||
| * | Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks ↵ | Vinay Sajip | 2012-04-24 | 1 | -19/+30 | |
| | | | | | | | | to John Mulligan for the problem report and patch. | |||||
* | | 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 | 2 | -7/+28 | |
|\ \ | |/ | ||||||
| * | Fix added for recent changes in non-threading environments. | Vinay Sajip | 2012-02-23 | 2 | -7/+28 | |
| | | ||||||
* | | Merged logging flush/close changes from 3.2. | Vinay Sajip | 2012-02-23 | 2 | -27/+33 | |
|\ \ | |/ | ||||||
| * | logging: Added locking in flush() and close() handler methods. Thanks to ↵ | Vinay Sajip | 2012-02-23 | 2 | -29/+35 | |
| | | | | | | | | Fayaz Yusuf Khan for the suggestion. | |||||
* | | Closes #13859: Merged fix from 3.2 - thanks to Matt Joiner for spotting this ↵ | Vinay Sajip | 2012-01-25 | 1 | -2/+2 | |
|\ \ | |/ | | | | | and the patch. | |||||
| * | Closes #13859: Replaced reference to StandardError with reference to ↵ | Vinay Sajip | 2012-01-25 | 1 | -1/+1 | |
| | | | | | | | | Exception. Thanks to Matt Joiner for spotting this and submitting a patch. |