1. 558d9bf Patch #929192: Improvements to bluetooth support. by Martin v. Löwis · 20 years ago
  2. 04697e8 Patch #924294: Do not check for AF_INET6 if it is not defined. by Martin v. Löwis · 20 years ago
  3. 76b8cc8 Band-aid type fix for by Michael W. Hudson · 20 years ago
  4. daedf21 Fixes for AF_UNIX support on OS/2: by Andrew MacIntyre · 20 years ago
  5. d12dfbb OS/2's TCP/IP stack supports AF_UNIX sockets, with the limitation that by Andrew MacIntyre · 20 years ago
  6. 06c3479 Make socket.sslerror a subclass of socket.error . by Brett Cannon · 20 years ago
  7. 5d7c067 Make socketmodule compile again on a modern Linux (that supports Bluetooth). by Anthony Baxter · 21 years ago
  8. 7befb99 remove support for missing ANSI C header files (limits.h, stddef.h, etc). by Skip Montanaro · 21 years ago
  9. 8126860 Add FreeBSD support for bluetooth sockets. by Hye-Shik Chang · 21 years ago
  10. 12af048 Patch #874083: Bluetooth support for socket module. by Martin v. Löwis · 21 years ago
  11. da91d02 Add IPV6_ socket options from RFCs 3493 and 3542. Fixes #867012. by Martin v. Löwis · 21 years ago
  12. a7b673f Fix erroneus argument parsing of socket.htons() on 64bit big endian machines. by Hye-Shik Chang · 21 years ago
  13. 94681fc Patch #849595: Add socket.shutdown() constants. by Martin v. Löwis · 21 years ago
  14. 4bae2d5 Getting rid of code dependent on GUSI or the MetroWerks compiler. by Jack Jansen · 21 years ago
  15. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  16. 8ae4689 Simplify and speedup uses of Py_BuildValue(): by Raymond Hettinger · 21 years ago
  17. bab23cf made the SGI INET_ADDRSTRLEN define apply for any compiler on Irix. Both the by Anthony Baxter · 21 years ago
  18. a0f1734 Patch #813445: Add missing socket.IPPROTO_IPV6. Backported to 2.3. by Martin v. Löwis · 21 years ago
  19. 5db099a Release host name memory. Fixes #783312. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  20. 1064909 Patch #781722: Reject AF_INET6 if IPv6 is disabled. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  21. fb509a3 Get socketmodule compiling on IRIX 6.5.10. by Jeremy Hylton · 21 years ago
  22. 14350ab Fix [ 766669 ] Consistent GPF on exit by Mark Hammond · 21 years ago
  23. ef7343c SF patch #760257: add socket.timeout exception (Contributed by Bob Halley) by Raymond Hettinger · 21 years ago
  24. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  25. 16e426b Yet another addition to [731644]: only use the lock if thread-support by Just van Rossum · 21 years ago
  26. 09aecd7 Addition to [731644]: also use the lock when using the getaddrinfo by Just van Rossum · 21 years ago
  27. 1040d2c [ 731644] & [ 604210 ] Release the GIL around getaddrinfo(), yet protect by Just van Rossum · 21 years ago
  28. e941617 Patch #724588: Check whether the address of hstrerror and inet_pton can by Martin v. Löwis · 21 years ago
  29. c16f3bd Patch #708495: Port more stuff to OpenVMS. by Martin v. Löwis · 21 years ago
  30. 0e85f9d Patch 731209: Restore socketmodule's behaviour with dotted quad addresses by Anthony Baxter · 21 years ago
  31. fccac2e Patch #725942: Always rename emulation functions. by Martin v. Löwis · 21 years ago
  32. 47dfa4a Patch by Jp Calderone: by Guido van Rossum · 21 years ago
  33. 2548c73 Implement IDNA (Internationalized Domain Names in Applications). by Martin v. Löwis · 21 years ago
  34. b9a0f91 Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. by Martin v. Löwis · 21 years ago
  35. b76bdf8 The connect timeout code wasn't working on Windows. by Guido van Rossum · 22 years ago
  36. 1df9fdd socket_inet_aton(): ip_addr was left undefined before use in the by Tim Peters · 22 years ago
  37. 88f115b Ummm, try to get it right this time by Neal Norwitz · 22 years ago
  38. 10b214c Use configure to check for inet_aton. by Neal Norwitz · 22 years ago
  39. ad05cdf Addressing SF bug #643005, implement socket.inet_aton() using by Guido van Rossum · 22 years ago
  40. 8f24cdc SF patch #678257 by Geoff Talvola. by Guido van Rossum · 22 years ago
  41. fb8595d Patch #661760: Cygwin auto-import module patch by Jason Tishler · 22 years ago
  42. 34d3e2d OS/2 sockets do not support AF_UNIX, even though EMX headers define it by Andrew MacIntyre · 22 years ago
  43. cf8f47e Patch #650422: Use Posix AF_ constants instead of PF_ ones. by Martin v. Löwis · 22 years ago
  44. 9e43730 Don't include <ioctl.h> unless on __VMS. by Martin v. Löwis · 22 years ago
  45. 79acb9e Patch #614055: Support OpenVMS. by Martin v. Löwis · 22 years ago
  46. 39d22e5 Use O_NONBLOCK rather than O_NDELAY, so we get POSIX non-blocking I/O. by Neal Norwitz · 22 years ago
  47. 8eb92a0 Patch #608999: Fix portability problems with MIPSPro 7.x by Martin v. Löwis · 22 years ago
  48. 83a072d Update the module doc comment. by Guido van Rossum · 22 years ago
  49. 90128ba SF bug #592645 fix memory leak in socket.getaddrinfo by Neal Norwitz · 22 years ago
  50. 12e3c71 The other half of the patches added to SF patch 555085 by A I by Guido van Rossum · 22 years ago
  51. 22a9715 Clean up some docstrings. Some docstrings didn't show their return by Guido van Rossum · 22 years ago
  52. 5814187 internal_connect(): Windows. When sock_timeout > 0 and connect() yields by Tim Peters · 22 years ago
  53. fe51c6d Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype by Mark Hammond · 22 years ago
  54. ddc6f47 Pass length of result structure into setipaddr. Fixes bug #565747. by Martin v. Löwis · 22 years ago
  55. 825e47b Put checks for error returns in the right place. by Jeremy Hylton · 22 years ago
  56. c075e19 Extended socket.htonl and ntohl to accept longs. by Jeremy Hylton · 22 years ago
  57. 62b1ab1 Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link by Mark Hammond · 22 years ago
  58. ad65490 Bail out early from internal_select() when socket file descriptor by Guido van Rossum · 22 years ago
  59. a12b4cf A Python float is a C double; redeclare defaulttimeout as such; stops by Tim Peters · 22 years ago
  60. 1693ba8 Silence warning about getdefaulttimeout in PyMethodDef. by Guido van Rossum · 22 years ago
  61. 9d0c8ce Add default timeout functionality. This adds setdefaulttimeout() and by Guido van Rossum · 22 years ago
  62. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  63. 84262fb Mac OS X Jaguar (developer preview) seems to have a working getaddrinfo(). by Jack Jansen · 22 years ago
  64. 14f8b4c Patch #568124: Add doc string macros. by Martin v. Löwis · 22 years ago
  65. 7b8bac1 Fix non-blocking connect() for Windows. Refactored the code by Guido van Rossum · 22 years ago
  66. 11ba094 Major overhaul of timeout sockets: by Guido van Rossum · 22 years ago
  67. 7aec4a2 work around name clash with OS/2 TCPIP routine sock_init() by Andrew MacIntyre · 22 years ago
  68. 1790e65 Move the conex_finally label up, so that the errno value is always returned. by Guido van Rossum · 22 years ago
  69. e8008f0 I decided to change the interaction between setblocking() and by Guido van Rossum · 22 years ago
  70. c4fcfa3 Major cleanup. Renamed static methods to avoid Py prefix. Other misc by Guido van Rossum · 22 years ago
  71. 3eede5a Whitespace normalization, folding long lines, uniform comment by Guido van Rossum · 22 years ago
  72. b9e916a Correct several blunders in the timeout code, mostly my own fault (for by Guido van Rossum · 22 years ago
  73. 67f7a38 SF patch 555085 (timeout socket implementation) by Michael Gilfix. by Guido van Rossum · 22 years ago
  74. c9a5577 The insint() function is not used. Nuke it. by Guido van Rossum · 22 years ago
  75. e1c478f The tp_new implementation should initialize the errorhandler field, by Guido van Rossum · 22 years ago
  76. 5de9842 Repair widespread misuse of _PyString_Resize. Since it's clear people by Tim Peters · 22 years ago
  77. aa769ae PyObject_Del can now be used as a function designator. by Neil Schemenauer · 22 years ago
  78. 8ab04b4 Got rid of ifdefs for long-obsolete GUSI versions. by Jack Jansen · 22 years ago
  79. 4baedc1 Use the PyModule_Add*() APIs instead of manipulating the module dict directly. by Fred Drake · 22 years ago
  80. 7e78acb Remove last occurrance of PyArg_GetInt. It is deprecated, by Neal Norwitz · 22 years ago
  81. 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
  82. ba43e87 OS/2 EMX port changes (Modules part of patch #450267): by Andrew MacIntyre · 22 years ago
  83. 272cb40 Patch #520062: Support IPv6 with VC.NET. by Martin v. Löwis · 22 years ago
  84. 643a7fc Moved the declaration of PySocketSock_Type from socketmodule.h to by Tim Peters · 23 years ago
  85. e6cc5b6 Remove extraneous variable 'total', as reported by James Rucker. by Martin v. Löwis · 23 years ago
  86. 976ade6 Also fix the comment. by Marc-André Lemburg · 23 years ago
  87. bb8b78b Fix the name of the header file. by Marc-André Lemburg · 23 years ago
  88. a5d2b4c Break SSL support out of _socket module and place it into a new by Marc-André Lemburg · 23 years ago
  89. 43b936d Patch #477750: Use METH_ constants in Modules. by Martin v. Löwis · 23 years ago
  90. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 23 years ago
  91. 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
  92. 44ddbde Remove INET6 define. Use ENABLE_IPV6 instead. by Martin v. Löwis · 23 years ago
  93. 75cdad5 More sprintf -> PyOS_snprintf. by Tim Peters · 23 years ago
  94. 885d457 sprintf -> PyOS_snprintf in some "obviously safe" cases. by Tim Peters · 23 years ago
  95. 3072ecd Fix docstring typo by Andrew M. Kuchling · 23 years ago
  96. fba64e1 Test for negative buffer sizes. Fixes #482871. by Martin v. Löwis · 23 years ago
  97. 03f96bd Fixes to compile cPickle.c & socketmodule.c on cygwin and possibly by Michael W. Hudson · 23 years ago
  98. f0b11d2 Fix memory leaks detecting in bug report #478003. by Martin v. Löwis · 23 years ago
  99. 603c683 SF patch 473749 compile under OS/2 VA C++, from Michael Muller. by Tim Peters · 23 years ago
  100. 06b1d21 Correct getnameinfo refcounting and tuple parsing. Fixes #476648. by Martin v. Löwis · 23 years ago