1. 6083a4b Re #18521: remove assignments of variables that are immediately reassigned. by Georg Brandl · 11 years ago
  2. 0cc8685 Issue #16201: socket: Use inet_pton()/inet_addr() instead of ad-hoc parsing for by Charles-François Natali · 11 years ago
  3. 24aa041 Use INADDR_BROADCAST instead of hard-coded value (it's part of POSIX and by Charles-François Natali · 11 years ago
  4. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  5. 46e1ce2 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  6. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  7. 7c8cd25 Issue #18549: Eliminate dead code in socket_ntohl(). CID 982369 by Christian Heimes · 11 years ago
  8. 9228837 Issue #18549: Eliminate dead code in socket_ntohl(). CID 982369 by Christian Heimes · 11 years ago
  9. 14b9b11 If MS_WIN64 is defined, MS_WINDOWS is also defined: #ifdef can be simplified. by Victor Stinner · 11 years ago
  10. 9a644b2 Issue #9566: recv(), recvfrom(), send(), sendall() and sendto() methods by Victor Stinner · 11 years ago
  11. 7151551 Issue #18259: Declare sethostname in socketmodule.c for AIX by Christian Heimes · 11 years ago
  12. d2774c7 Issue #18259: Declare sethostname in socketmodule.c for AIX by Christian Heimes · 11 years ago
  13. 36451f0 (3.3->default) Ensure that the fix for #17269 also works on OSX 10.4 by Ronald Oussoren · 11 years ago
  14. a822d366 Ensure that the fix for #17269 also works on OSX 10.4 by Ronald Oussoren · 11 years ago
  15. 640c35c Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macros by Victor Stinner · 11 years ago
  16. 0b81111 (Merge 3.3) Close #18109: os.uname() now decodes fields from the locale by Victor Stinner · 11 years ago
  17. a534fc4 Close #18109: os.uname() now decodes fields from the locale encoding, and by Victor Stinner · 11 years ago
  18. 27a4ac5 Issue #17269: Workaround for a platform bug in getaddrinfo on OSX by Ronald Oussoren · 11 years ago
  19. dc3e6cc (3.3->default) Issue #17269: Workaround for a platform bug in getaddrinfo on OSX by Ronald Oussoren · 11 years ago
  20. 80e1c43 Fix issue #17996: expose socket.AF_LINK constant on BSD and OSX. by Giampaolo Rodola' · 11 years ago
  21. b10c71d Backed out changeset c0f2b038fc12 by Charles-François Natali · 11 years ago
  22. c7c333d Issue #17683: socket module: return AF_UNIX addresses in Linux abstract by Charles-François Natali · 11 years ago
  23. 74ca886 Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant() by Charles-Francois Natali · 11 years ago
  24. aa96588 merge 3.3 by Benjamin Peterson · 11 years ago
  25. 18b7191 C89 declaration compliance by Benjamin Peterson · 11 years ago
  26. 8b53559 Merge with 3.3, issue #17047: remove doubled words added in 3.3, by Terry Jan Reedy · 11 years ago
  27. 0f84764 Issue #17047: remove doubled words added in 3.3 by Terry Jan Reedy · 11 years ago
  28. c73c561 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 11 years ago
  29. 4de7457 Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter. by Antoine Pitrou · 11 years ago
  30. 773e42d Issue #15359: Add CAN_BCM protocol support to the socket module. Patch by Brian by Charles-François Natali · 11 years ago
  31. 9101e23 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  32. 441d30f Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  33. 7898043 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  34. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
  35. 57b6672 expose TCP_FASTOPEN and MSG_FASTOPEN by Benjamin Peterson · 12 years ago
  36. 14c81ab #16135: Removal of OS/2 support (Modules/*) by Jesus Cea · 12 years ago
  37. 15b6885 Make sure that *really* no more than sizeof(ifr.ifr_name) chars are strcpy-ed to ifr.ifr_name and that the string is *always* NUL terminated. New code shouldn't use strcpy(), too. CID 719692 by Christian Heimes · 12 years ago
  38. c53eb9d Merge 3.2 to default by Andrew Svetlov · 12 years ago
  39. d182a6c Modules/socketmodule.c: netdb_lock: define static. by Matthias Klose · 12 years ago
  40. f8f5237 Remove useless test (flowinfo is unsigned). by Charles-François Natali · 12 years ago
  41. 9b0c006 Remove useless test (flowinfo is unsigned). by Charles-François Natali · 12 years ago
  42. 10f383a Issue #14310: inter-process socket duplication for windows by Kristján Valur Jónsson · 12 years ago
  43. 9a54a26 Issue #14300: Under Windows, sockets created using socket.dup() now allow overlapped I/O. by Antoine Pitrou · 12 years ago
  44. 310052c Fix warning when compiling socketmodule.c with VS2010 by Kristján Valur Jónsson · 12 years ago
  45. 8c15976 Issue #10951: Fix warnings in the socket module. by Ross Lagerwall · 12 years ago
  46. 9d6c669 Issue #13777: Add PF_SYSTEM sockets on OS X. Patch by Michael Goderbauer. by Martin v. Löwis · 13 years ago
  47. 366999a Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by by Charles-François Natali · 13 years ago
  48. 4266333 Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by by Charles-François Natali · 13 years ago
  49. 8b75965 Issue #8623: Fix some strict-aliasing warnings. Patch by David Watson. by Charles-François Natali · 13 years ago
  50. 564a42c Issue #12809: Expose IP_TRANSPARENT in the socket module. Patch by Michael by Charles-François Natali · 13 years ago
  51. 1f33f2b Issue #13560: os.strerror() now uses the current locale encoding instead of UTF-8 by Victor Stinner · 13 years ago
  52. 6ec29e2 Issue #8373: The filesystem path of AF_UNIX sockets now uses the filesystem by Antoine Pitrou · 13 years ago
  53. 9d3b93b Use the new Unicode API by Victor Stinner · 13 years ago
  54. 7416897 socket_gethostname() uses a wchar_t* with PyMem_Malloc() to avoid the by Victor Stinner · 13 years ago
  55. 10b8cf4 Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support. by Charles-François Natali · 13 years ago
  56. cb98bed Issue #12619: Expose socket.SO_BINDTODEVICE constant by Victor Stinner · 13 years ago
  57. bd928fe Rename _Py_identifier to _Py_IDENTIFIER. by Martin v. Löwis · 13 years ago
  58. 6b4883d PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. by Antoine Pitrou · 13 years ago
  59. afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 13 years ago
  60. 30589c9 Issue #10141: fix socketmodule compilation on Linux systems with <linux/can.h> by Charles-François Natali · 13 years ago
  61. 47413c1 Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by Matthias by Charles-François Natali · 13 years ago
  62. 6394188 Use the new Py_ARRAY_LENGTH macro by Victor Stinner · 13 years ago
  63. 466517d Issue #12837: POSIX.1-2008 allows socklen_t to be a signed integer: re-enable by Charles-François Natali · 13 years ago
  64. ac7e9e0 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 13 years ago
  65. aa26b27 Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is by Charles-François Natali · 13 years ago
  66. e9e95ae sock_sendmsg/sock_recvmsg: Use {0} to 0-initialize aggregate types with by Charles-François Natali · 13 years ago
  67. b09f25e Issue12810: Remove check for negative unsigned value in socketmodule.c. Patch by Charles-François Natali · 13 years ago
  68. 710d27e Close #12826: fix socketmodule.c for OpenBSD, include sys/uio.h by Victor Stinner · 13 years ago
  69. 4ecf6cf Attempt to address Windows buildbot failures by Nick Coghlan · 13 years ago
  70. 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
  71. 7ec7fc4 #12725: merge with 3.2. by Ezio Melotti · 13 years ago
  72. 388c945 #12725: fix working. Patch by Ben Hayden. by Ezio Melotti · 13 years ago
  73. d64b2ba merge heads. by Gregory P. Smith · 13 years ago
  74. 77af172 socket.sendto(): exit directly after setting the error by Victor Stinner · 13 years ago
  75. b6471db Further documentation updates to be consistent with doc standards and comments by Gregory P. Smith · 13 years ago
  76. 6071359 Issue #1746656: make if_nameindex(), if_indextoname() and if_nametoindex() by Charles-François Natali · 13 years ago
  77. 3b1f2c3 issue #1746656: Fix for OS X. configure and #include changes so that the socket by Gregory P. Smith · 13 years ago
  78. 5ed2e77 Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname by Gregory P. Smith · 13 years ago
  79. 3cade99 Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 13 years ago
  80. 1be815a Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 13 years ago
  81. 9befeb3 Issue #5421: merge fix by Antoine Pitrou · 13 years ago
  82. 5e98141 Issue #5421: Fix misleading error message when one of socket.sendto()'s by Antoine Pitrou · 13 years ago
  83. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  84. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  85. fee6684 Issue #5421: merge fix by Antoine Pitrou · 13 years ago
  86. b88ed15 #11565: Merge with 3.2. by Ezio Melotti · 13 years ago
  87. 736e7fc Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 by Jesus Cea · 13 years ago
  88. 061cfb5 Issue #10866: Add socket.sethostname(). Initial patch by Ross Lagerwall. by Antoine Pitrou · 13 years ago
  89. b94767f Issue #8914: fix various warnings from the Clang static analyzer v254. by Brett Cannon · 13 years ago
  90. e239d23 Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL by Alexander Belopolsky · 14 years ago
  91. c4df784 Issue #10272: The ssl module now raises socket.timeout instead of a generic by Antoine Pitrou · 14 years ago
  92. 09fff7a Fixed socket_gethostname() on windows. by Hirokazu Yamamoto · 14 years ago
  93. e857b29 plug refleak by Benjamin Peterson · 14 years ago
  94. 72f4842 Issue #9377: Use Unicode API for gethostname on Windows. by Martin v. Löwis · 14 years ago
  95. e033e06 Issue #10093: ResourceWarnings are now issued when files and sockets are by Antoine Pitrou · 14 years ago
  96. 323dd70 Merged revisions 85868 via svnmerge from by Antoine Pitrou · 14 years ago
  97. b156a46 Issue #8852: Allow the socket module to build on OpenSolaris. by Antoine Pitrou · 14 years ago
  98. 61ec8de For now, remove accept4() code (issue #10115) by Antoine Pitrou · 14 years ago
  99. 397cd8a Merged revisions 85586-85587,85596-85598 via svnmerge from by Gregory P. Smith · 14 years ago
  100. 3e85dfd applying netbsd-wizs-mod.patch from issue5510 - by Gregory P. Smith · 14 years ago