Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set the SO_REUSEADDR socket option in the server thread -- this seems | Guido van Rossum | 2001-04-15 | 1 | -0/+1 |
| | | | | | needed on some platforms (e.g. Solaris 8) when the test is run twice in quick succession. | ||||
* | Add "import thread" at the top of the module; this prevents us from | Guido van Rossum | 2001-04-14 | 1 | -0/+1 |
| | | | | | failing later when Python is compiled without threading but a failing 'threading' module can be imported due to an earlier (caught) attempt. | ||||
* | After testing the test on Unix, several improvements: | Guido van Rossum | 2001-04-06 | 1 | -3/+4 |
| | | | | | | - Use push() instead of send(), and make these calls in main(). - Sleep a second to give the server thread time to initialize itself. | ||||
* | Add test for asynchat. This also tests asyncore. | Guido van Rossum | 2001-04-06 | 1 | -0/+55 |