1. 7e78acb Remove last occurrance of PyArg_GetInt. It is deprecated, by Neal Norwitz · 22 years ago
  2. 6d8898b Due to interaction between the MSL C library and the GUSI I/O library I can get reads from sockets to work consistently either for unbuffered binary files or for buffered binary files, but not for both:-( by Jack Jansen · 22 years ago
  3. ba43e87 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 22 years ago
  4. 272cb40 Patch #520062: Support IPv6 with VC.NET. by Martin v. Löwis · 22 years ago
  5. 643a7fc Moved the declaration of PySocketSock_Type from socketmodule.h to by Tim Peters · 22 years ago
  6. e6cc5b6 Remove extraneous variable 'total', as reported by James Rucker. by Martin v. Löwis · 22 years ago
  7. 976ade6 Also fix the comment. by Marc-André Lemburg · 22 years ago
  8. bb8b78b Fix the name of the header file. by Marc-André Lemburg · 22 years ago
  9. a5d2b4c Break SSL support out of _socket module and place it into a new by Marc-André Lemburg · 22 years ago
  10. 43b936d Patch #477750: Use METH_ constants in Modules. by Martin v. Löwis · 23 years ago
  11. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 23 years ago
  12. 3cde2cb Add TCP socket options from glibc 2.2.4. Fixes #495680. 2.2.1 bugfix candidate. by Martin v. Löwis · 23 years ago
  13. 44ddbde Remove INET6 define. Use ENABLE_IPV6 instead. by Martin v. Löwis · 23 years ago
  14. 75cdad5 More sprintf -> PyOS_snprintf. by Tim Peters · 23 years ago
  15. 885d457 sprintf -> PyOS_snprintf in some "obviously safe" cases. by Tim Peters · 23 years ago
  16. 3072ecd Fix docstring typo by Andrew M. Kuchling · 23 years ago
  17. fba64e1 Test for negative buffer sizes. Fixes #482871. by Martin v. Löwis · 23 years ago
  18. 03f96bd Fixes to compile cPickle.c & socketmodule.c on cygwin and possibly by Michael W. Hudson · 23 years ago
  19. f0b11d2 Fix memory leaks detecting in bug report #478003. by Martin v. Löwis · 23 years ago
  20. 603c683 SF patch 473749 compile under OS/2 VA C++, from Michael Muller. by Tim Peters · 23 years ago
  21. 06b1d21 Correct getnameinfo refcounting and tuple parsing. Fixes #476648. by Martin v. Löwis · 23 years ago
  22. c32410a PySocketSock_connect_ex(): On Windows, return the correct Windows exit by Tim Peters · 23 years ago
  23. ca6dfa5 Oops. In the tp_name field, the name should be "_socket.socket", not by Guido van Rossum · 23 years ago
  24. 384ca9c Made SocketType and socket the same thing: a subclassable type whose by Guido van Rossum · 23 years ago
  25. 9f7a539 Add sendall() method, which loops until all data is written or an by Guido van Rossum · 23 years ago
  26. 7c4b5fa After discussion with itojun, it was clarified that Tru64 is in error, by Martin v. Löwis · 23 years ago
  27. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  28. b8fc972 Fix typo. Thanks to Jack Jansen for spotting it. by Martin v. Löwis · 23 years ago
  29. 861a65b Include netdb.h to detect getaddrinfo. Work around problem with getaddrinfo by Martin v. Löwis · 23 years ago
  30. cad8fa1 (Hopefully) fix SF bug #472675: CVS socketmodule now doesn't compile by Guido van Rossum · 23 years ago
  31. de80f2e Expose three OpenSSL API calls for dealing with the PRNG. by Jeremy Hylton · 23 years ago
  32. 17209fc Fix a bunch of warnings reported by Skip. by Guido van Rossum · 23 years ago
  33. 1c07b4b Test for __sun instead of __sun__, since SUNWspro only defines the latter; by Martin v. Löwis · 23 years ago
  34. 716aac0 PySocket_getaddrinfo(): fix two refcount bugs, both having to do with by Guido van Rossum · 23 years ago
  35. e2adc6c Use PySocket_Err() instead of PyErr_SetFromErrno(). by Jeremy Hylton · 23 years ago
  36. ba69936 Commit parts of SF patch #462759 by Jeremy Hylton · 23 years ago
  37. ae0013d Convert socket methods to use METH_O and METH_NOARGS where possible. by Jeremy Hylton · 23 years ago
  38. 57ca873 Add a bunch of SSL error constants by Jeremy Hylton · 23 years ago
  39. 5b6ce5a Lots of code reorganization with a few small API changes. by Jeremy Hylton · 23 years ago
  40. 22738b9 Do simple error checking before doing any SSL calls. by Jeremy Hylton · 23 years ago
  41. b0b0bd6 USe PyObject_SetString() instead of PyObject_SetObject() in newSSLObject(). by Jeremy Hylton · 23 years ago
  42. ec4b545 In newSSLObject(), initialize the various members of an SSLObject to NULL. by Jeremy Hylton · 23 years ago
  43. ab00645 A bit of reformatting to match the standard style by Jeremy Hylton · 23 years ago
  44. f86d63e Fix two memory leaks in socket.ssl(). by Jeremy Hylton · 23 years ago
  45. 79248aa SF bug [#456252] Python should never stomp on [u]intptr_t. by Tim Peters · 23 years ago
  46. cfb1675 SSL_dealloc(): Apply the change suggested in SF bug #425370 which by Barry Warsaw · 23 years ago
  47. 1ba6bad It will always be a string, because it is created just before this call. by Jeremy Hylton · 23 years ago
  48. f95dd0a Fix portability problems with glibc 2.0, as reported in #449157. by Martin v. Löwis · 23 years ago
  49. f65b1a1 Bump size of sprintf buffer. Suggested by Alex Coventry. by Martin v. Löwis · 23 years ago
  50. 1ba3fd5 Autotest for netpacket/packet.h, as it is not available on all Linux versions. by Martin v. Löwis · 23 years ago
  51. bcf4b35 Add more constants. Contributed by itojun. by Martin v. Löwis · 23 years ago
  52. 864e9ff Auto-detect hstrerror. Raise socket.herror in PyH_Error. Register the three by Martin v. Löwis · 23 years ago
  53. ae26dc2 Do not use the system getaddrinfo on Mac OS X. Fixes bug #445928. by Martin v. Löwis · 23 years ago
  54. 03d1b18 Enable PyOS_snprintf() et al. during alpha phase of 2.2.0 and by Marc-André Lemburg · 23 years ago
  55. 0b8de98 Temporarily work around bug #445928: Force usage of getaddrinfo emulation by Martin v. Löwis · 23 years ago
  56. 7aeb6ef Use HAVE_SNPRINTF, not HAVE_SPRINTF, for checking the availability of snprintf. by Thomas Wouters · 23 years ago
  57. 791bfda Autocheck for snprintf, and use sprintf if it is not available. by Martin v. Löwis · 23 years ago
  58. fe36fc9 Before declaring h_errno, do not check for Win32 only. Instead, do check by Martin v. Löwis · 23 years ago
  59. 9db2f57 Instead of accessing ss_family, cast sockaddr_storage to sockaddr and access sa_family. by Martin v. Löwis · 23 years ago
  60. 2d8d427 Patch #401196: IPv6 extensions to the socket module. by Martin v. Löwis · 23 years ago
  61. c925b153 Silence warnings in MSVC++: hide unused variables, add constness back to by Martin v. Löwis · 23 years ago
  62. e506529 Clean up some warnings from the SGI compiler. This is part of SF patch #434992. by Fred Drake · 23 years ago
  63. d783041 Port getaddrinfo to MSVC++. by Martin v. Löwis · 23 years ago
  64. 51777ce Remove const-ness in inet_pton declaration. by Martin v. Löwis · 23 years ago
  65. a2ca1ae Fix typos in inet_pton/inet_ntop. by Martin v. Löwis · 23 years ago
  66. a45ecae Provide a definition for offsetof. by Martin v. Löwis · 23 years ago
  67. b9ab159 Emulate inet_{pton,ntop} on systems that don't provide it. by Martin v. Löwis · 23 years ago
  68. 7e82b9c Pure brute-force hackery to allow Python to build on Windows again, by Tim Peters · 23 years ago
  69. 01dfdb3 Patch #401196: Configuration machinery for IPv6. by Martin v. Löwis · 23 years ago
  70. 564a6cc Fix a minor style consistency issue. by Fred Drake · 23 years ago
  71. fd16834 Three uses of makesockaddr() used sockaddr buffers that had not be cleared; by Fred Drake · 23 years ago
  72. 13324e1 Reverting Moshe's EGD patch *and* Martin's patch to make it work with by Guido van Rossum · 23 years ago
  73. 058dae3 I am TENTATIVELY checking in Martin von Loewis's patch for the SSL by Guido van Rossum · 23 years ago
  74. 8f4eab2 Committing patch 405101 by Moshe Zadka · 23 years ago
  75. 48a680c RISCOS changes by dschwertberger. by Guido van Rossum · 23 years ago
  76. b38175e Remove the optional integer argument to SSL_write; now it will always send by Andrew M. Kuchling · 23 years ago
  77. 8820a53 Patch #103636: Allow writing strings containing null bytes to an SSL socket by Andrew M. Kuchling · 23 years ago
  78. dbfb662 fix a couple last-minute bugs in the raw socket support by Jeremy Hylton · 24 years ago
  79. 2230865 SF patch 101137 from Grant Edwards by Jeremy Hylton · 24 years ago
  80. 42dd01a An ssl-wrapped socket now returns '' on EOF, just like a regular by Jeremy Hylton · 24 years ago
  81. a120ffc SF Patch #103185, by jlt63: Some more standard modules cleanup for Cygwin by Guido van Rossum · 24 years ago
  82. 697a0b0 Use openssl/*.h to include the OpenSSL header files by Andrew M. Kuchling · 24 years ago
  83. 20d3fc0 Adapted from a patch by Barry Scott, SF patch #102875 and SF bug by Guido van Rossum · 24 years ago
  84. e4dad90 Patch by Michael Hudson to clarify the error message from by Guido van Rossum · 24 years ago
  85. 51d9036 Norman Vine <nhv@users.sourceforge.net>: by Fred Drake · 24 years ago
  86. a136d49 Remove a lot of the confusing conditional compilation from the beginning by Fred Drake · 24 years ago
  87. c4a19e7 Remobe beopen/cnri/cwi copyrights, according to CNRI instructions. by Guido van Rossum · 24 years ago
  88. e365fb8 Use METH_VARARGS instead of numeric constant 1 in method def. tables by Andrew M. Kuchling · 24 years ago
  89. 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 24 years ago
  90. 334fb89 Use 'void' directly instead of the ANY #define, now that all code is ANSI C. by Thomas Wouters · 24 years ago
  91. c4422127 Remove unused variable and what looks like an ancient relic of an old by Thomas Wouters · 24 years ago
  92. 1e0c2f4 Create a new section of pyport.h to hold all external function declarations by Thomas Wouters · 24 years ago
  93. 46a733d Patch #100926 - Better error messages for socket exceptions on Windows. [Slight style differences from posted patch] by Mark Hammond · 24 years ago
  94. bd4bc4e Even more ANSIfication: fix as many function pointers and declarations as by Thomas Wouters · 24 years ago
  95. f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
  96. 618e25d Errare humanum est. by Peter Schneider-Kamp · 24 years ago
  97. 88e1932 fixed a warning in getsockaddrlen by Peter Schneider-Kamp · 24 years ago
  98. 3c5d43d - ANSI-ification (patch #100770 by Peter Schneider-Kamp) by Fredrik Lundh · 24 years ago
  99. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  100. 71f3698 Removed a prototype which is not used in socketmodule.c by Marc-André Lemburg · 24 years ago