1. 6870bba Make socket.getservbyname test optional on socket module having that by Barry Warsaw · 23 years ago
  2. 83ff749 String method conversion. by Eric S. Raymond · 23 years ago
  3. f785042 a bold attempt to fix things broken by MAL's verify patch: import by Fredrik Lundh · 24 years ago
  4. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  5. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  6. 1bfdc78 Skip Montanaro: modify test_socket.py to listen/connect using loopback addr by Guido van Rossum · 24 years ago
  7. 7e57bc4 Fix the test so that connect() and bind() are called with a single by Guido van Rossum · 24 years ago
  8. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  9. a008fa5 Fixed test for socket.error to work when it's a class exception. by Guido van Rossum · 27 years ago
  10. cf3527b socket_type --> SocketType by Fred Drake · 27 years ago
  11. f858021 Add test for presence of socket_type. by Guido van Rossum · 27 years ago
  12. 9522274 Increase the child's sleep time to 5 for slow machines. by Guido van Rossum · 27 years ago
  13. 2b4d280 Suppress fork part of socket test when we can't fork. by Guido van Rossum · 27 years ago
  14. f518d5e Print less in test_socket. by Guido van Rossum · 27 years ago
  15. fc167c6 Did nobody ever notice that "make test" didn't print the summary line by Guido van Rossum · 28 years ago
  16. 1d1394e Make as sure as we can that the forked child does not return and by Guido van Rossum · 28 years ago
  17. dbfb8d4 Rewrite the `hostname mismatch' test as per GvR suggestion. by Barry Warsaw · 28 years ago
  18. dce1005 Added an os._exit(0) in the parent so we don't have two test processes by Barry Warsaw · 28 years ago
  19. cf3d4b5 Test of the socket module. The following functions and methods are by Barry Warsaw · 28 years ago