summaryrefslogtreecommitdiff
path: root/Lib/test/test_logging.py
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | 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
| | | | |\ \ \ | | | | |/ / / | | | |/| | |
| | | | * | | 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-221-1/+1
| | | | * | | Tidied comments and docstrings.Vinay Sajip2011-04-201-3/+2
| | | | * | | Attempt fix of #11557 by refining test logic.Vinay Sajip2011-04-201-1/+1
| | | | * | | Attempt fix of #11557 by refining setup/teardown logic.Vinay Sajip2011-04-201-0/+2
| | | | * | | Attempt fix of #11557 by changing setup/teardown logic.Vinay Sajip2011-04-201-1/+6
| | | | * | | Attempt fix of #11557 by changing teardown logic.Vinay Sajip2011-04-201-4/+9
| | | | * | | Issue #11852: Merge fix from 3.2.Vinay Sajip2011-04-151-0/+16
| | | | |\ \ \
| | | | * | | | Added 'handlers' argument to logging.basicConfig.Vinay Sajip2011-04-111-0/+20
| | | | * | | | Issue #11557: disable test_logging.test_no_kwargs (fail on most buildbots)Victor Stinner2011-03-311-0/+1
| | | | * | | | Closes issue #11557: Added Natalia Bidart's patch to improve test coverage.Vinay Sajip2011-03-291-23/+514
* | | | | | | | Changed order of cleanup operations to be more sensible.Vinay Sajip2012-05-031-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | 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-4/+42
|/ / / / /
* | | | | Closes #13361: Raise correct exception type.Vinay Sajip2011-11-071-1/+1
| |_|_|/ |/| | |
* | | | Closes #13661: Check added for type of logger name.Vinay Sajip2011-11-071-0/+2
|/ / /
* | | logging: don't define QueueListener if Python has no thread supportVictor Stinner2011-05-021-0/+2
| |/ |/|
* | Issue #11852: Add missing imports and update tests.Vinay Sajip2011-04-151-0/+16
|/
* #Issue 11424: added equivalent fixes for dictConfig.Vinay Sajip2011-03-071-1/+104
* #Issue 11424: merged fix from 3.1.Vinay Sajip2011-03-071-0/+113
|\
| * Issue #11424: Fix bug in determining child loggers.Vinay Sajip2011-03-071-0/+113
| * Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-4/+4
| * Merged revisions 77389 via svnmerge fromBenjamin Peterson2010-01-091-2/+2
| * Merged revisions 73718,73721,73723 via svnmerge fromGeorg Brandl2009-08-131-23/+23
| * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-26/+26
* | Issue #11330: Updated tests for correct asctime handling.Vinay Sajip2011-02-261-1/+9
* | Issue #9941: Fixed TimedRotatingHandler test issues.Vinay Sajip2011-02-261-6/+36
* | Issue #10788: Changed test_logging setUp logic to provide more information.Vinay Sajip2010-12-301-2/+6
* | Issue #10626: test_logging now preserves logger disabled states.Vinay Sajip2010-12-271-1/+9
* | Issue #10774: test_logging now removes temp files created during tests.Vinay Sajip2010-12-271-7/+10
* | logging: added handler of last resort.Vinay Sajip2010-12-101-0/+35
* | logging: Added getLogRecordFactory/setLogRecordFactory with docs and tests.Vinay Sajip2010-12-031-5/+5
* | #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-7/+7