1. f60fd95 closes bpo-37405: Make socket.getsockname() always return a tuple for AF_CAN. (GH-14392) (GH-16018) by Miss Islington (bot) · 4 years, 10 months ago
  2. d8b914a bpo-37085: Expose SocketCAN bcm_msg_head flags (GH-13646) by Miss Islington (bot) · 5 years ago
  3. c2684c6 bpo-37199: Fix test failures when IPv6 is unavailable or disabled (GH-14480) by Miss Islington (bot) · 5 years ago
  4. 8f96c9f bpo-37007: Implement socket.if_nametoindex(), if_indextoname() and if_nameindex() on Windows (GH-13522) by Zackery Spytz · 5 years ago
  5. 4461d70 bpo-36341: Fix tests calling bind() on AF_UNIX sockets (GH-12399) by xdegaye · 5 years ago
  6. 3c7931e bpo-36629: Add support.get_socket_conn_refused_errs() (GH-12834) by Victor Stinner · 5 years ago
  7. eb7e29f bpo-35934: Add socket.create_server() utility function (GH-11784) by Giampaolo Rodola · 5 years ago
  8. 3eca28c bpo-29515: add missing socket.IPPROTO_* constants on Windows (GH-12183) by Giampaolo Rodola · 5 years ago
  9. 9e4861f bpo-22831: Use "with" to avoid possible fd leaks in tests (part 1). (GH-10928) by Serhiy Storchaka · 5 years ago
  10. 53b9e1a bpo-36123: Fix test_socket.testWithTimeoutTriggeredSend() race condition (GH-12053) by Joannah Nanjekye · 5 years ago
  11. 1f511e1 Make sure file object is close if socket.create_connection fails (GH-11334) by Pablo Galindo · 6 years ago
  12. 5661459 bpo-11192: Skip unsupported cases in test_socket on AIX (GH-8954) by Michael Felt · 6 years ago
  13. e991270 bpo-35415: validate fileno argument to socket.socket (GH-10917) by Dima Tisnek · 6 years ago
  14. 2eb6ad8 bpo-35050: AF_ALG length check off-by-one error (GH-10058) by Christian Heimes · 6 years ago
  15. 304315d bpo-35347: Cleanup test_socket.NonBlockingTCPTests (GH-10818) by Victor Stinner · 6 years ago
  16. ebd5d6d bpo-35347: Fix test_socket.NonBlockingTCPTests (GH-10791) by Victor Stinner · 6 years ago
  17. 7291108 Fix tests in test_socket to use correctly CMSG_LEN (GH-9594) by Pablo Galindo · 6 years ago
  18. bb81651 bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706) by Bjorn Andersson · 6 years ago
  19. 46f40be bpo-33937: Catch ENOMEM error in test_socket (#9557) by Victor Stinner · 6 years ago
  20. 7484bdf bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277) by Victor Stinner · 6 years ago
  21. b796e7d Fixed several assertTrue() that were intended to be assertEqual(). (GH-8191) by Sergey Fedoseev · 6 years ago
  22. 937ee9e Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919) by Victor Stinner · 6 years ago
  23. 8fbbdf0 bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800) by Victor Stinner · 6 years ago
  24. 273f51f Provide a little better debug output (#6940) by Barry Warsaw · 6 years ago
  25. 61f82e0 Spelling fixes to docs, docstrings, and comments (GH-6374) by Ville Skyttä · 6 years ago
  26. 19e7d48 bpo-32394: Remove some TCP options on old version Windows. (GH-5523) by animalize · 6 years ago
  27. 7766b96 bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (#5449) by Коренберг Марк · 6 years ago
  28. 2e0ecde bpo-28134: Ignore proto in unknown socket test (GH-5435) by Christian Heimes · 6 years ago
  29. b6e43af bpo-28134: Auto-detect socket values from file descriptor (#1349) by Christian Heimes · 6 years ago
  30. f11b460 bpo-32373: Add socket.getblocking() method. (#4926) by Yury Selivanov · 6 years ago
  31. 0ceb717 Revert "bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)" (#5394) by Yury Selivanov · 6 years ago
  32. 47c0b1f bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724) by Коренберг Марк · 6 years ago
  33. d0e31b9 bpo-32454: socket closefd (#5048) by Christian Heimes · 6 years ago
  34. 13ff245 bpo-32593: Drop FreeBSD 9 and older support (#5232) by Victor Stinner · 6 years ago
  35. 9818142 bpo-32331: Fix socket.type when SOCK_NONBLOCK is available (#4877) by Yury Selivanov · 7 years ago
  36. 53f7a7c bpo-32297: Few misspellings found in Python source code comments. (#4803) by Mike · 7 years ago
  37. 86afc1f Skip test_socket.test_sha256() on linux < 4.5 (#4643) by Victor Stinner · 7 years ago
  38. c15bb49 test_socket: socket.socketpair() is always available (#4634) by Victor Stinner · 7 years ago
  39. 8c663fd Replace KB unit with KiB (#4293) by Victor Stinner · 7 years ago
  40. a5293b4 Fix miscellaneous typos (#4275) by luzpaz · 7 years ago
  41. 280c22a Fix test_socket.test_create_connection() (#4206) by Victor Stinner · 7 years ago
  42. 9abee72 bpo-31479: Always reset the signal alarm in tests (#3588) by Victor Stinner · 7 years ago
  43. ff40ecd bpo-31234: Add test.support.wait_threads_exit() (#3578) by Victor Stinner · 7 years ago
  44. efb1d0a bpo-29639: change test.support.HOST to "localhost" by Gregory P. Smith · 7 years ago
  45. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  46. effc12f bpo-27584: New addition of vSockets to the python socket module (#2489) by caavery · 7 years ago
  47. a30f6d4 bpo-30987 - Support for ISO-TP protocol in SocketCAN (#2956) by Pier-Yves Lessard · 7 years ago
  48. 0360a9d Fix tests: getsockname() can return None on OS X on unbound sockets (#1400) by Antoine Pitrou · 7 years ago
  49. 495b502 bpo-30205: Fix getsockname() for unbound AF_UNIX sockets on Linux (#1370) by Antoine Pitrou · 7 years ago
  50. 5de85a1 bpo-29972: Skip tests known to fail on AIX (#979) by Victor Stinner · 7 years ago
  51. 24c738a bpo-29845: Mark tests that use _testcapi as CPython-only (#711) by Serhiy Storchaka · 7 years ago
  52. d36a716 bpo-28728: clarify possible test failure due to ISP (GH-412) by Xiang Zhang · 7 years ago
  53. 9764c15 update test_socket AEAD test for kernel 4.9 and up (#133) by matejcik · 7 years ago
  54. 4f5c6a2 Issue #28815: Merge test tweak from 3.6 by Martin Panter · 8 years ago
  55. 625fb64 Issue #28815: Merge test tweak from 3.5 by Martin Panter · 8 years ago
  56. 8cbd46f Issue #28815: Use new exception subclasses by Martin Panter · 8 years ago
  57. 871e018 Issue #28815: Merge test_socket fix from 3.6 by Martin Panter · 8 years ago
  58. da31ba9 Issue #28815: Merge test_socket fix from 3.5 by Martin Panter · 8 years ago
  59. e9ae5f9 Issue #28815: Skip TIPC tests if /proc/modules is not readable by Martin Panter · 8 years ago
  60. 6959852 Issue #28683: Merge 3.6. by Xavier de Gaye · 8 years ago
  61. e88ed05 Issue #28683: Fix the tests that bind() a unix socket and raise PermissionError by Xavier de Gaye · 8 years ago
  62. d0c2b5b Issue #26936: Fix the test_socket failures on Android - getservbyname(), by Xavier de Gaye · 8 years ago
  63. daa9e23 Merge 3.6 by Xavier de Gaye · 8 years ago
  64. f056b04 Merge 3.5 by Xavier de Gaye · 8 years ago
  65. 547c1b9 Fix temporary file not deleted in test_socket by Xavier de Gaye · 8 years ago
  66. ea8762c Merge test suite fixes from 3.6 by Martin Panter · 8 years ago
  67. 10f29c9 Issue #28471: Avoid ResourceWarning by detaching test socket by Martin Panter · 8 years ago
  68. 193a360 Merge 3.6 (issue #28471) by Yury Selivanov · 8 years ago
  69. fa22b29 Issue #28471: Fix crash (GIL state related) in socket.setblocking by Yury Selivanov · 8 years ago
  70. 6a7d348 Issue #28332: Deprecated silent truncations in socket.htons and socket.ntohs. by Serhiy Storchaka · 8 years ago
  71. d261cb6 Issue #20254: Merge from 3.5 by Berker Peksag · 8 years ago
  72. 480b069 Issue #20254: Fix duplicate tests in test_socket by Berker Peksag · 8 years ago
  73. 5d625cf Issue #26384: Merge from 3.5 by Berker Peksag · 8 years ago
  74. bcfb35f Issue #26384: Fix UnboundLocalError in socket._sendfile_use_sendfile by Berker Peksag · 8 years ago
  75. e084f84 Issue 27744: test_aes_cbc is blocking x86-64 Ubuntu 15.10 Skylake CPU 3.x for a while. Require Kernel 4.3+ for now by Christian Heimes · 8 years ago
  76. 49aed7b Issue #28078: Add missing colon by Christian Heimes · 8 years ago
  77. 02b3035 Issue #28078: Silence resource warnings in test_socket. Initial patch by Xiang Zhang, thanks by Christian Heimes · 8 years ago
  78. 407380f Issue 27744: skip test if AF_ALG socket bind fails by Christian Heimes · 8 years ago
  79. 04960a2 Issue 27744: AES-CBC and DRBG need Kernel 3.19+ by Christian Heimes · 8 years ago
  80. 4837141 Issue 27744: Check for AF_ALG support in Kernel by Christian Heimes · 8 years ago
  81. dffa394 Issue #27744: Add AF_ALG (Linux Kernel crypto) to socket module. by Christian Heimes · 8 years ago
  82. 02b75ab Merge spelling and grammar fixes from 3.5 by Martin Panter · 8 years ago
  83. 69332c1 Fix spelling and grammar in documentation and code comments by Martin Panter · 8 years ago
  84. ce4271a Issue #26536: Skip test_sio_loopback_fast_path under Windows 7 by Berker Peksag · 8 years ago
  85. ea93ac0 Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by Daniel Stokes. by Steve Dower · 8 years ago
  86. 0b7d84d Issue #27171: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  87. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  88. e514093 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  89. a90a4a9 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 8 years ago
  90. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  91. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  92. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  93. 50ab1a3 Issue #26685: Raise OSError if closing a socket fails by Martin Panter · 8 years ago
  94. 31a252b Issue #16915: Clarify that mode parameter of socket.makefile() does not accept by Berker Peksag · 8 years ago
  95. 3fe64d0 Issue #16915: Clarify that mode parameter of socket.makefile() does not accept by Berker Peksag · 8 years ago
  96. 3bbad12 Tweak skipping message by Brett Cannon · 9 years ago
  97. 3c61a44 Issue #24725: Skip the test_socket.testFDPassEmpty on OS X. by Brett Cannon · 9 years ago
  98. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
  99. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  100. 2775d85 merge 3.4 (#25471) by Benjamin Peterson · 9 years ago