1. 69332c1 Fix spelling and grammar in documentation and code comments by Martin Panter · 8 years ago
  2. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  3. a90a4a9 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 8 years ago
  4. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  5. 3fe64d0 Issue #16915: Clarify that mode parameter of socket.makefile() does not accept by Berker Peksag · 9 years ago
  6. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
  7. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  8. 2775d85 merge 3.4 (#25471) by Benjamin Peterson · 9 years ago
  9. d9dbf49 accepted sockets shouldn't inherit the SOCK_NONBLOCK flag (closes #25471) by Benjamin Peterson · 9 years ago
  10. 900db26 Merge 3.4 (test_socket, issue #25138) by Victor Stinner · 9 years ago
  11. 808d641 Issue #25138: test_socket.test_idna() uses support.transient_internet() instead by Victor Stinner · 9 years ago
  12. 43cbbe2 Issue #22397: Skip failing tests on AIX by Robert Collins · 9 years ago
  13. 6f8a058 Issue #22397: Skip failing tests on AIX by Robert Collins · 9 years ago
  14. dfa4e04 Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago
  15. 4882cac Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago
  16. 8490f5a Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and by Serhiy Storchaka · 9 years ago
  17. 24e837f issue23673 by Ethan Furman · 9 years ago
  18. 26dd5ed Fix whitespace. by Charles-François Natali · 10 years ago
  19. 6e6c59b Issue #23285: PEP 475 -- Retry system calls failing with EINTR. by Charles-François Natali · 10 years ago
  20. 66fb349 Issue #20736: testSendmsgDontWait in test_socket no longer skipped on Linux. by Serhiy Storchaka · 10 years ago
  21. abde2c1 Issue #20736: testSendmsgDontWait in test_socket no longer skipped on Linux. by Serhiy Storchaka · 10 years ago
  22. 678e11a merge 3.4 by Benjamin Peterson · 10 years ago
  23. 8d2d5b9 merge 3.3 by Benjamin Peterson · 10 years ago
  24. 97751fa merge 3.2 by Benjamin Peterson · 10 years ago
  25. 863c962 move idna test domain to pythontest.net by Benjamin Peterson · 10 years ago
  26. 41d3196 Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are SocketKind by Ethan Furman · 10 years ago
  27. 7184bac Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are SocketKind by Ethan Furman · 10 years ago
  28. 98c745a Issue #18643: Add socket.socketpair() on Windows. by Charles-François Natali · 10 years ago
  29. 861470c #16518: Bring error messages in harmony with docs ("bytes-like object") by R David Murray · 10 years ago
  30. 011428e (Merge 3.4) Fix repr(_socket.socket) on Windows 64-bit: don't fail with by Victor Stinner · 10 years ago
  31. e254e53 Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError by Victor Stinner · 10 years ago
  32. ab9a446 Issue #19875: Fix random test_getsockaddrarg() failure. by Charles-François Natali · 10 years ago
  33. 65708cf Issue #19875: Fix random test_getsockaddrarg() failure. by Charles-François Natali · 10 years ago
  34. 6e20460 Issue #21566: Make use of socket.listen() default backlog. by Charles-François Natali · 10 years ago
  35. cd41e89 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  36. a40e6b0 Issue #21730: Add no-thread skip in test_socket. Patch by Berker Peksag. by Terry Jan Reedy · 10 years ago
  37. 482fe04 issue23673 by Ethan Furman · 9 years ago
  38. 915d141 fix issue #17552: add socket.sendfile() method allowing to send a file over a socket by using high-performance os.sendfile() on UNIX. Patch by Giampaolo Rodola'· by Giampaolo Rodola' · 10 years ago
  39. 644b8f5 Issue #21455: Add a default backlog to socket.listen(). by Charles-François Natali · 10 years ago
  40. 4a173bc Fixes for KFreeBSD and the Hurd: by doko@ubuntu.com · 10 years ago
  41. b7bb675 Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. by Ned Deily · 11 years ago
  42. b24f481 Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. by Ned Deily · 11 years ago
  43. f28ba36 Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 11 years ago
  44. 5cfc79d Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 11 years ago
  45. cb306d1 Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+. by Ned Deily · 11 years ago
  46. c564038 Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+. by Ned Deily · 11 years ago
  47. b772f2e Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. by Stefan Krah · 11 years ago
  48. 6b2e559 Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. by Stefan Krah · 11 years ago
  49. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  50. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  51. 60ea928 merge 3.3 by Benjamin Peterson · 11 years ago
  52. bd1d12e add test for #20251 by Benjamin Peterson · 11 years ago
  53. c6b37e2 merge 3.3 (#20246) by Benjamin Peterson · 11 years ago
  54. 5688222 merge 3.2 (#20246) by Benjamin Peterson · 11 years ago
  55. fbf648e complain when nbytes > buflen to fix possible buffer overflow (closes #20246) by Benjamin Peterson · 11 years ago
  56. 101d9e7 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  57. 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  58. ca351e6 Fix test_socket for repr update by Nick Coghlan · 11 years ago
  59. 6bdc498 Normalize whitespace by Jason R. Coombs · 11 years ago
  60. 7908068 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  61. 5fd2642 Issue #18643: Fix some test_socket failures due to large default socket buffer by Charles-François Natali · 11 years ago
  62. 71fe8c0 test_socket: cancel scheduled alarm on test failure by Victor Stinner · 11 years ago
  63. dd225e4 Issue #17684: Fix some test_socket failures due to limited FD passing support by Charles-Francois Natali · 11 years ago
  64. 37114bb Issue #18308: don't take the scope ID into account when comparing IPv6 by Charles-François Natali · 11 years ago
  65. a822d366 Ensure that the fix for #17269 also works on OSX 10.4 by Ronald Oussoren · 11 years ago
  66. 27a4ac5 Issue #17269: Workaround for a platform bug in getaddrinfo on OSX by Ronald Oussoren · 11 years ago
  67. 98472b8 Merge 3.2, issue #17047: remove doubled words found in 2.7 to by Terry Jan Reedy · 12 years ago
  68. c30b7b1 Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 12 years ago
  69. 9101e23 Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  70. 441d30f Issue #15989: Fix several occurrences of integer overflow by Serhiy Storchaka · 12 years ago
  71. d5a070f Silence sporadic failure in RecvmsgIntoSCTPStreamTest.testRecvmsgEOF (issue #13876) - probably not Python-related. by Antoine Pitrou · 12 years ago
  72. 92f8b00 Silence sporadic failure in RecvmsgSCTPStreamTest.testRecvmsgEOF (issue #13876) - probably not Python-related. by Antoine Pitrou · 12 years ago
  73. 016884c Issue #16257: make test_create_connection() handle ENETUNREACH. by Trent Nelson · 12 years ago
  74. 45bb613 Issue #16257: make test_create_connection() handle ENETUNREACH. by Trent Nelson · 12 years ago
  75. 9b1c84b Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise ValueError when the file-like object is closed. by Antoine Pitrou · 12 years ago
  76. 1e7ee9d Issue #15842: the SocketIO.{readable,writable,seekable} methods now raise ValueError when the file-like object is closed. by Antoine Pitrou · 12 years ago
  77. da0fc14 Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. by Atsuo Ishimoto · 12 years ago
  78. 4376763 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  79. 0cc8685 Issue #16201: socket: Use inet_pton()/inet_addr() instead of ad-hoc parsing for by Charles-François Natali · 11 years ago
  80. 4f7a36f Issue #18904: test_os and test_socket use unittest.skipIf() to check if fcntl by Victor Stinner · 11 years ago
  81. a3c18d0 Issue #18904: test_socket: add inheritance tests using fcntl and FD_CLOEXEC by Victor Stinner · 11 years ago
  82. b2ff3cf Switch the AF_* and SOCK_* constants in the socket module to IntEnum. by Eli Bendersky · 11 years ago
  83. fcfb324 Use the recent support.HOSTv6 addition. by Charles-François Natali · 11 years ago
  84. f25f80c Merge. by Charles-François Natali · 11 years ago
  85. 74b7408 Issue #18643: Fix some test_socket failures due to large default socket buffer by Charles-François Natali · 11 years ago
  86. d39dca9 Fix test_socket.test_SOCK_CLOEXEC(), the test was wrong by Victor Stinner · 11 years ago
  87. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  88. e726ce1 (Merge 3.3) test_socket: cancel scheduled alarm on test failure by Victor Stinner · 11 years ago
  89. 19361a2 Issue #18308: don't take the scope ID into account when comparing IPv6 by Charles-François Natali · 11 years ago
  90. 36451f0 (3.3->default) Ensure that the fix for #17269 also works on OSX 10.4 by Ronald Oussoren · 11 years ago
  91. dc3e6cc (3.3->default) Issue #17269: Workaround for a platform bug in getaddrinfo on OSX by Ronald Oussoren · 11 years ago
  92. b10c71d Backed out changeset c0f2b038fc12 by Charles-François Natali · 11 years ago
  93. c7c333d Issue #17683: socket module: return AF_UNIX addresses in Linux abstract by Charles-François Natali · 11 years ago
  94. d66b10e Issue #17684: Fix some test_socket failures due to limited FD passing support by Charles-Francois Natali · 11 years ago
  95. 7ca4936 attempt to fix bb failure as per http://bugs.python.org/issue17675#msg186595 by Giampaolo Rodola' · 11 years ago
  96. 50331cb Fix issue #17675: make socket repr() provide local and remote addresses (if any). by Giampaolo Rodola' · 11 years ago
  97. c9b3ef2 Issue #16997: unittest.TestCase now provides a subTest() context manager to procedurally generate, in an easy way, small test instances. by Antoine Pitrou · 11 years ago
  98. 16b5c13 Merge 3.3, issue #17047: remove doubled words found in 2.7 to by Terry Jan Reedy · 12 years ago
  99. 773e42d Issue #15359: Add CAN_BCM protocol support to the socket module. Patch by Brian by Charles-François Natali · 12 years ago
  100. 45cb7f6 Fix test_socket broken in previous commit (changeset 13e2e44db99d). by Serhiy Storchaka · 12 years ago