summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_logging.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Skip some more tests in the absence of threading.Vinay Sajip2011-05-171-260/+263
* | test_logging: extended time range for rollover test.Vinay Sajip2011-05-131-1/+1
* | test_logging: fixed bug in failure diagnostics.Vinay Sajip2011-05-131-2/+2
* | Issue #12068: Fix appears to have worked; added more diagnostics for rare fai...Vinay Sajip2011-05-131-0/+1
* | Added diagnostics to test_logging, after reverting last change.Vinay Sajip2011-05-131-9/+12
* | TimedTRotatingFileHandler test now improved to minimise chances of failure on...Vinay Sajip2011-05-121-7/+9
* | Issue #12039: Add end_headers() call to avoid BadStatusLine.Vinay Sajip2011-05-101-0/+1
* | Issue #12039: Now suppress spurious select.error raised on FreeBSD when the s...Vinay Sajip2011-05-101-1/+8
* | Update incorrect comment.Vinay Sajip2011-05-091-1/+1
* | Improved Windows test coverage.Vinay Sajip2011-05-091-1/+39
* | Closed resource leak in SysLogHandler.Vinay Sajip2011-05-071-29/+27
* | Refined rollover test for slow test machines.Vinay Sajip2011-05-061-15/+16
* | Close handler opened in test.Vinay Sajip2011-05-061-23/+25
* | Added additional output to help diagnose buildbot failures.Vinay Sajip2011-05-051-3/+13
* | Tweaked timed rollover test to allow for test-time delays.Vinay Sajip2011-05-051-2/+6
* | Improved coverage and fixed bug in HTTPHandler with POST requests.Vinay Sajip2011-05-051-10/+32
* | (Merge 3.2) logging: don't define QueueListener if Python has no thread supportVictor Stinner2011-05-021-0/+2
|\ \ | |/
| * logging: don't define QueueListener if Python has no thread supportVictor Stinner2011-05-021-0/+2
* | Improved thread interlocks in tests.Vinay Sajip2011-05-021-1/+4
* | Updated docstrings.Vinay Sajip2011-05-021-1/+63
* | Added tests to improve coverage.Vinay Sajip2011-05-021-108/+339
* | Improved test coverage.Vinay Sajip2011-04-301-4/+105
* | Improved test_logging coverage.Vinay Sajip2011-04-281-4/+62
* | Use correct Unix socket for syslogd on OS X.Vinay Sajip2011-04-271-1/+1
* | test_logging: handle syslogd connection failure.Vinay Sajip2011-04-271-4/+7
* | test_logging coverage improvements.Vinay Sajip2011-04-271-2/+44
* | Re-enabled time test in test_logging.Vinay Sajip2011-04-271-2/+2
* | Disabled test failing on buildbots.Vinay Sajip2011-04-261-1/+1
* | Refined time test in test_logging.Vinay Sajip2011-04-261-1/+16
* | Yet more test_logging coverage improvements.Vinay Sajip2011-04-261-0/+21
* | More test_logging coverage improvements.Vinay Sajip2011-04-261-1/+44
* | test_logging coverage improvements.Vinay Sajip2011-04-261-5/+108
* | Fixed bug in test_logging.Vinay Sajip2011-04-211-1/+1
* | Tidied comments and docstrings.Vinay Sajip2011-04-201-3/+2