Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Added tests to improve coverage. | Vinay Sajip | 2011-05-02 | 1 | -108/+339 | |
| | | ||||||
* | | Improved test coverage. | Vinay Sajip | 2011-04-30 | 1 | -4/+105 | |
| | | ||||||
* | | Improved test_logging coverage. | Vinay Sajip | 2011-04-28 | 1 | -4/+62 | |
| | | ||||||
* | | Use correct Unix socket for syslogd on OS X. | Vinay Sajip | 2011-04-27 | 1 | -1/+1 | |
| | | ||||||
* | | test_logging: handle syslogd connection failure. | Vinay Sajip | 2011-04-27 | 1 | -4/+7 | |
| | | ||||||
* | | test_logging coverage improvements. | Vinay Sajip | 2011-04-27 | 1 | -2/+44 | |
| | | ||||||
* | | Re-enabled time test in test_logging. | Vinay Sajip | 2011-04-27 | 1 | -2/+2 | |
| | | ||||||
* | | Disabled test failing on buildbots. | Vinay Sajip | 2011-04-26 | 1 | -1/+1 | |
| | | ||||||
* | | Refined time test in test_logging. | Vinay Sajip | 2011-04-26 | 1 | -1/+16 | |
| | | ||||||
* | | Yet more test_logging coverage improvements. | Vinay Sajip | 2011-04-26 | 1 | -0/+21 | |
| | | ||||||
* | | More test_logging coverage improvements. | Vinay Sajip | 2011-04-26 | 1 | -1/+44 | |
| | | ||||||
* | | test_logging coverage improvements. | Vinay Sajip | 2011-04-26 | 1 | -5/+108 | |
| | | ||||||
* | | Fixed bug in test_logging. | Vinay Sajip | 2011-04-21 | 1 | -1/+1 | |
| | | ||||||
* | | Tidied comments and docstrings. | Vinay Sajip | 2011-04-20 | 1 | -3/+2 | |
| | | ||||||
* | | Attempt fix of #11557 by refining test logic. | Vinay Sajip | 2011-04-20 | 1 | -1/+1 | |
| | | ||||||
* | | Attempt fix of #11557 by refining setup/teardown logic. | Vinay Sajip | 2011-04-20 | 1 | -0/+2 | |
| | | ||||||
* | | Attempt fix of #11557 by changing setup/teardown logic. | Vinay Sajip | 2011-04-20 | 1 | -1/+6 | |
| | | ||||||
* | | Attempt fix of #11557 by changing teardown logic. | Vinay Sajip | 2011-04-20 | 1 | -4/+9 | |
| | | ||||||
* | | Issue #11852: Merge fix from 3.2. | Vinay Sajip | 2011-04-15 | 1 | -0/+16 | |
|\ \ | |/ | ||||||
| * | Issue #11852: Add missing imports and update tests. | Vinay Sajip | 2011-04-15 | 1 | -0/+16 | |
| | | ||||||
* | | Added 'handlers' argument to logging.basicConfig. | Vinay Sajip | 2011-04-11 | 1 | -0/+20 | |
| | | ||||||
* | | Issue #11557: disable test_logging.test_no_kwargs (fail on most buildbots) | Victor Stinner | 2011-03-31 | 1 | -0/+1 | |
| | | ||||||
* | | Closes issue #11557: Added Natalia Bidart's patch to improve test coverage. | Vinay Sajip | 2011-03-29 | 1 | -23/+514 | |
|/ | ||||||
* | #Issue 11424: added equivalent fixes for dictConfig. | Vinay Sajip | 2011-03-07 | 1 | -1/+104 | |
| | ||||||
* | #Issue 11424: merged fix from 3.1. | Vinay Sajip | 2011-03-07 | 1 | -0/+113 | |
|\ | ||||||
| * | Issue #11424: Fix bug in determining child loggers. | Vinay Sajip | 2011-03-07 | 1 | -0/+113 | |
| | | ||||||
| * | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -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 from | Benjamin Peterson | 2010-01-09 | 1 | -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 from | Georg Brandl | 2009-08-13 | 1 | -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 from | Georg Brandl | 2009-08-13 | 1 | -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 Sajip | 2011-02-26 | 1 | -1/+9 | |
| | | ||||||
* | | Issue #9941: Fixed TimedRotatingHandler test issues. | Vinay Sajip | 2011-02-26 | 1 | -6/+36 | |
| | | ||||||
* | | Issue #10788: Changed test_logging setUp logic to provide more information. | Vinay Sajip | 2010-12-30 | 1 | -2/+6 | |
| | | ||||||
* | | Issue #10626: test_logging now preserves logger disabled states. | Vinay Sajip | 2010-12-27 | 1 | -1/+9 | |
| | | ||||||
* | | Issue #10774: test_logging now removes temp files created during tests. | Vinay Sajip | 2010-12-27 | 1 | -7/+10 | |
| | | ||||||
* | | logging: added handler of last resort. | Vinay Sajip | 2010-12-10 | 1 | -0/+35 | |
| | | ||||||
* | | logging: Added getLogRecordFactory/setLogRecordFactory with docs and tests. | Vinay Sajip | 2010-12-03 | 1 | -5/+5 | |
| | | ||||||
* | | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -7/+7 | |
| | | ||||||
* | | Remove ResourceWarnings caused by files left open. | Vinay Sajip | 2010-10-30 | 1 | -2/+7 | |
| | | ||||||
* | | logging: Improved Formatter implementation. | Vinay Sajip | 2010-10-26 | 1 | -0/+17 | |
| | | ||||||
* | | logging: Added style option to Formatter to allow %, {} or himBHformatting. | Vinay Sajip | 2010-10-25 | 1 | -0/+48 | |
| | | ||||||
* | | logging: Allowed filters to be just callables. | Vinay Sajip | 2010-10-19 | 1 | -0/+29 | |
| | | ||||||
* | | logging: Added tests for _logRecordClass changes. | Vinay Sajip | 2010-10-19 | 1 | -2/+41 | |
| | | ||||||
* | | Added some methods to LoggerAdapter, and updated documentation. | Vinay Sajip | 2010-09-21 | 1 | -1/+1 | |
| | | ||||||
* | | logging: Add hasHandlers() method to Logger. | Vinay Sajip | 2010-09-20 | 1 | -5/+6 | |
| | | ||||||
* | | Added missing BaseTest.tearDown(self). Fixed refleak. | Hirokazu Yamamoto | 2010-09-18 | 1 | -0/+1 | |
| | | ||||||
* | | Temporarily commented out test which succeeds locally but fails on ↵ | Vinay Sajip | 2010-09-17 | 1 | -1/+3 | |
| | | | | | | | | buildbots, while investigating. | |||||
* | | Issue #9441: logging: Improved test coverage for rotating file handlers. | Vinay Sajip | 2010-09-17 | 1 | -1/+78 | |
| | | ||||||
* | | Added test for QueueHandler. | Vinay Sajip | 2010-09-14 | 1 | -1/+31 | |
| | | ||||||
* | | Replace the deprecated ConfigParser.readfp() method, and fix the incomplete ↵ | Florent Xicluna | 2010-08-15 | 1 | -4/+3 | |
| | | | | | | | | merge in r82293. |