1. d3afb62 Merge 3.5 (INVALID_SOCKET) by Victor Stinner · 8 years ago
  2. 524714e socket: use INVALID_SOCKET by Victor Stinner · 8 years ago
  3. 5e1989c Merge 3.5 (fix internal_select) by Victor Stinner · 8 years ago
  4. 0cec877 socket: Fix internal_select() by Victor Stinner · 8 years ago
  5. b466f8f Remove duplicate AF_INET6 addition by Martin Panter · 8 years ago
  6. 3583c3b Issue #26536: Use spaces instead of tabs by Berker Peksag · 8 years ago
  7. ea93ac0 Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by Daniel Stokes. by Steve Dower · 8 years ago
  8. fcff437 - Comment out socket (SO_REUSEPORT) and posix (O_SHLOCK, O_EXLOCK) constants by doko@ubuntu.com · 8 years ago
  9. 1f9eb87 Issue #26857: The gethostbyaddr_r() workaround is no longer needed with by Stefan Krah · 8 years ago
  10. 432dfcf Issue #26857: Workaround for missing symbol "gethostbyaddr_r" on Android. by Stefan Krah · 8 years ago
  11. 21a663e Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject(). by Serhiy Storchaka · 8 years ago
  12. 50ab1a3 Issue #26685: Raise OSError if closing a socket fails by Martin Panter · 8 years ago
  13. cc73932 socketmodule.c: error if option larger than INT_MAX by Victor Stinner · 8 years ago
  14. 19a8e84 Add socket finalizer by Victor Stinner · 8 years ago
  15. f664dc5 ResourceWarning: Revert change on socket and scandir by Victor Stinner · 8 years ago
  16. 914cde8 On ResourceWarning, log traceback where the object was allocated by Victor Stinner · 8 years ago
  17. 3d2778c Issue #26406: merge from 3.5 by Ned Deily · 8 years ago
  18. e1d4e58 Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls on by Ned Deily · 8 years ago
  19. 00538ff Issue #25924: merge with 3.5 by Ned Deily · 8 years ago
  20. 47299fd Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS X by Ned Deily · 8 years ago
  21. c8d2fb4 Merge 3.5: Issue #26227 by Victor Stinner · 9 years ago
  22. 7240030 Windows: Decode hostname from ANSI code page by Victor Stinner · 9 years ago
  23. 1ce6885 Fix compiler warning about obviously unreachable code. by Raymond Hettinger · 9 years ago
  24. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 9 years ago
  25. bc5b80b Close #24784: Fix compilation without thread support by Victor Stinner · 9 years ago
  26. 92f0113 Close #24784: Fix compilation without thread support by Victor Stinner · 9 years ago
  27. f9fdfa7 Merge 3.4 by Victor Stinner · 9 years ago
  28. ec1a498 Issue #24684: socket.socket.getaddrinfo() now calls by Victor Stinner · 9 years ago
  29. bea232a Issue #24732, #23834: Fix sock_accept_impl() on Windows by Victor Stinner · 9 years ago
  30. a6cc551 Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES. by Larry Hastings · 9 years ago
  31. ced1174 Issue #23618: Fix internal_select() for negative timeout (blocking socket) when by Victor Stinner · 9 years ago
  32. 88ed640 Issue #23834: Fix the default socket timeout by Victor Stinner · 9 years ago
  33. 222dfc7 Issue #22117: Fix sock_call_ex() for non-blocking socket by Victor Stinner · 9 years ago
  34. 8912d14 Issue #23853: socket.socket.sendall() does no more reset the socket timeout by Victor Stinner · 9 years ago
  35. 9001d80 Issue #23834: Fix initial value of the socket timeout by Victor Stinner · 9 years ago
  36. 10550cd Issue #23834: Simplify timeout handling by Victor Stinner · 9 years ago
  37. a135cb8 Issue #23618: Ooops, remove abort() added for debug purpose by Victor Stinner · 9 years ago
  38. 38aec75 Issue #23618: Fix sock_connect_impl(), set the socket error code by Victor Stinner · 9 years ago
  39. 81c41db Issue #23618: socket.socket.connect() now waits until the connection completes by Victor Stinner · 9 years ago
  40. 35bee93 Issue #23618: Don't declare recvmsg/sendmsg helper functions on Windows by Victor Stinner · 9 years ago
  41. ff444e8 Issue #23834: Fix sock_call(), set deadline_initialized to recompute the timeout by Victor Stinner · 9 years ago
  42. 02f32ab Issue #23834: Modify socket.sendall() to reuse sock_call() with sock_send_impl() by Victor Stinner · 9 years ago
  43. 31bf2d5 Issue #23834: Add sock_call() helper function by Victor Stinner · 9 years ago
  44. 81541f4 merge 3.4 by Benjamin Peterson · 9 years ago
  45. 4fd929b remove assignment in conditional by Benjamin Peterson · 9 years ago
  46. a772662 Issue #23618: Fix EINTR handling on Windows by Victor Stinner · 9 years ago
  47. 70a46f6 Issue #23618: Enhance EINTR handling in socket.connect() by Victor Stinner · 9 years ago
  48. ee699e9 Issue #23618: Fix EINTR handling in socket.connect() by Victor Stinner · 9 years ago
  49. c4e819a Issue #23618: Cleanup internal_connect() in socketmodule.c by Victor Stinner · 9 years ago
  50. b6c15bc Issue #23618: Refactor internal_connect() by Victor Stinner · 9 years ago
  51. dd88d3d Issue #23618: Refactor internal_connect() by Victor Stinner · 9 years ago
  52. 1bb0aef Issue #22117: Fix integer overflow check in socket_parse_timeout() on Windows by Victor Stinner · 9 years ago
  53. dd83bd2 Issue #23618: Fix internal_connect_select() by Victor Stinner · 9 years ago
  54. 416f2e6 Issue #23618: internal_connect_select() now waits also for error events by Victor Stinner · 9 years ago
  55. e6951c6 Issue #23618: Refactor internal_select() to prepare socket.connect() for EINTR by Victor Stinner · 9 years ago
  56. 391fa71 Issue #23618: Refactor the _socket module by Victor Stinner · 9 years ago
  57. 869e177 Issue #22117: Replace usage of _PyTime_ROUND_UP with _PyTime_ROUND_CEILING by Victor Stinner · 9 years ago
  58. ea9c0dd Issue #22117: Fix usage of _PyTime_AsTimeval() by Victor Stinner · 9 years ago
  59. 71694d5 Issue #22117: The socket module uses _PyTime_t timestamp for timeouts by Victor Stinner · 9 years ago
  60. b7df314 Issue #23618, #22117: refactor socketmodule.c by Victor Stinner · 9 years ago
  61. f50e187 Fix compiler warnings: comparison between signed and unsigned numbers by Victor Stinner · 9 years ago
  62. 8490f5a Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and by Serhiy Storchaka · 9 years ago
  63. 9a8089b Issue #23646: Enhance precision of time.sleep() and socket timeout when by Victor Stinner · 9 years ago
  64. caa01f8 Fixed GCC version testing. by Serhiy Storchaka · 9 years ago
  65. a4c7271 Fix "GCC diagnostic" in socketmodule.c by Victor Stinner · 9 years ago
  66. b48af34 Silenced minor GCC warnings. by Serhiy Storchaka · 9 years ago
  67. 4d0d982 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 9 years ago
  68. 1a1ff29 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 9 years ago
  69. 6e6c59b Issue #23285: PEP 475 -- Retry system calls failing with EINTR. by Charles-François Natali · 9 years ago
  70. b757c83 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 10 years ago
  71. 65e4cb1 Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), which will be used for the official 3.5 release. by Steve Dower · 10 years ago
  72. 92bf919 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 10 years ago
  73. ea07eb9 Issue #22378: socket module: add SO_MARK. by Charles-François Natali · 10 years ago
  74. d8a1447 Issue #22215: Now ValueError is raised instead of TypeError when str or bytes by Serhiy Storchaka · 10 years ago
  75. ae58649 Issue #22043: time.monotonic() is now always available by Victor Stinner · 10 years ago
  76. 1a62a68 Issue #22218: Fix "comparison between signed and unsigned integers" warnings in by Victor Stinner · 10 years ago
  77. 17fd1e1 Issue #22127: fix typo. by Martin v. Löwis · 10 years ago
  78. eb1c28a Issue #22127: Bypass IDNA for pure-ASCII host names (in particular for numeric IPs). by Martin v. Löwis · 10 years ago
  79. 011428e (Merge 3.4) Fix repr(_socket.socket) on Windows 64-bit: don't fail with by Victor Stinner · 10 years ago
  80. e254e53 Fix repr(_socket.socket) on Windows 64-bit: don't fail with OverflowError by Victor Stinner · 10 years ago
  81. b6dab6b Issue #22042: Avoid dangerous C cast in socket.setblocking() by Victor Stinner · 10 years ago
  82. d9375f1 Fix typo in socket.getaddrinfo() docstring. by Berker Peksag · 10 years ago
  83. a6ec5ee Fix typo in socket.getaddrinfo() docstring. by Berker Peksag · 10 years ago
  84. 8e44aa5 Issue #23834: Fix socket.sendto(), use the C Py_ssize_t type to store the by Victor Stinner · 9 years ago
  85. ef7f140 All modern compilers provide a offsetof() function by Victor Stinner · 10 years ago
  86. 644b8f5 Issue #21455: Add a default backlog to socket.listen(). by Charles-François Natali · 10 years ago
  87. ed6783f Issue #10141, Issue 20065: Changed #if to take CAN_RAW into account. by Vinay Sajip · 10 years ago
  88. ecfc98c Issue #10141: updated new usages of AF_CAN to be in #ifdef AF_CAN rather than #ifdef HAVE_LINUX_CAN_H to allow compilation on older Linuxes. by Vinay Sajip · 10 years ago
  89. 4025ac7 Issue #20065: socketmodule: Fix build error when AF_CAN is defined without the by Charles-François Natali · 10 years ago
  90. b4062e8 Issue #20065: socketmodule: Fix build error when AF_CAN is defined without the by Charles-François Natali · 10 years ago
  91. 901acb4 merge 3.3 (#20251) by Benjamin Peterson · 11 years ago
  92. a677d76 remove overly strict assertion (closes #20251) by Benjamin Peterson · 11 years ago
  93. c6b37e2 merge 3.3 (#20246) by Benjamin Peterson · 11 years ago
  94. 5688222 merge 3.2 (#20246) by Benjamin Peterson · 11 years ago
  95. fbf648e complain when nbytes > buflen to fix possible buffer overflow (closes #20246) by Benjamin Peterson · 11 years ago
  96. b05cbe6 Issue #12837: Silence a Clang compiler warning on OS X. by Brett Cannon · 11 years ago
  97. af01f66 Issue #16136: Remove VMS support and VMS-related code by Christian Heimes · 11 years ago
  98. 638aebd Fix broken docstring continuation line for detach(). by Guido van Rossum · 11 years ago
  99. 9a95483 Close #19827: On UNIX, setblocking() and settimeout() methods of socket.socket by Victor Stinner · 11 years ago
  100. 1314ef7 add SO_PRIORITY (closes #19802) by Benjamin Peterson · 11 years ago