1. eb6b33a * classobject.c: in instance_getattr, don't make a method out of a by Guido van Rossum · 31 years ago
  2. 9575a44 * Microscopic corrections to make things compile on the Cray APP. by Guido van Rossum · 31 years ago
  3. e537240 * Changed many files to use mkvalue() instead of newtupleobject(). by Guido van Rossum · 31 years ago
  4. 6f5afc9 * ceval.c: ifdef out the last argument passing compat hack. by Guido van Rossum · 32 years ago
  5. 5f59d60 * mymalloc.h: always allocate one extra byte, since some malloc's by Guido van Rossum · 32 years ago
  6. 2a7178e socketmodule.c: added socket.fromfd(fd, family, type, [proto]); by Guido van Rossum · 32 years ago
  7. c89705d * config.c: Added audioop to lists. by Guido van Rossum · 32 years ago
  8. aee0879 Made struct a standard built-in module; added string args to {set,get}sockopt; by Guido van Rossum · 32 years ago
  9. ff4949e * Makefile: cosmetics by Guido van Rossum · 32 years ago
  10. 25bec8c Sometimes, recvfrom() returns an empty address; this is not an error. by Guido van Rossum · 32 years ago
  11. ed233a5 Changes for new UNIX-specific built-in module 'select' and new header for by Guido van Rossum · 32 years ago
  12. 710e1df Some UNIX types want the exact size of the address structure by Guido van Rossum · 32 years ago
  13. 0e69587d Added {get,set}sockopt(). allowbroadcast is now obsolete. by Guido van Rossum · 32 years ago
  14. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  15. d15b733 Lint fixes. by Guido van Rossum · 32 years ago
  16. 9c16d7f Cal get*Str*arg() instead of get*str*arg(), until the code is fixed. by Guido van Rossum · 33 years ago
  17. 0bb1a51 AIX fix. by Guido van Rossum · 33 years ago
  18. e0e5edc Added allowbroadcast() by Guido van Rossum · 33 years ago
  19. 54ba21b Make Socktype global so old and new compilers will like it. by Guido van Rossum · 33 years ago
  20. 8119447 Add gethostname() and s.avail(). by Guido van Rossum · 33 years ago
  21. 4dd2a7e Connection sockets now have the proper family/type/proto values. by Guido van Rossum · 33 years ago
  22. 30a685f Many changes to the interface, and added comments. by Guido van Rossum · 33 years ago
  23. 6574b3e Initial revision by Guido van Rossum · 33 years ago