summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_logging.py
Commit message (Expand)AuthorAgeFilesLines
* Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of wh...Vinay Sajip2013-06-071-61/+3
* Closes #18046: Simplified logging internals relating to levels and their name...Vinay Sajip2013-05-251-3/+6
* Re-enabled skipped test.Vinay Sajip2013-05-181-2/+2
* Diagnostics collected, test disabled for now.Vinay Sajip2013-05-111-1/+1
* Re-enabled test with more diagnostics.Vinay Sajip2013-05-111-1/+3
* Skip failing test pending investigation.Vinay Sajip2013-05-071-0/+1
* Issue #17713: Added failure diagnostics to test.Vinay Sajip2013-04-151-1/+5
* Issue #17713: additional tweak to test.Vinay Sajip2013-04-141-1/+1
* Closes #17713: Fixed bug in test_compute_rollover_weekly_attime.Vinay Sajip2013-04-141-26/+33
* Issue #17713: Test temporarily skipped while failure investigated.Vinay Sajip2013-04-131-0/+1
* Closed #9556: Allowed specifying a time-of-day for a TimedRotatingFileHandler...Vinay Sajip2013-04-121-0/+42
* Closes #17540: Merged fix from 3.3.Vinay Sajip2013-03-291-1/+4
|\
| * Issue #17540: Added style to Formatter configuration by dict.Vinay Sajip2013-03-291-1/+4
* | Closes #17521: Merged fix from 3.3.Vinay Sajip2013-03-231-2/+32
|\ \ | |/
| * 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
* | | Closes #17508: Merged fix from 3.3.Vinay Sajip2013-03-221-2/+37
|\ \ \ | |/ /
| * | 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
* | | Issue #17384: Consolidated cleanup operations in tests.Vinay Sajip2013-03-081-4/+14
* | | Closes #17313: Deleted test file created by test_logging.Vinay Sajip2013-02-271-0/+2
* | | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-3/+3
* | | Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-181-4/+4
* | | Issue #16704: Get rid of select.error in stdlib. Use OSError instead.Andrew Svetlov2012-12-171-1/+1
* | | Allow configuration of handler properties.Vinay Sajip2012-11-151-0/+35
* | | Try to fix issue #16264 (test_logging failure on some buildbots).Antoine Pitrou2012-10-211-1/+4
* | | test_logging.py: where needed use unittest's assertGreater, assertLesser, ass...Giampaolo Rodola'2012-10-171-8/+8
* | | Closes #16110: fileConfig now accepts a pre-initialised ConfigParser instance.Vinay Sajip2012-10-091-0/+19
* | | Remove unnecessary [].Ezio Melotti2012-10-021-9/+9
* | | Issue #15452: Added verify option for logging configuration socket listener.Vinay Sajip2012-10-021-5/+71
|/ /
* | 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