summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_logging.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
* | 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
|\ \ | |/
| * Issue #11852: Add missing imports and update tests.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
|/
* #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
| | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........
| * Merged revisions 77389 via svnmerge fromBenjamin Peterson2010-01-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r77389 | benjamin.peterson | 2010-01-09 12:45:30 -0600 (Sat, 09 Jan 2010) | 25 lines Merged revisions 77209,77229,77359-77360,77371 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r77209 | georg.brandl | 2010-01-01 07:07:05 -0600 (Fri, 01 Jan 2010) | 1 line More yearly updates. ........ r77229 | georg.brandl | 2010-01-02 06:35:01 -0600 (Sat, 02 Jan 2010) | 1 line Fix casing. ........ r77359 | georg.brandl | 2010-01-07 14:54:45 -0600 (Thu, 07 Jan 2010) | 1 line Fix description for Py_GetPath(); it sounded like it always returned sys.path. ........ r77360 | georg.brandl | 2010-01-07 15:48:47 -0600 (Thu, 07 Jan 2010) | 1 line #7653: clarify how the PythonPath registry key should look like. ........ r77371 | senthil.kumaran | 2010-01-08 13:20:25 -0600 (Fri, 08 Jan 2010) | 3 lines Fix for Issue7026. For the Error - RuntimeError: dictionary changed size during iteration ........ ................
| * Merged revisions 73718,73721,73723 via svnmerge fromGeorg Brandl2009-08-131-23/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://svn.python.org/python/branches/py3k ................ r73718 | benjamin.peterson | 2009-07-01 01:35:19 +0200 (Mi, 01 Jul 2009) | 9 lines Merged revisions 73717 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r73717 | benjamin.peterson | 2009-06-30 18:30:12 -0500 (Tue, 30 Jun 2009) | 1 line use assert* methods in test_unittest ........ ................ r73721 | benjamin.peterson | 2009-07-01 02:43:10 +0200 (Mi, 01 Jul 2009) | 11 lines Merged revisions 73720 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r73720 | benjamin.peterson | 2009-06-30 19:36:41 -0500 (Tue, 30 Jun 2009) | 4 lines fix a few cases where automated fail -> assert translation messed up Thanks Joe Amenta ........ ................ r73723 | benjamin.peterson | 2009-07-01 02:45:43 +0200 (Mi, 01 Jul 2009) | 1 line remove use of failIf ................
| * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-26/+26
| | | | | | | | | | | | | | | | | | | | svn+ssh://svn.python.org/python/branches/py3k ........ r73715 | benjamin.peterson | 2009-07-01 01:06:06 +0200 (Mi, 01 Jul 2009) | 1 line convert old fail* assertions to assert* ........
* | 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
| |
* | Remove ResourceWarnings caused by files left open.Vinay Sajip2010-10-301-2/+7
| |
* | logging: Improved Formatter implementation.Vinay Sajip2010-10-261-0/+17
| |
* | logging: Added style option to Formatter to allow %, {} or himBHformatting.Vinay Sajip2010-10-251-0/+48
| |
* | logging: Allowed filters to be just callables.Vinay Sajip2010-10-191-0/+29
| |
* | logging: Added tests for _logRecordClass changes.Vinay Sajip2010-10-191-2/+41
| |
* | Added some methods to LoggerAdapter, and updated documentation.Vinay Sajip2010-09-211-1/+1
| |
* | logging: Add hasHandlers() method to Logger.Vinay Sajip2010-09-201-5/+6
| |
* | Added missing BaseTest.tearDown(self). Fixed refleak.Hirokazu Yamamoto2010-09-181-0/+1
| |
* | Temporarily commented out test which succeeds locally but fails on ↵Vinay Sajip2010-09-171-1/+3
| | | | | | | | buildbots, while investigating.
* | Issue #9441: logging: Improved test coverage for rotating file handlers.Vinay Sajip2010-09-171-1/+78
| |
* | Added test for QueueHandler.Vinay Sajip2010-09-141-1/+31
| |
* | Replace the deprecated ConfigParser.readfp() method, and fix the incomplete ↵Florent Xicluna2010-08-151-4/+3
| | | | | | | | merge in r82293.