1. 51777ce Remove const-ness in inet_pton declaration. by Martin v. Löwis · 23 years ago
  2. a2ca1ae Fix typos in inet_pton/inet_ntop. by Martin v. Löwis · 23 years ago
  3. a45ecae Provide a definition for offsetof. by Martin v. Löwis · 23 years ago
  4. b9ab159 Emulate inet_{pton,ntop} on systems that don't provide it. by Martin v. Löwis · 23 years ago
  5. 7e82b9c Pure brute-force hackery to allow Python to build on Windows again, by Tim Peters · 23 years ago
  6. 01dfdb3 Patch #401196: Configuration machinery for IPv6. by Martin v. Löwis · 23 years ago
  7. 564a6cc Fix a minor style consistency issue. by Fred Drake · 23 years ago
  8. fd16834 Three uses of makesockaddr() used sockaddr buffers that had not be cleared; by Fred Drake · 23 years ago
  9. 13324e1 Reverting Moshe's EGD patch *and* Martin's patch to make it work with by Guido van Rossum · 23 years ago
  10. 058dae3 I am TENTATIVELY checking in Martin von Loewis's patch for the SSL by Guido van Rossum · 23 years ago
  11. 8f4eab2 Committing patch 405101 by Moshe Zadka · 23 years ago
  12. 48a680c RISCOS changes by dschwertberger. by Guido van Rossum · 23 years ago
  13. b38175e Remove the optional integer argument to SSL_write; now it will always send by Andrew M. Kuchling · 23 years ago
  14. 8820a53 Patch #103636: Allow writing strings containing null bytes to an SSL socket by Andrew M. Kuchling · 23 years ago
  15. dbfb662 fix a couple last-minute bugs in the raw socket support by Jeremy Hylton · 23 years ago
  16. 2230865 SF patch 101137 from Grant Edwards by Jeremy Hylton · 23 years ago
  17. 42dd01a An ssl-wrapped socket now returns '' on EOF, just like a regular by Jeremy Hylton · 23 years ago
  18. a120ffc SF Patch #103185, by jlt63: Some more standard modules cleanup for Cygwin by Guido van Rossum · 23 years ago
  19. 697a0b0 Use openssl/*.h to include the OpenSSL header files by Andrew M. Kuchling · 24 years ago
  20. 20d3fc0 Adapted from a patch by Barry Scott, SF patch #102875 and SF bug by Guido van Rossum · 24 years ago
  21. e4dad90 Patch by Michael Hudson to clarify the error message from by Guido van Rossum · 24 years ago
  22. 51d9036 Norman Vine <nhv@users.sourceforge.net>: by Fred Drake · 24 years ago
  23. a136d49 Remove a lot of the confusing conditional compilation from the beginning by Fred Drake · 24 years ago
  24. c4a19e7 Remobe beopen/cnri/cwi copyrights, according to CNRI instructions. by Guido van Rossum · 24 years ago
  25. e365fb8 Use METH_VARARGS instead of numeric constant 1 in method def. tables by Andrew M. Kuchling · 24 years ago
  26. 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 24 years ago
  27. 334fb89 Use 'void' directly instead of the ANY #define, now that all code is ANSI C. by Thomas Wouters · 24 years ago
  28. c4422127 Remove unused variable and what looks like an ancient relic of an old by Thomas Wouters · 24 years ago
  29. 1e0c2f4 Create a new section of pyport.h to hold all external function declarations by Thomas Wouters · 24 years ago
  30. 46a733d Patch #100926 - Better error messages for socket exceptions on Windows. [Slight style differences from posted patch] by Mark Hammond · 24 years ago
  31. bd4bc4e Even more ANSIfication: fix as many function pointers and declarations as by Thomas Wouters · 24 years ago
  32. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  33. 618e25d Errare humanum est. by Peter Schneider-Kamp · 24 years ago
  34. 88e1932 fixed a warning in getsockaddrlen by Peter Schneider-Kamp · 24 years ago
  35. 3c5d43d - ANSI-ification (patch #100770 by Peter Schneider-Kamp) by Fredrik Lundh · 24 years ago
  36. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  37. 71f3698 Removed a prototype which is not used in socketmodule.c by Marc-André Lemburg · 24 years ago
  38. 728819a Restore strict checking of socket address values; addresses passed to by Fred Drake · 24 years ago
  39. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  40. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  41. a04eaad Trent Mick <trentm@activestate.com>: by Fred Drake · 24 years ago
  42. 11b0936 Donn Cave <donn@oz.net>: BeOS (up to 5.0) lacks <netinet/tcp.h>. by Fred Drake · 24 years ago
  43. b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 24 years ago
  44. 14f3f59 Fix typo in last patch -- the symbol's name is MSG_DONWAIT, not by Guido van Rossum · 24 years ago
  45. 2c8bcb8 Patch by Charles G Waldman: by Guido van Rossum · 24 years ago
  46. ff3ab42 Jack Jansen: The GUSI 2.0 I/O library used on the Mac uses the by Guido van Rossum · 24 years ago
  47. 2dd8ddd Use an explicit macro SOCKETCLOSE which expands to closesocket (on by Guido van Rossum · 24 years ago
  48. fa972c9 In dealloc(), only close the socket if fd != -1. by Guido van Rossum · 24 years ago
  49. b49dc75 Add warning that multi-arg connect() etc. are deprecated. by Guido van Rossum · 24 years ago
  50. 527c9bd Put back multi-arg capability on connect/connect_ex/bind, for by Guido van Rossum · 24 years ago
  51. 52a644c Add '#include <netinet/tcp.h>' by Andrew M. Kuchling · 24 years ago
  52. 27fc3c0 Fix all routines to use PyArg_ParseTuple(), and add ":name" to the by Guido van Rossum · 24 years ago
  53. e066134 Fixed inet_ntoa() docstring. by Fred Drake · 24 years ago
  54. 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 24 years ago
  55. 09c8b6c OpenSSL support. This is based on patches for a version of SSLeay by by Guido van Rossum · 25 years ago
  56. 1b6e463 Bugfix by Jack Jansen for Macintosh (for the inet_ntoa/aton changes): by Guido van Rossum · 25 years ago
  57. 9376b74 (1) On Linux, we really need to trust the configure script to select by Guido van Rossum · 25 years ago
  58. a2e4855 It appears that inet_aton() doesn't really exist except in libresolv; by Guido van Rossum · 25 years ago
  59. c6a164b Port inet_ntoa and inet_aton to Windows: by Guido van Rossum · 25 years ago
  60. 5c9eb21 Patch by Ben Gertzfield to add inet_aton() and inet_ntoa() calls. by Guido van Rossum · 25 years ago
  61. 09be409 Patch by Marc-Andre Lemburg to add a bunch more symbols. by Guido van Rossum · 25 years ago
  62. 7a12299 Put back __osf__ support for gethostbyname_r(); the real bug was that by Guido van Rossum · 25 years ago
  63. cbf8906 3-arg gethostbyname_r doesn't really work on OSF/1. by Guido van Rossum · 25 years ago
  64. e7de206 Implement two suggestions by Jonathan Giddy: (1) in AIX, clear the by Guido van Rossum · 25 years ago
  65. 7b6c71f Vladimir Marangozov implements the AIX 3-arg gethostbyname_r code. by Guido van Rossum · 25 years ago
  66. 3baaa13 Clean up pass for the previous patches. by Guido van Rossum · 25 years ago
  67. 955becc Jonathan Giddy writes: by Guido van Rossum · 25 years ago
  68. e9cd07b Patch by Rob Riggs for Linux -- glibc2 has a different argument by Guido van Rossum · 25 years ago
  69. 65d5b57 Thanks to Chris Herborth, the thread primitives now have proper Py* by Guido van Rossum · 26 years ago
  70. 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
  71. 7e48898 Use the t# format where appropriate. Greg Stein. by Guido van Rossum · 26 years ago
  72. 49b5606 Renamed thread.h to pythread.h. by Guido van Rossum · 26 years ago
  73. ce113931 Remove some unused variables from gethostbyaddr_ex and gethostbyaddr, by Guido van Rossum · 26 years ago
  74. 954e3ca Removed unused variables. by Guido van Rossum · 26 years ago
  75. bcc2074 Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  76. 7d896ab Added gethostbyname_ex(), which returns the same kind of data as by Guido van Rossum · 26 years ago
  77. 82a5c66 Added copious docstrings, plus two minor layout tweaks. by Guido van Rossum · 26 years ago
  78. 578de30 Some systems (e.g. Linux) use enums for some symbols (like IPPROTO_IP) by Guido van Rossum · 26 years ago
  79. 4f199ea Threading speedup patches by Christopher Lindblad <cjl@infoseek.com>. by Guido van Rossum · 26 years ago
  80. 32c575d Left-aligned preprocessor directives and changed C++ comments to C comments. by Guido van Rossum · 27 years ago
  81. 8e9ebfd os2 patch by Jeff Rush by Guido van Rossum · 27 years ago
  82. 0d2d759 PySocketSock_methods: Added "connect_ex" so the method can actually be called! by Barry Warsaw · 27 years ago
  83. fc4255d Add s.connect_ex() which returns errno instead of raising an exception. by Guido van Rossum · 27 years ago
  84. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  85. 91ba64d socket_type -> SocketType by Guido van Rossum · 27 years ago
  86. 3b4b6fc Add socket.socket_type, as discussed on c.l.p. by Guido van Rossum · 27 years ago
  87. fe28fa0 Remove the last three uses of PyArg_GetInt() from the source. by Guido van Rossum · 27 years ago
  88. aa948df In makesockaddr(), if we don't know the address family, don't raise an by Guido van Rossum · 27 years ago
  89. 644a12b Tweaks to keep the Microsoft compiler quier. by Guido van Rossum · 27 years ago
  90. 752300b Check of return values and proper error handling. by Barry Warsaw · 28 years ago
  91. 25405c7 Added the new getprotobyname() call to the module overview at the top. by Guido van Rossum · 28 years ago
  92. 3901d85 Added getprotobyname() interface. by Guido van Rossum · 28 years ago
  93. fb4130d Added extern decl for gethostname() to keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  94. a376cc5 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  95. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  96. 0848146 Don't close an already closed socket. by Guido van Rossum · 28 years ago
  97. 6f489d9 Slightly different Windows ifdefs by Guido van Rossum · 28 years ago
  98. 8d665e6 changed windows test symbols; removed debug printf from sockets by Guido van Rossum · 28 years ago
  99. be32c89 More rational support for Windows (tested on Roj's NT 3.5 machine only). by Guido van Rossum · 28 years ago
  100. 006bf91 ntohs, ntohl, htons, htonl -- thanks to Lance by Guido van Rossum · 28 years ago