1. 874809e closes bpo-34581 : Conditionalize use of __pragma in Modules/socketmodule.c. (GH-9067) by Erik Janssens · 6 years ago
  2. e6a4755 bpo-34217: Use lowercase for windows headers (GH-8472) by Erik Janssens · 6 years ago
  3. 55edd0c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) by Siddhesh Poyarekar · 6 years ago
  4. 19e7d48 bpo-32394: Remove some TCP options on old version Windows. (GH-5523) by animalize · 6 years ago
  5. 7766b96 bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (#5449) by Коренберг Марк · 6 years ago
  6. bfe4fd5 Fix some warnings produced by different compilers. (#5593) by Serhiy Storchaka · 7 years ago
  7. c3d9508 bpo-32746: Fix multiple typos (GH-5144) by Leo Arias · 7 years ago
  8. aa0735f bpo-32747: Remove trailing spaces in docstrings. (GH-5491) by oldk · 7 years ago
  9. b6e43af bpo-28134: Auto-detect socket values from file descriptor (#1349) by Christian Heimes · 7 years ago
  10. f11b460 bpo-32373: Add socket.getblocking() method. (#4926) by Yury Selivanov · 7 years ago
  11. 0ceb717 Revert "bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)" (#5394) by Yury Selivanov · 7 years ago
  12. 47c0b1f bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724) by Коренберг Марк · 7 years ago
  13. d0e31b9 bpo-32454: socket closefd (#5048) by Christian Heimes · 7 years ago
  14. af11a15 bpo-32282: Remove unnecessary check for `VersionHelpers.h` in `socketmodule.c` on Windows by Max Bélanger · 7 years ago
  15. 9818142 bpo-32331: Fix socket.type when SOCK_NONBLOCK is available (#4877) by Yury Selivanov · 7 years ago
  16. d318715 bpo-31927: Fix bugs in socketmodule.c on NetBSD and other issues. (#4235) by Serhiy Storchaka · 7 years ago
  17. a5293b4 Fix miscellaneous typos (#4275) by luzpaz · 7 years ago
  18. 03eb11f bpo-16135: Cleanup: Code rot left over from OS/2 support (GH-4147) by Erik Bray · 7 years ago
  19. 63ae044 Fix _socket module compilation on Cygwin. (#4137) by Erik Bray · 7 years ago
  20. 59af94f bpo-31806: Use _PyTime_ROUND_TIMEOUT for the timeout argument parsing in more functions (#4026) by Pablo Galindo · 7 years ago
  21. 834a5ce Remove a null statement that was necessary for --without-threads (#3478) by Zackery Spytz · 7 years ago
  22. e3b2b4b bpo-31393: Fix the use of PyUnicode_READY(). (#3451) by Serhiy Storchaka · 7 years ago
  23. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  24. effc12f bpo-27584: New addition of vSockets to the python socket module (#2489) by caavery · 7 years ago
  25. 0693063 remove IRIX support (closes bpo-31341) (#3310) by Benjamin Peterson · 7 years ago
  26. a30f6d4 bpo-30987 - Support for ISO-TP protocol in SocketCAN (#2956) by Pier-Yves Lessard · 7 years ago
  27. 1d1d3e9 bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tuples. (#3119) by Oren Milman · 7 years ago
  28. 67e1478 bpo-30319: socket.close() now ignores ECONNRESET (#2565) by Victor Stinner · 7 years ago
  29. 9f3bdcb bpo-23451: Fix socket deprecation warnings in socketmodule.c (#2318) by Segev Finer · 7 years ago
  30. 495b502 bpo-30205: Fix getsockname() for unbound AF_UNIX sockets on Linux (#1370) by Antoine Pitrou · 7 years ago
  31. 1e2147b bpo-29728: Provide socket.TCP_NOTSENT_LOWAT (#477) by Nathaniel J. Smith · 7 years ago
  32. d37c068 Add sockaddr_alg to sock_addr_t (#234) by Christian Heimes · 7 years ago
  33. 5ec08ce Remove double definition of IPPROTO_IPV6 (#100) by Maximilian Hils · 7 years ago
  34. 228b12e Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever by Serhiy Storchaka · 8 years ago
  35. 8128d5a Address a minor Coverity warning re: unchecked PyArg_ParseTuple calls by Gregory P. Smith · 8 years ago
  36. 4f8dc3d Add TCP_CONGESTION and TCP_USER_TIMEOUT by Victor Stinner · 8 years ago
  37. 85b0f5b Added the const qualifier to char* variables that refer to readonly internal by Serhiy Storchaka · 8 years ago
  38. a98c4a9 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 8 years ago
  39. 0651583 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 8 years ago
  40. 5e17ad9 Merge AIX fixes from 3.6 by Martin Panter · 8 years ago
  41. f8cebad Merge AIX fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  42. c9e08d8 Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT by Martin Panter · 8 years ago
  43. 812f6e1 Issue #28480: Merge multithreading fixes from 3.6 by Martin Panter · 8 years ago
  44. fa27d5f Issue #28480: Avoid label at end of compound statement --without-threads by Martin Panter · 8 years ago
  45. 193a360 Merge 3.6 (issue #28471) by Yury Selivanov · 8 years ago
  46. fa22b29 Issue #28471: Fix crash (GIL state related) in socket.setblocking by Yury Selivanov · 8 years ago
  47. 6a7d348 Issue #28332: Deprecated silent truncations in socket.htons and socket.ntohs. by Serhiy Storchaka · 8 years ago
  48. d508d00 Issue #28139: Merge indentation fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  49. 6d57fe1 Issue #28139: Fix messed up indentation by Martin Panter · 8 years ago
  50. faf2cea Fix NULL check in sock_sendmsg_iovec. CID 1372885 by Christian Heimes · 8 years ago
  51. 52d61e4 socket: Fix memory leak in sendmsg() and sendmsg_afalg() by Victor Stinner · 8 years ago
  52. 288b5bf Cleanup socketmodule.c by Victor Stinner · 8 years ago
  53. 0b9d64e Issue 18550: Check return value of ioctl() / fnctl() in internal_setblocking by Christian Heimes · 8 years ago
  54. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  55. b6c3458 use the '__linux__' instead 'linux' preprocessor define by Benjamin Peterson · 8 years ago
  56. 8c21ab0 Issue #27744: correct comment and markup by Christian Heimes · 8 years ago
  57. dffa394 Issue #27744: Add AF_ALG (Linux Kernel crypto) to socket module. by Christian Heimes · 8 years ago
  58. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  59. bdfa0eb #26907: add some missing getsockopt constants. by R David Murray · 8 years ago
  60. 95e0df8 Issue #27702: Only expose SOCK_RAW when defined by Berker Peksag · 8 years ago
  61. d3afb62 Merge 3.5 (INVALID_SOCKET) by Victor Stinner · 8 years ago
  62. 524714e socket: use INVALID_SOCKET by Victor Stinner · 8 years ago
  63. 5e1989c Merge 3.5 (fix internal_select) by Victor Stinner · 8 years ago
  64. 0cec877 socket: Fix internal_select() by Victor Stinner · 8 years ago
  65. b466f8f Remove duplicate AF_INET6 addition by Martin Panter · 8 years ago
  66. 3583c3b Issue #26536: Use spaces instead of tabs by Berker Peksag · 8 years ago
  67. ea93ac0 Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by Daniel Stokes. by Steve Dower · 8 years ago
  68. fcff437 - Comment out socket (SO_REUSEPORT) and posix (O_SHLOCK, O_EXLOCK) constants by doko@ubuntu.com · 8 years ago
  69. 1f9eb87 Issue #26857: The gethostbyaddr_r() workaround is no longer needed with by Stefan Krah · 8 years ago
  70. 432dfcf Issue #26857: Workaround for missing symbol "gethostbyaddr_r" on Android. by Stefan Krah · 8 years ago
  71. 21a663e Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject(). by Serhiy Storchaka · 8 years ago
  72. 50ab1a3 Issue #26685: Raise OSError if closing a socket fails by Martin Panter · 8 years ago
  73. cc73932 socketmodule.c: error if option larger than INT_MAX by Victor Stinner · 8 years ago
  74. 19a8e84 Add socket finalizer by Victor Stinner · 8 years ago
  75. f664dc5 ResourceWarning: Revert change on socket and scandir by Victor Stinner · 8 years ago
  76. 914cde8 On ResourceWarning, log traceback where the object was allocated by Victor Stinner · 8 years ago
  77. 3d2778c Issue #26406: merge from 3.5 by Ned Deily · 8 years ago
  78. e1d4e58 Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls on by Ned Deily · 8 years ago
  79. 00538ff Issue #25924: merge with 3.5 by Ned Deily · 8 years ago
  80. 47299fd Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS X by Ned Deily · 8 years ago
  81. c8d2fb4 Merge 3.5: Issue #26227 by Victor Stinner · 9 years ago
  82. 7240030 Windows: Decode hostname from ANSI code page by Victor Stinner · 9 years ago
  83. 1ce6885 Fix compiler warning about obviously unreachable code. by Raymond Hettinger · 9 years ago
  84. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 9 years ago
  85. bc5b80b Close #24784: Fix compilation without thread support by Victor Stinner · 9 years ago
  86. 92f0113 Close #24784: Fix compilation without thread support by Victor Stinner · 9 years ago
  87. f9fdfa7 Merge 3.4 by Victor Stinner · 9 years ago
  88. ec1a498 Issue #24684: socket.socket.getaddrinfo() now calls by Victor Stinner · 9 years ago
  89. bea232a Issue #24732, #23834: Fix sock_accept_impl() on Windows by Victor Stinner · 9 years ago
  90. a6cc551 Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES. by Larry Hastings · 9 years ago
  91. ced1174 Issue #23618: Fix internal_select() for negative timeout (blocking socket) when by Victor Stinner · 9 years ago
  92. 88ed640 Issue #23834: Fix the default socket timeout by Victor Stinner · 9 years ago
  93. 222dfc7 Issue #22117: Fix sock_call_ex() for non-blocking socket by Victor Stinner · 9 years ago
  94. 8912d14 Issue #23853: socket.socket.sendall() does no more reset the socket timeout by Victor Stinner · 9 years ago
  95. 9001d80 Issue #23834: Fix initial value of the socket timeout by Victor Stinner · 9 years ago
  96. 10550cd Issue #23834: Simplify timeout handling by Victor Stinner · 9 years ago
  97. a135cb8 Issue #23618: Ooops, remove abort() added for debug purpose by Victor Stinner · 9 years ago
  98. 38aec75 Issue #23618: Fix sock_connect_impl(), set the socket error code by Victor Stinner · 9 years ago
  99. 81c41db Issue #23618: socket.socket.connect() now waits until the connection completes by Victor Stinner · 9 years ago
  100. 35bee93 Issue #23618: Don't declare recvmsg/sendmsg helper functions on Windows by Victor Stinner · 9 years ago