Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #12326: refactor usage of sys.platform | Victor Stinner | 2011-08-20 | 1 | -1/+1 |
| | | | | | | | | * Use str.startswith(tuple): I didn't know this Python feature, Python rocks! * Replace sometimes sys.platform.startswith('linux') with sys.platform == 'linux' * sys.platform doesn't contain the major version on Cygwin on Mac OS X (it's just 'cygwin' and 'darwin') | ||||
* | Issue #12326: don't test the major version of sys.platform | Victor Stinner | 2011-08-17 | 1 | -1/+1 |
| | | | | | Use startswith, instead of ==, when testing sys.platform to support new platforms like Linux 3 or OpenBSD 5. | ||||
* | Fixes #12637: Merged fix from 3.2 and added test. | Vinay Sajip | 2011-07-25 | 1 | -0/+2 |
|\ | |||||
* | | Closes #12419: Added ident to SysLogHandler. | Vinay Sajip | 2011-06-27 | 1 | -0/+5 |
| | | |||||
* | | Merged fix for issue #12168 from 3.2. | Vinay Sajip | 2011-06-09 | 1 | -2/+6 |
|\ \ | |/ | |||||
* | | Closes issue #11557: removal of non-idiomatic code in test_logging. | Vinay Sajip | 2011-06-05 | 1 | -31/+25 |
| | | |||||
* | | Updated test_rollover delay to just over a second. | Vinay Sajip | 2011-05-24 | 1 | -1/+1 |
| | | |||||
* | | Issue #12151: Test now ignores datagram socket errors after server is closed. | Vinay Sajip | 2011-05-23 | 1 | -10/+11 |
| | | |||||
* | | Issue #12151: Correction to diagnostic code. | Vinay Sajip | 2011-05-23 | 1 | -1/+1 |
| | | |||||
* | | Issue #12151: Added diagnostics to help diagnose intermittent socket errors. | Vinay Sajip | 2011-05-23 | 1 | -0/+15 |
| | | |||||
* | | Issue #12151: test_logging writes debug messages to stderr, not stdout | Victor Stinner | 2011-05-22 | 1 | -2/+2 |
| | | | | | | | | stdout are lost in buildbots | ||||
* | | Issue #12136: Added change to handle non-availability of the ssl module. | Vinay Sajip | 2011-05-21 | 1 | -9/+14 |
| | | |||||
* | | Added SSL test for HTTPHandler. | Vinay Sajip | 2011-05-21 | 1 | -33/+72 |
| | | |||||
* | | Added SSL capability to TestHTTPServer. | Vinay Sajip | 2011-05-20 | 1 | -1/+14 |
| | | |||||
* | | Skip some tests in the absence of multiprocessing. | Vinay Sajip | 2011-05-17 | 1 | -5/+11 |
| | | |||||
* | | Skip some more tests in the absence of threading. | Vinay Sajip | 2011-05-17 | 1 | -260/+263 |
| | | |||||
* | | test_logging: extended time range for rollover test. | Vinay Sajip | 2011-05-13 | 1 | -1/+1 |
| | | |||||
* | | test_logging: fixed bug in failure diagnostics. | Vinay Sajip | 2011-05-13 | 1 | -2/+2 |
| | | |||||
* | | Issue #12068: Fix appears to have worked; added more diagnostics for rare ↵ | Vinay Sajip | 2011-05-13 | 1 | -0/+1 |
| | | | | | | | | failures. | ||||
* | | Added diagnostics to test_logging, after reverting last change. | Vinay Sajip | 2011-05-13 | 1 | -9/+12 |
| | | |||||
* | | 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 |
| | |