1. a5a44ab remove assignment in conditional by Benjamin Peterson · 10 years ago
  2. 3d1f2d3 make _socket.socket weakrefable (closes #22569) by Benjamin Peterson · 10 years ago
  3. 0a649c7 Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError by Victor Stinner · 10 years ago
  4. 465db3c socketmodule.c: backport INVALID_SOCKET from Python 3.5 to simplify the code by Victor Stinner · 10 years ago
  5. 9e79889 remove overly strict assertion (closes #20251) by Benjamin Peterson · 11 years ago
  6. 28cf368 complain when nbytes > buflen to fix possible buffer overflow (closes #20246) by Benjamin Peterson · 11 years ago
  7. 0e6283e Ensure that the fix for #17269 also works on OSX 10.4 by Ronald Oussoren · 11 years ago
  8. 16c52a3 Issue #17269: Workaround for a platform bug in getaddrinfo on OSX by Ronald Oussoren · 11 years ago
  9. 868f0aa issue #9090 : Take the same approach for socketmodule as daytimemodule by Kristján Valur Jónsson · 12 years ago
  10. 620e364 issue #9090 : Limit the fix to windows since getting a portable simple by Kristján Valur Jónsson · 12 years ago
  11. 6ebc8f3 Issue #9090 : Error code 10035 calling socket.recv() on a socket with a timeout by Kristján Valur Jónsson · 12 years ago
  12. 74f49ab Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  13. ab7dd18 #8853: Allow port to be of type long for socket.getaddrinfo() by Petri Lehtinen · 12 years ago
  14. c551776 Modules/socketmodule.c: netdb_lock: define static. by Matthias Klose · 12 years ago
  15. 65dd745 Remove useless test (flowinfo is unsigned). by Charles-François Natali · 12 years ago
  16. 3aa59e3 Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by by Charles-François Natali · 13 years ago
  17. fda7b37 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 13 years ago
  18. ca5e908 #12725: fix working. Patch by Ben Hayden. by Ezio Melotti · 13 years ago
  19. 47d1d0d Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 13 years ago
  20. 0639be6 #10169: Fix argument parsing in socket.sendto() to avoid error masking. by Ezio Melotti · 13 years ago
  21. c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  22. e0c5f3c Merged revisions 85868 via svnmerge from by Antoine Pitrou · 14 years ago
  23. 886a1cd Merged revisions 85586-85587,85596-85598 via svnmerge from by Gregory P. Smith · 14 years ago
  24. bcb6195 Merged revisions 85404 via svnmerge from by Gregory P. Smith · 14 years ago
  25. 66b5df6 Merged revisions 85032 via svnmerge from by Antoine Pitrou · 14 years ago
  26. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  27. 6d7b7be Remove an unneeded variable assignment. by Brett Cannon · 14 years ago
  28. f56a288 Issue #7834: Fix connect() of Bluetooth L2CAP sockets with recent versions by Antoine Pitrou · 14 years ago
  29. 3b958e3 Issue #8235: _socket: Add the constant ``SO_SETFIB``. SO_SETFIB is by Larry Hastings · 15 years ago
  30. 402b73f Backported PyCapsule from 3.1, and converted most uses of CObject to PyCapsule. by Larry Hastings · 15 years ago
  31. d7b731d Issue #8104: socket.recv_into() and socket.recvfrom_into() now support by Antoine Pitrou · 15 years ago
  32. d840e51 Issue #4772: Raise a ValueError when an unknown Bluetooth protocol is by Antoine Pitrou · 15 years ago
  33. 2fcd03b http://bugs.python.org/issue6971 by Kristján Valur Jónsson · 15 years ago
  34. ab84989 #6944: the argument to PyArg_ParseTuple should be a tuple, otherwise a SystemError is set. Also clean up another usage of PyArg_ParseTuple. by Georg Brandl · 15 years ago
  35. c4ad034 Fix issue1628205: Socket file objects returned by socket.socket.makefile() now by Gregory P. Smith · 15 years ago
  36. 40a6164 Apply patch for netbsd multiprocessing support by Jesse Noller · 16 years ago
  37. 3605b5c Issue #1008086: Fixes socket.inet_aton() to always return 4 bytes even by Gregory P. Smith · 16 years ago
  38. de1a8b7 - Issue #5104: The socket module now raises OverflowError when 16-bit port and by Gregory P. Smith · 16 years ago
  39. d89f5b2 Fix issue 4884, preventing a crash in the socket code when python is compiled by Jeffrey Yasskin · 16 years ago
  40. f91d46a Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, by Martin v. Löwis · 16 years ago
  41. a4dd2e2 Restore support for Microsoft VC6 compiler. by Amaury Forgeot d'Arc · 16 years ago
  42. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  43. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  44. 94eba71 Repair compilation for Visual Studio 2005. by Amaury Forgeot d'Arc · 17 years ago
  45. 10ed0f5 Remove all traces of HAVE_STRERROR. by Brett Cannon · 17 years ago
  46. 964ca42 patch 1754489 by vlahan: by Armin Rigo · 17 years ago
  47. 060e685 Patch #1019808 from Federico Schwindt: Return correct socket error when by Andrew M. Kuchling · 17 years ago
  48. 5f0b7ae Make Modules/socketobject.c compile for Windows again. by Thomas Heller · 17 years ago
  49. 0f97393 Removed unused variable by Christian Heimes · 17 years ago
  50. ff15c86 Guard definition of TIPC_SUB_CANCEL with an #ifdef. by Georg Brandl · 17 years ago
  51. a7d984e Comment-out missing constant (from rev 59819) by Raymond Hettinger · 17 years ago
  52. fb2d25a Issue #1646: Make socket support TIPC. The socket module now has support by Christian Heimes · 17 years ago
  53. 04ae916 Added interface to Windows' WSAIoctl and a simple example for a network sniffer. by Christian Heimes · 17 years ago
  54. 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
  55. 3c887b2 Issue #1645 by Alberto Bertogli. Fix a comment. by Guido van Rossum · 17 years ago
  56. e8954f8 Backport of the PCbuild9 directory from the py3k branch. by Christian Heimes · 17 years ago
  57. 5397fd1 A patch from issue 1378 by roudkerk: by Guido van Rossum · 17 years ago
  58. e9fef69 Change socket.error to inherit from IOError rather than being a stand by Gregory P. Smith · 17 years ago
  59. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  60. 82958f0 Fix build on FreeBSD. Bluetooth HCI API in FreeBSD is quite different by Hye-Shik Chang · 17 years ago
  61. ea3307b Fix method names. Will backport. by Neal Norwitz · 18 years ago
  62. 1fe9f96 Bug 1688393. Adds a control of negative values in by Facundo Batista · 18 years ago
  63. f228482 Update 1432399 to removal of _BT_SOCKADDR_MEMB. by Martin v. Löwis · 18 years ago
  64. 45423a7 Patch #1432399: Add HCI sockets. by Martin v. Löwis · 18 years ago
  65. b1cc1d4 Patch #1657276: Make NETLINK_DNRTMSG conditional. Will backport. by Martin v. Löwis · 18 years ago
  66. bb2cc69 Patch #1635058 by Mark Roberts: ensure that htonl and friends never accept or by Guido van Rossum · 18 years ago
  67. 8d0baae Comment typo by Andrew M. Kuchling · 18 years ago
  68. 046c4d1 Patch #1544279: Improve thread-safety of the socket module by moving by Martin v. Löwis · 18 years ago
  69. 9dc7b7c Patch #1511317: don't crash on invalid hostname info by Georg Brandl · 18 years ago
  70. 9b0ca79 Patch #1519025 and bug #926423: If a KeyboardInterrupt occurs during by Neal Norwitz · 18 years ago
  71. cddabbf Fix spelling. by Georg Brandl · 18 years ago
  72. ec92650 Allow socketmodule to compile on NetBSD -current, whose bluetooth API by Matt Fleming · 18 years ago
  73. 93ab5fa #1494314: Fix a regression with high-numbered sockets in 2.4.3. This by Anthony Baxter · 18 years ago
  74. 2a30cd0 Patch #1516912: improve Modules support for OpenVMS. by Neal Norwitz · 18 years ago
  75. 0e8bd7e Patch #1495999: Part two of Windows CE changes. by Martin v. Löwis · 18 years ago
  76. f0cab1f Fix a refleak in recvfrom_into by Neal Norwitz · 18 years ago
  77. e0e797f Remove unused variable (and stop compiler warning) by Neal Norwitz · 18 years ago
  78. af2ae72 Fixes in struct and socket from merge reviews. by Martin Blais · 18 years ago
  79. 1e44ca9 Simplify further by using AddStringConstant by Neal Norwitz · 18 years ago
  80. 96a8c39 Make use of METH_O and METH_NOARGS where possible. by Georg Brandl · 18 years ago
  81. c7c5114 Fix refleak in socketmodule. Replace bogus Py_BuildValue calls. by Georg Brandl · 18 years ago
  82. 2856e5f Support for buffer protocol for socket and struct. by Martin Blais · 18 years ago
  83. 0452049 Fix SF bug #1476111: SystemError in socket sendto. The AF_INET6 and by Thomas Wouters · 19 years ago
  84. d06b6f2 Patch 1471925 - Weak linking support for OSX by Ronald Oussoren · 19 years ago
  85. a9017c3 SF Patch #1062014: AF_UNIX sockets under Linux have a special by Armin Rigo · 19 years ago
  86. 7e75f1a Patch #1191065: Fix preprocessor problems on systems where recvfrom is a macro. by Martin v. Löwis · 19 years ago
  87. 2db1550 Off-by-one buffer overflow error. by Armin Rigo · 19 years ago
  88. 5fe60e7 Patch #1462080: Conditionalize some NETLINK defines. by Martin v. Löwis · 19 years ago
  89. dcfdae7 Bug #1460564: document that socket.fromfd() duplicates the given by Georg Brandl · 19 years ago
  90. bc45a3f RFE #567972: Socket objects' family, type and proto properties are by Georg Brandl · 19 years ago
  91. 02cbf4a More unconsting. by Martin v. Löwis · 19 years ago
  92. 668a94a NETLINK_TCPDIAG and NETLINK_NFLOG aren't defined on older Linux by Guido van Rossum · 19 years ago
  93. dbd8339 Bug #854823: socketmodule now builds on Sun platforms even when by Georg Brandl · 19 years ago
  94. f84d1b9 Introduce Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE. Proposed by Tim Peters. by Martin v. Löwis · 19 years ago
  95. 082b2df Bug #876637, prevent stack corruption when socket descriptor by Neal Norwitz · 19 years ago
  96. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  97. 6585166 Get socketmodule to build after adding netlink support. by Neal Norwitz · 19 years ago
  98. d056005 Change build format of netlink addresses. by Martin v. Löwis · 19 years ago
  99. 11017b1 Patch #1103116: AF_NETLINK sockets basic support. by Martin v. Löwis · 19 years ago
  100. 30b5c5d Fix SF bug #1072182, problems with signed characters. by Neal Norwitz · 19 years ago