1. 52a11f1 Issue #14310: Catch testing errors when trying to create unsupported socket by Kristján Valur Jónsson · 12 years ago
  2. 10f383a Issue #14310: inter-process socket duplication for windows by Kristján Valur Jónsson · 12 years ago
  3. 8315f96 Issue #13872: socket.detach() now marks the socket closed (as mirrored in the socket repr()). by Antoine Pitrou · 12 years ago
  4. 70deb3d Issue #13872: socket.detach() now marks the socket closed (as mirrored in the socket repr()). by Antoine Pitrou · 12 years ago
  5. 61baebd Issue #12804: Fix test failures on systems without internet access. by Nadeem Vawda · 13 years ago
  6. a58c01b Remove redundant resource check in test_socket. by Nadeem Vawda · 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. 7ded21e Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton. by Antoine Pitrou · 13 years ago
  9. 4266333 Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by by Charles-François Natali · 13 years ago
  10. d130195 Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton. by Antoine Pitrou · 13 years ago
  11. 1637487 Skip test if the path is too long for a AF_UNIX socket by Antoine Pitrou · 13 years ago
  12. 6ec29e2 Issue #8373: The filesystem path of AF_UNIX sockets now uses the filesystem by Antoine Pitrou · 13 years ago
  13. 4a7abe7 #11112: merge with 3.2. by Ezio Melotti · 13 years ago
  14. 7f78ddc #11112: Fix typo in a base class in test_socket. by Ezio Melotti · 13 years ago
  15. 240c55f Fix test_socket when built whithout threads. by Charles-François Natali · 13 years ago
  16. 10b8cf4 Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support. by Charles-François Natali · 13 years ago
  17. 24d659d Use InterruptedError instead of checking for EINTR by Antoine Pitrou · 13 years ago
  18. ffa547e Fix deprecation warning by Antoine Pitrou · 13 years ago
  19. 86fe860 Fix the threading infrastructure in test_socket to support skipping by Antoine Pitrou · 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. 8619cd7 Issue #13001: Fix test_socket.testRecvmsgTrunc failure on FreeBSD < 8, which by Charles-François Natali · 13 years ago
  22. 86aed0b Fix ResourceWarnings in the TIPC socket tests. by Antoine Pitrou · 13 years ago
  23. 22cd021 Fix ResourceWarnings in the TIPC socket tests. by Antoine Pitrou · 13 years ago
  24. 9089b79 Fix a race condition in test_socket.ThreadableTest: the client is reported by Charles-François Natali · 13 years ago
  25. a49ed76 Fix a race condition in test_socket.ThreadableTest: the client is reported as by Charles-François Natali · 13 years ago
  26. 2496f33 Close issue 12958 by flagging expected failures in test_socket on Mac OS X by Nick Coghlan · 13 years ago
  27. 3d1706f Fix deprecation warnings in test_socket. by Nadeem Vawda · 13 years ago
  28. 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
  29. e674747 Issue #12326: refactor usage of sys.platform by Victor Stinner · 13 years ago
  30. 9c3de4a Issue #12326: don't test the major version of sys.platform by Victor Stinner · 13 years ago
  31. 239bb96 Issue #12196: Make test.support's requires_linux_version a decorator. by Charles-François Natali · 13 years ago
  32. fea0f4d Issue #12158: Move linux_version() from test_socket to test.support by Victor Stinner · 13 years ago
  33. 6071359 Issue #1746656: make if_nameindex(), if_indextoname() and if_nametoindex() by Charles-François Natali · 13 years ago
  34. 5ed2e77 Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname by Gregory P. Smith · 13 years ago
  35. 74b4885 Issue #12054: use support.find_unused_port() instead of reinventing the wheel by Antoine Pitrou · 13 years ago
  36. ccc87b5 Issue #12054: use support.find_unused_port() instead of reinventing the wheel by Antoine Pitrou · 13 years ago
  37. 3cade99 Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 13 years ago
  38. 1be815a Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 13 years ago
  39. 845f152 Refactor buggy test to correctly use the msg argument of assertRaises. by Ezio Melotti · 13 years ago
  40. 8b7664d #5421: merge with 3.2. by Ezio Melotti · 13 years ago
  41. 4c1aebd #5421: merge with 3.1. by Ezio Melotti · 13 years ago
  42. 63e4230 #5421: add tests. by Ezio Melotti · 13 years ago
  43. 9c39f3c Issue #11811: Factor out detection of IPv6 support on the current host by Antoine Pitrou · 13 years ago
  44. fc2e376 Issue #11749: try to fix transient test_socket failure by Antoine Pitrou · 13 years ago
  45. 43bf045 Issue #11749: try to fix transient test_socket failure by Antoine Pitrou · 13 years ago
  46. 6d58d64 Issue #11127: Raise a TypeError when trying to pickle a socket object. by Antoine Pitrou · 13 years ago
  47. 061cfb5 Issue #10866: Add socket.sethostname(). Initial patch by Ross Lagerwall. by Antoine Pitrou · 13 years ago
  48. 5d5381e Merged revisions 88622 via svnmerge from by Antoine Pitrou · 13 years ago
  49. 68e5c04 Issue #7322: Trying to read from a socket's file-like object after a timeout by Antoine Pitrou · 13 years ago
  50. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  51. 600232b Issue #7995: When calling accept() on a socket with a timeout, the returned by Antoine Pitrou · 14 years ago
  52. c3a51ec Issue #10819: SocketIO.name property returns -1 when its closed, instead of by Victor Stinner · 14 years ago
  53. 1d5eb34 test_socket: use context managers to close directly the socket by Victor Stinner · 14 years ago
  54. e239d23 Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL by Alexander Belopolsky · 14 years ago
  55. f65e25b Merged revisions 86134,86315-86316,86390,86424-86425,86428,86550,86561-86562,86564-86565,86705,86708,86713 via svnmerge from by Georg Brandl · 14 years ago
  56. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  57. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  58. 89197fe socket.gethostbyname(socket.gethostname()) can fail when host name resolution is not set up correctly; do not fail test_socket if this is the case. by Georg Brandl · 14 years ago
  59. 5ad0bd6 Add socket cleanup for ResourceWarning and update test to use skip decorator by Brian Curtin · 14 years ago
  60. 8f8ed94 Merged revisions 86151 via svnmerge from by Brian Curtin · 14 years ago
  61. 3beb38f Fix three ResourceWarnings. by Brian Curtin · 14 years ago
  62. 21ebbb7 Clean up ResourceWarnings due to unclosed sockets. by Brian Curtin · 14 years ago
  63. e033e06 Issue #10093: ResourceWarnings are now issued when files and sockets are by Antoine Pitrou · 14 years ago
  64. 1cae8b5 Also guard other SOCK_NONBLOCK test by Antoine Pitrou · 14 years ago
  65. acd0fda Fix SOCK_CLOEXEC and SOCK_NONBLOCK tests on recent glibcs with old Linux kernels. by Antoine Pitrou · 14 years ago
  66. 397cd8a Merged revisions 85586-85587,85596-85598 via svnmerge from by Gregory P. Smith · 14 years ago
  67. b603d03 fix for netbsd. by Gregory P. Smith · 14 years ago
  68. fe97913 Enable debug output at the start of the regression suite instead. by Antoine Pitrou · 14 years ago
  69. f64317e Temporary debug printout for buildbots by Antoine Pitrou · 14 years ago
  70. b1c5496 Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module, by Antoine Pitrou · 14 years ago
  71. 674f400 Merged revisions 85420 via svnmerge from by Antoine Pitrou · 14 years ago
  72. 834bd81 Issue #10041: The signature of optional arguments in socket.makefile() by Antoine Pitrou · 14 years ago
  73. 08ae02f Merged revisions 85032 via svnmerge from by Antoine Pitrou · 14 years ago
  74. 6d7df63 Issue #9950: Fix socket.sendall() crash or misbehaviour when a signal is by Antoine Pitrou · 14 years ago
  75. 98b4670 Issue #9854: SocketIO objects now observe the RawIOBase interface in by Antoine Pitrou · 14 years ago
  76. 2e55fec Make testDefaults in test.test_socket.BasicSocketPairTest more reliable. by Antoine Pitrou · 14 years ago
  77. 9e0b864 Issue #1552: socket.socketpair() now returns regular socket.socket by Antoine Pitrou · 14 years ago
  78. 460ff3d Skip socket tests that require the network, if the network resource is not enabled by Daniel Stutzbach · 14 years ago
  79. b383dbb Fix issue 9794: adds context manager protocol to socket.socket so that socket.create_connection() can be used with the 'with' statement. by Giampaolo Rodolà · 14 years ago
  80. 4d7979b Merged revisions 84597-84599 via svnmerge from by Antoine Pitrou · 14 years ago
  81. 4b92b5f Issue #9792: In case of connection failure, socket.create_connection() by Antoine Pitrou · 14 years ago
  82. d9107aa Issue #9777: test_idna requires the "network" resource by Antoine Pitrou · 14 years ago
  83. 06a3c8a fromfd exists on Windows now by Daniel Stutzbach · 14 years ago
  84. 112c0f3 Issue #1027206: getnameinfo is now restricted to numeric addresses as input. by Martin v. Löwis · 14 years ago
  85. 67e91ad Explicitly pass socket type and family for getaddrinfo, by Martin v. Löwis · 14 years ago
  86. 56773cf Mention that gethostbyaddr now also supports IDNA. by Martin v. Löwis · 14 years ago
  87. fc0275a Issue #1027206: Support IDNA in gethostbyname, gethostbyname_ex and by Martin v. Löwis · 14 years ago
  88. ccfb91c fix issue #8866: parameters passed to socket.getaddrinfo can now be specified as single keyword arguments. by Giampaolo Rodolà · 14 years ago
  89. 5b37ce6 Merged revisions 84089 via svnmerge from by Giampaolo Rodolà · 14 years ago
  90. 677d95c fix getaddrinfo test failure on OSX caused by AI_CANNAME erroneously used as the value for 'proto' by Giampaolo Rodolà · 14 years ago
  91. b384e6c Merged revisions 84024 via svnmerge from by Giampaolo Rodolà · 14 years ago
  92. 419f704 fix issue #8857: provide a test case for socket.getaddrinfo by Giampaolo Rodolà · 14 years ago
  93. 6e451df Followup to r83869 and issue #8524: rename socket.forget() to socket.detach() by Antoine Pitrou · 14 years ago
  94. e43f9d0 Issue #8524: Add a forget() method to socket objects, so as to put the by Antoine Pitrou · 14 years ago
  95. 94f2528 Remove traces of MacOS9 support. by Ronald Oussoren · 14 years ago
  96. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  97. 2548078 NOTE: just porting tests here. by Antoine Pitrou · 14 years ago
  98. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  99. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  100. aafdca8 Merged revisions 74426 via svnmerge from by Gregory P. Smith · 15 years ago