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