1. 2a7178e socketmodule.c: added socket.fromfd(fd, family, type, [proto]); by Guido van Rossum · 32 years ago
  2. c89705d * config.c: Added audioop to lists. by Guido van Rossum · 32 years ago
  3. aee0879 Made struct a standard built-in module; added string args to {set,get}sockopt; by Guido van Rossum · 32 years ago
  4. ff4949e * Makefile: cosmetics by Guido van Rossum · 32 years ago
  5. 25bec8c Sometimes, recvfrom() returns an empty address; this is not an error. by Guido van Rossum · 32 years ago
  6. ed233a5 Changes for new UNIX-specific built-in module 'select' and new header for by Guido van Rossum · 32 years ago
  7. 710e1df Some UNIX types want the exact size of the address structure by Guido van Rossum · 32 years ago
  8. 0e69587d Added {get,set}sockopt(). allowbroadcast is now obsolete. by Guido van Rossum · 32 years ago
  9. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  10. d15b733 Lint fixes. by Guido van Rossum · 32 years ago
  11. 9c16d7f Cal get*Str*arg() instead of get*str*arg(), until the code is fixed. by Guido van Rossum · 33 years ago
  12. 0bb1a51 AIX fix. by Guido van Rossum · 33 years ago
  13. e0e5edc Added allowbroadcast() by Guido van Rossum · 33 years ago
  14. 54ba21b Make Socktype global so old and new compilers will like it. by Guido van Rossum · 33 years ago
  15. 8119447 Add gethostname() and s.avail(). by Guido van Rossum · 33 years ago
  16. 4dd2a7e Connection sockets now have the proper family/type/proto values. by Guido van Rossum · 33 years ago
  17. 30a685f Many changes to the interface, and added comments. by Guido van Rossum · 33 years ago
  18. 6574b3e Initial revision by Guido van Rossum · 33 years ago