Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add test for presence of socket_type. | Guido van Rossum | 1997-05-21 | 1 | -0/+1 | |
* | Increase the child's sleep time to 5 for slow machines. | Guido van Rossum | 1997-05-16 | 1 | -1/+1 | |
* | Suppress fork part of socket test when we can't fork. | Guido van Rossum | 1997-05-14 | 1 | -27/+29 | |
* | Print less in test_socket. | Guido van Rossum | 1997-05-09 | 1 | -6/+6 | |
* | Did nobody ever notice that "make test" didn't print the summary line | Guido van Rossum | 1997-01-29 | 1 | -1/+0 | |
* | Make as sure as we can that the forked child does not return and | Guido van Rossum | 1997-01-17 | 1 | -12/+15 | |
* | Rewrite the `hostname mismatch' test as per GvR suggestion. | Barry Warsaw | 1997-01-13 | 1 | -2/+8 | |
* | Added an os._exit(0) in the parent so we don't have two test processes | Barry Warsaw | 1997-01-07 | 1 | -0/+3 | |
* | Test of the socket module. The following functions and methods are | Barry Warsaw | 1997-01-03 | 1 | -0/+131 | |