summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_logging.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #18743: Fix references to non-existant "StringIO" moduleSerhiy Storchaka2013-08-291-6/+1
* Issue #17540: Added style to Formatter configuration by dict.Vinay Sajip2013-03-291-1/+4
* Issue #17521: Merged fix from 3.2.Vinay Sajip2013-03-231-2/+32
|\
| * Issue #17521: Corrected non-enabling of logger following two calls to fileCon...Vinay Sajip2013-03-231-2/+32
* | Issue #17508: Merged fix from 3.2.Vinay Sajip2013-03-221-2/+37
|\ \ | |/
| * Issue #17508: Handled out-of-order handler configuration correctly.Vinay Sajip2013-03-221-2/+36
| * Closes #16521: Improved error handling for basicConfig(), added tests for same.Vinay Sajip2012-11-251-2/+158
| * Added test skip under Windows, as not applicable there.Vinay Sajip2012-05-311-0/+1
* | Closes #14902: Fixed timezone conversion of a date/time in the past. Thanks t...Vinay Sajip2012-07-031-2/+4
* | Reapplied skip logic for test on Windows, which appears to have been lost dur...Vinay Sajip2012-05-291-0/+1
* | #8739: upgrade smtpd to RFC 5321 and 1870.R David Murray2012-05-261-0/+3
* | Merged hanged order of cleanup operations from 3.2.Vinay Sajip2012-05-031-1/+1
|\ \ | |/
| * Changed order of cleanup operations to be more sensible.Vinay Sajip2012-05-031-1/+1
* | Merged fixed test from 3.2.Vinay Sajip2012-04-251-17/+17
|\ \ | |/
| * Fixed test to work on Windows.Vinay Sajip2012-04-251-17/+17
* | Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks ...Vinay Sajip2012-04-241-5/+40
|\ \ | |/
| * Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks ...Vinay Sajip2012-04-241-4/+42
* | Issue #14644: Increased default timeout for SMTPHandler. Note: last commit me...Vinay Sajip2012-04-221-1/+1
* | Closes #14452: brought tests in line with removal of BOM insertion code.Vinay Sajip2012-04-161-3/+3
* | Fixes #14314: Improved SMTP timeout handling.Vinay Sajip2012-03-151-1/+2
* | Make test_logging no longer fail if zlib not present. Closes #14256. Patch by...Eric V. Smith2012-03-121-3/+7
* | Added delay before record creation.Vinay Sajip2012-03-051-1/+1
* | Issue #12151: Added more info to diagnostics.Vinay Sajip2012-03-051-4/+5
* | Added more diagnostics for diagnosing #12151.Vinay Sajip2012-03-051-0/+2
* | Fixed problem with diagnostic output.Vinay Sajip2012-03-031-1/+2
* | Added additional diagnostics to help with #12151.Vinay Sajip2012-02-281-0/+4
* | Closes #13732: now use os.linesep instead of a literal newline.Vinay Sajip2012-01-071-3/+4
* | Refactored logging rotating handlers for improved flexibility.Vinay Sajip2012-01-041-3/+50
* | Merge 3.2, fix typos.Florent Xicluna2011-11-111-1/+1
|\ \ | |/
* | logging: replace codecs.open with builtins.open, remove '_encoded' sort, add ...Florent Xicluna2011-11-071-5/+18
* | Closes #13361: Merge fix from 3.2.Vinay Sajip2011-11-071-1/+1
|\ \ | |/
| * Closes #13361: Raise correct exception type.Vinay Sajip2011-11-071-1/+1
* | Merged fix for #13361 from 3.2.Vinay Sajip2011-11-071-0/+2
|\ \ | |/
| * Closes #13661: Check added for type of logger name.Vinay Sajip2011-11-071-0/+2
* | Changed warn() to warning() in logging tests.Vinay Sajip2011-10-261-8/+8
* | Issue #12326: refactor usage of sys.platformVictor Stinner2011-08-201-1/+1
* | Issue #12326: don't test the major version of sys.platformVictor Stinner2011-08-171-1/+1
* | Fixes #12637: Merged fix from 3.2 and added test.Vinay Sajip2011-07-251-0/+2
|\ \ | |/
* | Closes #12419: Added ident to SysLogHandler.Vinay Sajip2011-06-271-0/+5
* | Merged fix for issue #12168 from 3.2.Vinay Sajip2011-06-091-2/+6
|\ \ | |/
* | Closes issue #11557: removal of non-idiomatic code in test_logging.Vinay Sajip2011-06-051-31/+25
* | Updated test_rollover delay to just over a second.Vinay Sajip2011-05-241-1/+1
* | Issue #12151: Test now ignores datagram socket errors after server is closed.Vinay Sajip2011-05-231-10/+11
* | Issue #12151: Correction to diagnostic code.Vinay Sajip2011-05-231-1/+1
* | Issue #12151: Added diagnostics to help diagnose intermittent socket errors.Vinay Sajip2011-05-231-0/+15
* | Issue #12151: test_logging writes debug messages to stderr, not stdoutVictor Stinner2011-05-221-2/+2
* | Issue #12136: Added change to handle non-availability of the ssl module.Vinay Sajip2011-05-211-9/+14
* | Added SSL test for HTTPHandler.Vinay Sajip2011-05-211-33/+72
* | Added SSL capability to TestHTTPServer.Vinay Sajip2011-05-201-1/+14
* | Skip some tests in the absence of multiprocessing.Vinay Sajip2011-05-171-5/+11