277 Commits (fe8440aec00af5bc2e995aaad205efa2e693a364)

Author SHA1 Message Date
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. 14 years ago
Vinay Sajip 27f48979ca Closes #14267: Corrected computation of rollover filename. 14 years ago
Vinay Sajip f05090372a Fix added for recent changes in non-threading environments. 14 years ago
Vinay Sajip 0abf61db4d logging: Added locking in flush() and close() handler methods. Thanks to Fayaz Yusuf Khan for the suggestion. 14 years ago
Vinay Sajip 2f7b286a8c Revert fix for #13807 mistakenly applied in this branch. 14 years ago
Vinay Sajip a50c284076 Closes #13859: Replaced reference to StandardError with reference to Exception. Thanks to Matt Joiner for spotting this and submitting a patch. 14 years ago
Vinay Sajip 889bb2969d Closes #13807: Now checks for sys.stderr being there before writing to it. 14 years ago
Vinay Sajip 23b94d0b98 Refactored logging rotating handlers for improved flexibility. 14 years ago
Gregory P. Smith e85488c6f4 Mention that level can be an int or str in the setLevel docstring. 14 years ago
Florent Xicluna 5252f9faee logging: replace codecs.open with builtins.open, remove '_encoded' sort, add some tests. 14 years ago
Vinay Sajip 3bd5638736 Closes #13361: Raise correct exception type. 14 years ago
Vinay Sajip 61b787e6dd Closes #13661: Check added for type of logger name. 14 years ago
Florent Xicluna 5d1155c08e Closes #13258: Use callable() built-in in the standard library. 14 years ago
Vinay Sajip 0a889534e7 Closes #13235: Changed PendingDeprecationWarning to DeprecationWarning. 14 years ago
Vinay Sajip 04d5bc00a2 Closes #13235: Added deprecation for warn() methods and function in logging. 14 years ago
Vinay Sajip 2da23caec0 Issue #12780: Removed checks in logging for .pyc/.pyo in __file__. 15 years ago
Vinay Sajip 45dedaafc2 Fixes #12637: Last resort messages now correctly handled. Thanks to Xavier de Gaye for the patch." 15 years ago
Vinay Sajip 2353e35570 Closes #12419: Added ident to SysLogHandler. 15 years ago
Vinay Sajip ae5740f139 Made time formats in Formatter more configurable. 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
Victor Stinner 2a12974bca Close #12028: Make threading._get_ident() public, rename it to 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 312cc0d28e 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 26fe4b70cf test_logging coverage improvements. 15 years ago
Vinay Sajip e723e96103 Issue #11852: Add missing imports and update tests. 15 years ago
Vinay Sajip a3359eec7d Whitespace normalized. 15 years ago
Vinay Sajip 4a0a31df5c Added 'handlers' argument to logging.basicConfig. 15 years ago
Vinay Sajip e6c1eb9267 Closes issue #11557: Added Natalia Bidart's patch to improve test coverage. 15 years ago
Vinay Sajip c8ab6eeb01 Issue #11444: Lock handlers while flushing/closing during shutdown. 15 years ago
Vinay Sajip 9f9991c2f5 #Issue 11424: added equivalent fixes for dictConfig. 15 years ago
Vinay Sajip 3f84b07816 Issue #11424: Fix bug in determining child loggers. 15 years ago
Vinay Sajip 399fc14609 Issue #11330: Updated tests for correct asctime handling. 15 years ago
Vinay Sajip 89807a5277 Issue #11330: Updated tests for correct asctime handling. 15 years ago
Vinay Sajip 2a4c0f8b60 Removed typo. 15 years ago
Vinay Sajip f368895780 Removed typo. 15 years ago
Vinay Sajip 10914b7473 Issue #11330: asctime format bug fixed. 15 years ago
Vinay Sajip 859c7fac78 Issue #11330: asctime format bug fixed. 15 years ago