1. 10f383a Issue #14310: inter-process socket duplication for windows by Kristján Valur Jónsson · 12 years ago
  2. 9a54a26 Issue #14300: Under Windows, sockets created using socket.dup() now allow overlapped I/O. by Antoine Pitrou · 12 years ago
  3. 310052c Fix warning when compiling socketmodule.c with VS2010 by Kristján Valur Jónsson · 12 years ago
  4. 8c15976 Issue #10951: Fix warnings in the socket module. by Ross Lagerwall · 12 years ago
  5. 9d6c669 Issue #13777: Add PF_SYSTEM sockets on OS X. Patch by Michael Goderbauer. by Martin v. Löwis · 13 years ago
  6. 4266333 Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by by Charles-François Natali · 13 years ago
  7. 366999a Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by by Charles-François Natali · 13 years ago
  8. 8b75965 Issue #8623: Fix some strict-aliasing warnings. Patch by David Watson. by Charles-François Natali · 13 years ago
  9. 564a42c Issue #12809: Expose IP_TRANSPARENT in the socket module. Patch by Michael by Charles-François Natali · 13 years ago
  10. 1f33f2b Issue #13560: os.strerror() now uses the current locale encoding instead of UTF-8 by Victor Stinner · 13 years ago
  11. 6ec29e2 Issue #8373: The filesystem path of AF_UNIX sockets now uses the filesystem by Antoine Pitrou · 13 years ago
  12. 9d3b93b Use the new Unicode API by Victor Stinner · 13 years ago
  13. 7416897 socket_gethostname() uses a wchar_t* with PyMem_Malloc() to avoid the by Victor Stinner · 13 years ago
  14. 10b8cf4 Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support. by Charles-François Natali · 13 years ago
  15. cb98bed Issue #12619: Expose socket.SO_BINDTODEVICE constant by Victor Stinner · 13 years ago
  16. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  17. 6b4883d PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. by Antoine Pitrou · 13 years ago
  18. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  19. 30589c9 Issue #10141: fix socketmodule compilation on Linux systems with <linux/can.h> by Charles-François Natali · 13 years ago
  20. 47413c1 Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by Matthias by Charles-François Natali · 13 years ago
  21. 6394188 Use the new Py_ARRAY_LENGTH macro by Victor Stinner · 13 years ago
  22. 466517d Issue #12837: POSIX.1-2008 allows socklen_t to be a signed integer: re-enable by Charles-François Natali · 13 years ago
  23. ac7e9e0 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 13 years ago
  24. aa26b27 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 13 years ago
  25. e9e95ae sock_sendmsg/sock_recvmsg: Use {0} to 0-initialize aggregate types with by Charles-François Natali · 13 years ago
  26. b09f25e Issue12810: Remove check for negative unsigned value in socketmodule.c. Patch by Charles-François Natali · 13 years ago
  27. 710d27e Close #12826: fix socketmodule.c for OpenBSD, include sys/uio.h by Victor Stinner · 13 years ago
  28. 4ecf6cf Attempt to address Windows buildbot failures by Nick Coghlan · 13 years ago
  29. 96fe56a Add support for the send/recvmsg API to the socket module. Patch by David Watson and Heiko Wundram. (Closes #6560) by Nick Coghlan · 13 years ago
  30. 7ec7fc4 #12725: merge with 3.2. by Ezio Melotti · 13 years ago
  31. 388c945 #12725: fix working. Patch by Ben Hayden. by Ezio Melotti · 13 years ago
  32. d64b2ba merge heads. by Gregory P. Smith · 13 years ago
  33. 77af172 socket.sendto(): exit directly after setting the error by Victor Stinner · 13 years ago
  34. b6471db Further documentation updates to be consistent with doc standards and comments by Gregory P. Smith · 13 years ago
  35. 6071359 Issue #1746656: make if_nameindex(), if_indextoname() and if_nametoindex() by Charles-François Natali · 13 years ago
  36. 3b1f2c3 issue #1746656: Fix for OS X. configure and #include changes so that the socket by Gregory P. Smith · 13 years ago
  37. 5ed2e77 Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname by Gregory P. Smith · 13 years ago
  38. 3cade99 Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 13 years ago
  39. 1be815a Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 13 years ago
  40. 9befeb3 Issue #5421: merge fix by Antoine Pitrou · 13 years ago
  41. 5e98141 Issue #5421: Fix misleading error message when one of socket.sendto()'s by Antoine Pitrou · 13 years ago
  42. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  43. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  44. fee6684 Issue #5421: merge fix by Antoine Pitrou · 13 years ago
  45. b88ed15 #11565: Merge with 3.2. by Ezio Melotti · 13 years ago
  46. 736e7fc Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 by Jesus Cea · 13 years ago
  47. 061cfb5 Issue #10866: Add socket.sethostname(). Initial patch by Ross Lagerwall. by Antoine Pitrou · 13 years ago
  48. b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 13 years ago
  49. e239d23 Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL by Alexander Belopolsky · 14 years ago
  50. c4df784 Issue #10272: The ssl module now raises socket.timeout instead of a generic by Antoine Pitrou · 14 years ago
  51. 09fff7a Fixed socket_gethostname() on windows. by Hirokazu Yamamoto · 14 years ago
  52. e857b29 plug refleak by Benjamin Peterson · 14 years ago
  53. 72f4842 Issue #9377: Use Unicode API for gethostname on Windows. by Martin v. Löwis · 14 years ago
  54. e033e06 Issue #10093: ResourceWarnings are now issued when files and sockets are by Antoine Pitrou · 14 years ago
  55. 323dd70 Merged revisions 85868 via svnmerge from by Antoine Pitrou · 14 years ago
  56. b156a46 Issue #8852: Allow the socket module to build on OpenSolaris. by Antoine Pitrou · 14 years ago
  57. 61ec8de For now, remove accept4() code (issue #10115) by Antoine Pitrou · 14 years ago
  58. 397cd8a Merged revisions 85586-85587,85596-85598 via svnmerge from by Gregory P. Smith · 14 years ago
  59. 3e85dfd applying netbsd-wizs-mod.patch from issue5510 - by Gregory P. Smith · 14 years ago
  60. b1c5496 Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module, by Antoine Pitrou · 14 years ago
  61. bc5d78d Merged revisions 85404 via svnmerge from by Gregory P. Smith · 14 years ago
  62. 2501aca fix compliation on NetBSD by Gregory P. Smith · 14 years ago
  63. c8f0196 Fix compilation under Windows by Antoine Pitrou · 14 years ago
  64. 3e1fd27 Issue #9090: When a socket with a timeout fails with EWOULDBLOCK or EAGAIN, by Antoine Pitrou · 14 years ago
  65. 08ae02f Merged revisions 85032 via svnmerge from by Antoine Pitrou · 14 years ago
  66. 6d7df63 Issue #9950: Fix socket.sendall() crash or misbehaviour when a signal is by Antoine Pitrou · 14 years ago
  67. ee541e0 Merged revisions 84450 via svnmerge from by Daniel Stutzbach · 14 years ago
  68. 6c76528 Fix Issue9753: socket.dup() does not always work right on Windows by Daniel Stutzbach · 14 years ago
  69. 112c0f3 Issue #1027206: getnameinfo is now restricted to numeric addresses as input. by Martin v. Löwis · 14 years ago
  70. fc0275a Issue #1027206: Support IDNA in gethostbyname, gethostbyname_ex and by Martin v. Löwis · 14 years ago
  71. f72006f Merged revisions 84146-84147,84150 via svnmerge from by Antoine Pitrou · 14 years ago
  72. 19467d2 Clean some 64-bit issues. Also, always spell "ssize_t" "Py_ssize_t". by Antoine Pitrou · 14 years ago
  73. ccfb91c fix issue #8866: parameters passed to socket.getaddrinfo can now be specified as single keyword arguments. by Giampaolo Rodolà · 14 years ago
  74. 6e451df Followup to r83869 and issue #8524: rename socket.forget() to socket.detach() by Antoine Pitrou · 14 years ago
  75. e43f9d0 Issue #8524: Add a forget() method to socket objects, so as to put the by Antoine Pitrou · 14 years ago
  76. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  77. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  78. 72867d6 Merged revisions 80612 via svnmerge from by Antoine Pitrou · 14 years ago
  79. bf04349 Merged revisions 80610 via svnmerge from by Antoine Pitrou · 14 years ago
  80. f0f3795 - Issue #8235: _socket: Add the constant ``SO_SETFIB``. SO_SETFIB is by Larry Hastings · 14 years ago
  81. c9213f5 Merged revisions 77972 via svnmerge from by Antoine Pitrou · 15 years ago
  82. b6375f1 Merged revisions 77970 via svnmerge from by Antoine Pitrou · 15 years ago
  83. b585a0f Merge the trivial portion of r74426 from trunk. by Gregory P. Smith · 15 years ago
  84. f3d7dbe Merged revisions 75231 via svnmerge from by Benjamin Peterson · 15 years ago
  85. 4ac9ce4 Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from by Benjamin Peterson · 15 years ago
  86. 847ec75 http://bugs.python.org/issue6971 Porting revision 75054 from trunk by Kristján Valur Jónsson · 15 years ago
  87. 81c447f turn this into a macro by Benjamin Peterson · 15 years ago
  88. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago
  89. 32d68c2 Merged revisions 70849,70852 via svnmerge from by Jesse Noller · 15 years ago
  90. f91df04 Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from by Benjamin Peterson · 15 years ago
  91. 5c6d787 Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,69293,69297-69301,69348 via svnmerge from by Benjamin Peterson · 16 years ago
  92. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 16 years ago
  93. 058e31e Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-68536,68552,68563,68570-68572,68575,68582,68596,68623-68624,68628 via svnmerge from by Benjamin Peterson · 16 years ago
  94. 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
  95. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  96. 3d17a5c Merged revisions 64214 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  97. 762681b Slowly apply part of #2065: py3k can be compiled with VS8.0 by Amaury Forgeot d'Arc · 16 years ago
  98. b9e8dcf Add missing NULL return value. by Martin v. Löwis · 16 years ago
  99. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  100. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago