1. 6f489d9 Slightly different Windows ifdefs by Guido van Rossum · 28 years ago
  2. 8d665e6 changed windows test symbols; removed debug printf from sockets by Guido van Rossum · 28 years ago
  3. be32c89 More rational support for Windows (tested on Roj's NT 3.5 machine only). by Guido van Rossum · 28 years ago
  4. 006bf91 ntohs, ntohl, htons, htonl -- thanks to Lance by Guido van Rossum · 28 years ago
  5. d639d4d more changes for Windows, sigh by Guido van Rossum · 28 years ago
  6. 65af28a Calculate length of AF_UNIX addr struct portably in getsockaddrarg(). by Guido van Rossum · 28 years ago
  7. 53a9bf8 Get rid of obsolete allowbroadcast(). Avoid core dumps in resizestring(). by Guido van Rossum · 28 years ago
  8. 5555854 Windows/PC changes by Guido van Rossum · 28 years ago
  9. dc1c64a remove unused variables by Guido van Rossum · 28 years ago
  10. 508537b Include GUSI.h if using gusi-sockets by Jack Jansen · 28 years ago
  11. ca42b16 clear addr buffer before calling getsockname by Guido van Rossum · 29 years ago
  12. 7c53b77 plug some leaks by Guido van Rossum · 29 years ago
  13. 30b6b2b add setblocking(); NT changes; null-terminate Unix path by Guido van Rossum · 29 years ago
  14. 27e177d fixed up comments describing interface by Guido van Rossum · 29 years ago
  15. 6b14491 mode and optional bufsize for makefile() by Guido van Rossum · 29 years ago
  16. 5f05eb4 add INADDR_* symbols by Guido van Rossum · 29 years ago
  17. 3fdf58b add socket related constants by Guido van Rossum · 29 years ago
  18. a597dde cosmetic changes so these modules will work with the strict new naming scheme by Guido van Rossum · 30 years ago
  19. ca9b323 better test for existence of hstrerror() by Guido van Rossum · 30 years ago
  20. 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  21. 3bbc62e Another bulky set of minor changes. by Guido van Rossum · 30 years ago
  22. 73624e9 new style by Guido van Rossum · 30 years ago
  23. 14ed0b2 * Modules/xxmodule.c: integrated with xxobject.c by Jack by Guido van Rossum · 30 years ago
  24. e4485b0 Setup.in: added tkinter; rearranged the definition of PYTHONPATH so by Guido van Rossum · 30 years ago
  25. 6a3eb5f Changes to make it work and compile on NT, by Mark Hammond. by Guido van Rossum · 30 years ago
  26. c65a525 * Modules/{Setup.in,Makefile.pre.in}: renamed some modules to by Guido van Rossum · 30 years ago
  27. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  28. b376a4a * timemodule.c: Add hack for Solaris 2. by Guido van Rossum · 31 years ago
  29. 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
  30. 18c9a4f * socketmodule.c: fix long-standing bug in recvfrom() -- addrlen by Guido van Rossum · 31 years ago
  31. eb6b33a * classobject.c: in instance_getattr, don't make a method out of a by Guido van Rossum · 31 years ago
  32. 9575a44 * Microscopic corrections to make things compile on the Cray APP. by Guido van Rossum · 31 years ago
  33. e537240 * Changed many files to use mkvalue() instead of newtupleobject(). by Guido van Rossum · 31 years ago
  34. 6f5afc9 * ceval.c: ifdef out the last argument passing compat hack. by Guido van Rossum · 31 years ago
  35. 5f59d60 * mymalloc.h: always allocate one extra byte, since some malloc's by Guido van Rossum · 32 years ago
  36. 2a7178e socketmodule.c: added socket.fromfd(fd, family, type, [proto]); by Guido van Rossum · 32 years ago
  37. c89705d * config.c: Added audioop to lists. by Guido van Rossum · 32 years ago
  38. aee0879 Made struct a standard built-in module; added string args to {set,get}sockopt; by Guido van Rossum · 32 years ago
  39. ff4949e * Makefile: cosmetics by Guido van Rossum · 32 years ago
  40. 25bec8c Sometimes, recvfrom() returns an empty address; this is not an error. by Guido van Rossum · 32 years ago
  41. ed233a5 Changes for new UNIX-specific built-in module 'select' and new header for by Guido van Rossum · 32 years ago
  42. 710e1df Some UNIX types want the exact size of the address structure by Guido van Rossum · 32 years ago
  43. 0e69587d Added {get,set}sockopt(). allowbroadcast is now obsolete. by Guido van Rossum · 32 years ago
  44. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  45. d15b733 Lint fixes. by Guido van Rossum · 32 years ago
  46. 9c16d7f Cal get*Str*arg() instead of get*str*arg(), until the code is fixed. by Guido van Rossum · 32 years ago
  47. 0bb1a51 AIX fix. by Guido van Rossum · 33 years ago
  48. e0e5edc Added allowbroadcast() by Guido van Rossum · 33 years ago
  49. 54ba21b Make Socktype global so old and new compilers will like it. by Guido van Rossum · 33 years ago
  50. 8119447 Add gethostname() and s.avail(). by Guido van Rossum · 33 years ago
  51. 4dd2a7e Connection sockets now have the proper family/type/proto values. by Guido van Rossum · 33 years ago
  52. 30a685f Many changes to the interface, and added comments. by Guido van Rossum · 33 years ago
  53. 6574b3e Initial revision by Guido van Rossum · 33 years ago