| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | TimedTRotatingFileHandler test now improved to minimise chances of failure ↵ | Vinay Sajip | 2011-05-12 | 1 | -7/+9 | |
| | | | | | | | | | on very slow machines. | |||||
| * | | Issue #12039: Add end_headers() call to avoid BadStatusLine. | Vinay Sajip | 2011-05-10 | 1 | -0/+1 | |
| | | | ||||||
| * | | Issue #12039: Now suppress spurious select.error raised on FreeBSD when the ↵ | Vinay Sajip | 2011-05-10 | 1 | -1/+8 | |
| | | | | | | | | | server (an asyncore.dispatcher) is closed. | |||||
| * | | Update incorrect comment. | Vinay Sajip | 2011-05-09 | 1 | -1/+1 | |
| | | | ||||||
| * | | Improved Windows test coverage. | Vinay Sajip | 2011-05-09 | 1 | -1/+39 | |
| | | | ||||||
| * | | Closed resource leak in SysLogHandler. | Vinay Sajip | 2011-05-07 | 1 | -29/+27 | |
| | | | ||||||
| * | | Refined rollover test for slow test machines. | Vinay Sajip | 2011-05-06 | 1 | -15/+16 | |
| | | | ||||||
| * | | Close handler opened in test. | Vinay Sajip | 2011-05-06 | 1 | -23/+25 | |
| | | | ||||||
| * | | Added additional output to help diagnose buildbot failures. | Vinay Sajip | 2011-05-05 | 1 | -3/+13 | |
| | | | ||||||
| * | | Tweaked timed rollover test to allow for test-time delays. | Vinay Sajip | 2011-05-05 | 1 | -2/+6 | |
| | | | ||||||
| * | | Improved coverage and fixed bug in HTTPHandler with POST requests. | Vinay Sajip | 2011-05-05 | 1 | -10/+32 | |
| | | | ||||||
| * | | (Merge 3.2) logging: don't define QueueListener if Python has no thread support | Victor Stinner | 2011-05-02 | 1 | -0/+2 | |
| |\ \ | |/ | ||||||
| | * | logging: don't define QueueListener if Python has no thread support | Victor Stinner | 2011-05-02 | 1 | -0/+2 | |
| | | | ||||||
| * | | Improved thread interlocks in tests. | Vinay Sajip | 2011-05-02 | 1 | -1/+4 | |
| | | | ||||||
| * | | Updated docstrings. | Vinay Sajip | 2011-05-02 | 1 | -1/+63 | |
| | | | ||||||
| * | | 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 | |
| | | | ||||||
