1. 40a6164 Apply patch for netbsd multiprocessing support by Jesse Noller · 16 years ago
  2. 3605b5c Issue #1008086: Fixes socket.inet_aton() to always return 4 bytes even by Gregory P. Smith · 16 years ago
  3. de1a8b7 - Issue #5104: The socket module now raises OverflowError when 16-bit port and by Gregory P. Smith · 16 years ago
  4. d89f5b2 Fix issue 4884, preventing a crash in the socket code when python is compiled by Jeffrey Yasskin · 16 years ago
  5. f91d46a Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, by Martin v. Löwis · 16 years ago
  6. a4dd2e2 Restore support for Microsoft VC6 compiler. by Amaury Forgeot d'Arc · 16 years ago
  7. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  8. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  9. 94eba71 Repair compilation for Visual Studio 2005. by Amaury Forgeot d'Arc · 17 years ago
  10. 10ed0f5 Remove all traces of HAVE_STRERROR. by Brett Cannon · 17 years ago
  11. 964ca42 patch 1754489 by vlahan: by Armin Rigo · 17 years ago
  12. 060e685 Patch #1019808 from Federico Schwindt: Return correct socket error when by Andrew M. Kuchling · 17 years ago
  13. 5f0b7ae Make Modules/socketobject.c compile for Windows again. by Thomas Heller · 17 years ago
  14. 0f97393 Removed unused variable by Christian Heimes · 17 years ago
  15. ff15c86 Guard definition of TIPC_SUB_CANCEL with an #ifdef. by Georg Brandl · 17 years ago
  16. a7d984e Comment-out missing constant (from rev 59819) by Raymond Hettinger · 17 years ago
  17. fb2d25a Issue #1646: Make socket support TIPC. The socket module now has support by Christian Heimes · 17 years ago
  18. 04ae916 Added interface to Windows' WSAIoctl and a simple example for a network sniffer. by Christian Heimes · 17 years ago
  19. e93237d #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. Macros for b/w compatibility are available. by Christian Heimes · 17 years ago
  20. 3c887b2 Issue #1645 by Alberto Bertogli. Fix a comment. by Guido van Rossum · 17 years ago
  21. e8954f8 Backport of the PCbuild9 directory from the py3k branch. by Christian Heimes · 17 years ago
  22. 5397fd1 A patch from issue 1378 by roudkerk: by Guido van Rossum · 17 years ago
  23. e9fef69 Change socket.error to inherit from IOError rather than being a stand by Gregory P. Smith · 17 years ago
  24. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  25. 82958f0 Fix build on FreeBSD. Bluetooth HCI API in FreeBSD is quite different by Hye-Shik Chang · 17 years ago
  26. ea3307b Fix method names. Will backport. by Neal Norwitz · 18 years ago
  27. 1fe9f96 Bug 1688393. Adds a control of negative values in by Facundo Batista · 18 years ago
  28. f228482 Update 1432399 to removal of _BT_SOCKADDR_MEMB. by Martin v. Löwis · 18 years ago
  29. 45423a7 Patch #1432399: Add HCI sockets. by Martin v. Löwis · 18 years ago
  30. b1cc1d4 Patch #1657276: Make NETLINK_DNRTMSG conditional. Will backport. by Martin v. Löwis · 18 years ago
  31. bb2cc69 Patch #1635058 by Mark Roberts: ensure that htonl and friends never accept or by Guido van Rossum · 18 years ago
  32. 8d0baae Comment typo by Andrew M. Kuchling · 18 years ago
  33. 046c4d1 Patch #1544279: Improve thread-safety of the socket module by moving by Martin v. Löwis · 18 years ago
  34. 9dc7b7c Patch #1511317: don't crash on invalid hostname info by Georg Brandl · 18 years ago
  35. 9b0ca79 Patch #1519025 and bug #926423: If a KeyboardInterrupt occurs during by Neal Norwitz · 18 years ago
  36. cddabbf Fix spelling. by Georg Brandl · 18 years ago
  37. ec92650 Allow socketmodule to compile on NetBSD -current, whose bluetooth API by Matt Fleming · 18 years ago
  38. 93ab5fa #1494314: Fix a regression with high-numbered sockets in 2.4.3. This by Anthony Baxter · 18 years ago
  39. 2a30cd0 Patch #1516912: improve Modules support for OpenVMS. by Neal Norwitz · 18 years ago
  40. 0e8bd7e Patch #1495999: Part two of Windows CE changes. by Martin v. Löwis · 18 years ago
  41. f0cab1f Fix a refleak in recvfrom_into by Neal Norwitz · 18 years ago
  42. e0e797f Remove unused variable (and stop compiler warning) by Neal Norwitz · 18 years ago
  43. af2ae72 Fixes in struct and socket from merge reviews. by Martin Blais · 18 years ago
  44. 1e44ca9 Simplify further by using AddStringConstant by Neal Norwitz · 18 years ago
  45. 96a8c39 Make use of METH_O and METH_NOARGS where possible. by Georg Brandl · 18 years ago
  46. c7c5114 Fix refleak in socketmodule. Replace bogus Py_BuildValue calls. by Georg Brandl · 18 years ago
  47. 2856e5f Support for buffer protocol for socket and struct. by Martin Blais · 18 years ago
  48. 0452049 Fix SF bug #1476111: SystemError in socket sendto. The AF_INET6 and by Thomas Wouters · 18 years ago
  49. d06b6f2 Patch 1471925 - Weak linking support for OSX by Ronald Oussoren · 18 years ago
  50. a9017c3 SF Patch #1062014: AF_UNIX sockets under Linux have a special by Armin Rigo · 18 years ago
  51. 7e75f1a Patch #1191065: Fix preprocessor problems on systems where recvfrom is a macro. by Martin v. Löwis · 18 years ago
  52. 2db1550 Off-by-one buffer overflow error. by Armin Rigo · 19 years ago
  53. 5fe60e7 Patch #1462080: Conditionalize some NETLINK defines. by Martin v. Löwis · 19 years ago
  54. dcfdae7 Bug #1460564: document that socket.fromfd() duplicates the given by Georg Brandl · 19 years ago
  55. bc45a3f RFE #567972: Socket objects' family, type and proto properties are by Georg Brandl · 19 years ago
  56. 02cbf4a More unconsting. by Martin v. Löwis · 19 years ago
  57. 668a94a NETLINK_TCPDIAG and NETLINK_NFLOG aren't defined on older Linux by Guido van Rossum · 19 years ago
  58. dbd8339 Bug #854823: socketmodule now builds on Sun platforms even when by Georg Brandl · 19 years ago
  59. f84d1b9 Introduce Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE. Proposed by Tim Peters. by Martin v. Löwis · 19 years ago
  60. 082b2df Bug #876637, prevent stack corruption when socket descriptor by Neal Norwitz · 19 years ago
  61. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  62. 6585166 Get socketmodule to build after adding netlink support. by Neal Norwitz · 19 years ago
  63. d056005 Change build format of netlink addresses. by Martin v. Löwis · 19 years ago
  64. 11017b1 Patch #1103116: AF_NETLINK sockets basic support. by Martin v. Löwis · 19 years ago
  65. 30b5c5d Fix SF bug #1072182, problems with signed characters. by Neal Norwitz · 19 years ago
  66. af68c87 Add const to several API functions that take char *. by Jeremy Hylton · 19 years ago
  67. 9ceebd5 Patch #1288833: Removed thread lock from socket.getaddrinfo on by Hye-Shik Chang · 19 years ago
  68. 8ee3e5a - Changes donated by Elemental Security to make it work on AIX 5.3 by Guido van Rossum · 19 years ago
  69. d2e3ba7 patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows by Georg Brandl · 19 years ago
  70. 80961f3 Fix apparently trivial buffer overflow (SF bug 1060396). by Jeremy Hylton · 20 years ago
  71. 3079391 Just remove the #include of signal.h. That it was C++-commented out by Michael W. Hudson · 20 years ago
  72. f7c8d93 Use C89 style comment for old compilers by Neal Norwitz · 20 years ago
  73. 9ceaa72 Patch #975056 - fixes for restartable signals on *BSD. In addition, by Anthony Baxter · 20 years ago
  74. 87de0ca Silence a compiler warning by supplying the correct argument type to by Raymond Hettinger · 20 years ago
  75. 8ea5bdf Patch for compilation on IRIX from rwgk on http://python.org/sf/728330 by Trent Mick · 20 years ago
  76. a708d6e Apply patch from http://python.org/sf/728330 to fix socket module compilation on Solaris 2.6, HP-UX 11, AIX 5.1 and (possibly) some IRIX versions. by Trent Mick · 20 years ago
  77. e8bbfe4 Patch #1015012. Improve markup and punctuation in libsocket.tex by Dave Cole · 20 years ago
  78. b92b7ed Back out 1.289, which breaks platforms needing addrinfo.h, and by Martin v. Löwis · 20 years ago
  79. 07fda7e Updated the socketpair() docstring and documentation to explain that the by Dave Cole · 20 years ago
  80. 0fc8575 Removed unnecessary calls to signal() to ignore SIGPIPE. SIGPIPE is ignored by Dave Cole · 20 years ago
  81. c246cb7 Bug #1001857: socketmodule does not build under cygwin by Jason Tishler · 20 years ago
  82. 331708b Patch #1003700: Add socketpair function to socket module. by Dave Cole · 20 years ago
  83. cbcff93 Restore compilation on MSVC++ 6.0 by Raymond Hettinger · 20 years ago
  84. a57ec93 Fix [ 1001018 ]: Windows: setdefaulttimeout causes unnecessary timeouts on by Mark Hammond · 20 years ago
  85. 81aec4b Patch #984654: Add more address family constants. by Martin v. Löwis · 20 years ago
  86. b8e1717 [Patch #947352 from Jason Andryuk] Add support for AF_PACKET hardware addresses by Andrew M. Kuchling · 20 years ago
  87. 42851ab [Patch #982665 ] add SO_EXCLUSIVEADDRUSE constant by Andrew M. Kuchling · 20 years ago
  88. 5a8b459 OS/2 EMX needs addrinfo.h for code included from getaddrinfo.c by Andrew MacIntyre · 20 years ago
  89. 11b91a0 Added socket.getservbyport(), and make its second argument and that of by Barry Warsaw · 20 years ago
  90. 558d9bf Patch #929192: Improvements to bluetooth support. by Martin v. Löwis · 20 years ago
  91. 04697e8 Patch #924294: Do not check for AF_INET6 if it is not defined. by Martin v. Löwis · 20 years ago
  92. 76b8cc8 Band-aid type fix for by Michael W. Hudson · 20 years ago
  93. daedf21 Fixes for AF_UNIX support on OS/2: by Andrew MacIntyre · 21 years ago
  94. d12dfbb OS/2's TCP/IP stack supports AF_UNIX sockets, with the limitation that by Andrew MacIntyre · 21 years ago
  95. 06c3479 Make socket.sslerror a subclass of socket.error . by Brett Cannon · 21 years ago
  96. 5d7c067 Make socketmodule compile again on a modern Linux (that supports Bluetooth). by Anthony Baxter · 21 years ago
  97. 7befb99 remove support for missing ANSI C header files (limits.h, stddef.h, etc). by Skip Montanaro · 21 years ago
  98. 8126860 Add FreeBSD support for bluetooth sockets. by Hye-Shik Chang · 21 years ago
  99. 12af048 Patch #874083: Bluetooth support for socket module. by Martin v. Löwis · 21 years ago
  100. da91d02 Add IPV6_ socket options from RFCs 3493 and 3542. Fixes #867012. by Martin v. Löwis · 21 years ago