| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Should raise TestSkipped, not ImportError, when deciding to skip the | Guido van Rossum | 2001-07-13 | 1 | -2/+2 |
| | | | | | test. | ||||
| * | Ported to Windows: | Guido van Rossum | 2001-07-10 | 1 | -5/+6 |
| | | | | | | | - Set the host to "localhost" instead of "". - Skip the AF_UNIX tests when socket.AF_UNIX is not defined. | ||||
| * | A test suite for SocketServer.py that exposes the various bugs just | Guido van Rossum | 2001-07-10 | 1 | -0/+161 |
| fixed. Regrettably, this must be run manually -- somehow the I/O redirection of the regression test breaks the test. When run under the regression test, this raises ImportError with a warning to that effect. Bugfix candidate! | |||||
