1. e822e37 bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889) by Victor Stinner · 4 years, 2 months ago
  2. 0de437d bpo-25920: Remove socket.getaddrinfo() lock on macOS (GH-20177) by Victor Stinner · 4 years, 3 months ago
  3. 578c395 bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636) by Serhiy Storchaka · 4 years, 3 months ago
  4. 360371f bpo-40291: Add support for CAN_J1939 sockets (GH-19538) by karl ding · 4 years, 3 months ago
  5. 4a21e57 bpo-40268: Remove unused structmember.h includes (GH-19530) by Victor Stinner · 4 years, 4 months ago
  6. 62183b8 bpo-40268: Remove explicit pythread.h includes (#19529) by Victor Stinner · 4 years, 4 months ago
  7. 97e0de0 bpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket module (GH-19190) by Zackery Spytz · 4 years, 4 months ago
  8. 63ba5cc bpo-40121: Fixes audit event raised on creating a new socket (GH-19238) by Steve Dower · 4 years, 4 months ago
  9. e63117a closes bpo-39859: Do not downcast result of hstrerror (GH-18790) by Andy Lester · 4 years, 5 months ago
  10. d2ec81a bpo-39573: Add Py_SET_TYPE() function (GH-18394) by Victor Stinner · 4 years, 6 months ago
  11. daa9756 bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393) by Victor Stinner · 4 years, 6 months ago
  12. d565fb9 bpo-38282: Rewrite getsockaddrarg() helper function (GH-16698) by Victor Stinner · 4 years, 10 months ago
  13. 954900a closes bpo-37405: Make socket.getsockname() always return a tuple for AF_CAN. (GH-14392) by bggardner · 5 years ago
  14. 5eca7f3 bpo-15999: Always pass bool instead of int to socket.setblocking(). (GH-15621) by Serhiy Storchaka · 5 years ago
  15. 9ece4a5 Unmark files as executable that can't actually be executed. (GH-15353) by Greg Price · 5 years ago
  16. 2814620 bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202) by Artem Khramov · 5 years ago
  17. 8fbece1 bpo-36590: Add Bluetooth RFCOMM and support for Windows. (GH-12767) by Greg Bowser · 5 years ago
  18. 31c4fd2 bpo-37085: Expose SocketCAN bcm_msg_head flags (#13646) by karl ding · 5 years ago
  19. 2ac3bab bpo-37345: Add formal UDPLITE support (GH-14258) by Gabe Appleton · 5 years ago
  20. 530f506 bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) by Jeroen Demeyer · 5 years ago
  21. 8f96c9f bpo-37007: Implement socket.if_nametoindex(), if_indextoname() and if_nameindex() on Windows (GH-13522) by Zackery Spytz · 5 years ago
  22. ada319b bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944) by Antoine Pitrou · 5 years ago
  23. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 5 years ago
  24. 3eca28c bpo-29515: add missing socket.IPPROTO_* constants on Windows (GH-12183) by Giampaolo Rodola · 5 years ago
  25. e9a1dcb bpo-8677: use PY_SSIZE_T_CLEAN in socketmodule.c (GH-12467) by Inada Naoki · 5 years ago
  26. d53fe5f bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) by Serhiy Storchaka · 5 years ago
  27. 6f9bc72 bpo-35550: Fix incorrect Solaris define guards (GH-11275) by Jakub Kulík · 6 years ago
  28. b474e67 bpo-35214: MSan workarounds for socket, time, and test_faulthandler. (GH-11375) by Gregory P. Smith · 6 years ago
  29. e991270 bpo-35415: validate fileno argument to socket.socket (GH-10917) by Dima Tisnek · 6 years ago
  30. 8905fcc bpo-35454: Fix miscellaneous minor issues in error handling. (#11077) by Serhiy Storchaka · 6 years ago
  31. 2eb6ad8 bpo-35050: AF_ALG length check off-by-one error (GH-10058) by Christian Heimes · 6 years ago
  32. 62be742 bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) by Serhiy Storchaka · 6 years ago
  33. 4c596d5 Fix a possible reference leak in _socket.getaddrinfo(). (GH-10543) by Zackery Spytz · 6 years ago
  34. bb81651 bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706) by Bjorn Andersson · 6 years ago
  35. 731ff68 closes bpo-25041: Document AF_PACKET socket address format. (GH-4092) by Cheryl Sabella · 6 years ago
  36. 735171e closes bpo-29832: Remove "getsockaddrarg" from error messages. (GH-3163) by Oren Milman · 6 years ago
  37. 874809e closes bpo-34581 : Conditionalize use of __pragma in Modules/socketmodule.c. (GH-9067) by Erik Janssens · 6 years ago
  38. e6a4755 bpo-34217: Use lowercase for windows headers (GH-8472) by Erik Janssens · 6 years ago
  39. 55edd0c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) by Siddhesh Poyarekar · 6 years ago
  40. 19e7d48 bpo-32394: Remove some TCP options on old version Windows. (GH-5523) by animalize · 6 years ago
  41. 7766b96 bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (#5449) by Коренберг Марк · 6 years ago
  42. bfe4fd5 Fix some warnings produced by different compilers. (#5593) by Serhiy Storchaka · 7 years ago
  43. c3d9508 bpo-32746: Fix multiple typos (GH-5144) by Leo Arias · 7 years ago
  44. aa0735f bpo-32747: Remove trailing spaces in docstrings. (GH-5491) by oldk · 7 years ago
  45. b6e43af bpo-28134: Auto-detect socket values from file descriptor (#1349) by Christian Heimes · 7 years ago
  46. f11b460 bpo-32373: Add socket.getblocking() method. (#4926) by Yury Selivanov · 7 years ago
  47. 0ceb717 Revert "bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)" (#5394) by Yury Selivanov · 7 years ago
  48. 47c0b1f bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724) by Коренберг Марк · 7 years ago
  49. d0e31b9 bpo-32454: socket closefd (#5048) by Christian Heimes · 7 years ago
  50. af11a15 bpo-32282: Remove unnecessary check for `VersionHelpers.h` in `socketmodule.c` on Windows by Max Bélanger · 7 years ago
  51. 9818142 bpo-32331: Fix socket.type when SOCK_NONBLOCK is available (#4877) by Yury Selivanov · 7 years ago
  52. d318715 bpo-31927: Fix bugs in socketmodule.c on NetBSD and other issues. (#4235) by Serhiy Storchaka · 7 years ago
  53. a5293b4 Fix miscellaneous typos (#4275) by luzpaz · 7 years ago
  54. 03eb11f bpo-16135: Cleanup: Code rot left over from OS/2 support (GH-4147) by Erik Bray · 7 years ago
  55. 63ae044 Fix _socket module compilation on Cygwin. (#4137) by Erik Bray · 7 years ago
  56. 59af94f bpo-31806: Use _PyTime_ROUND_TIMEOUT for the timeout argument parsing in more functions (#4026) by Pablo Galindo · 7 years ago
  57. 834a5ce Remove a null statement that was necessary for --without-threads (#3478) by Zackery Spytz · 7 years ago
  58. e3b2b4b bpo-31393: Fix the use of PyUnicode_READY(). (#3451) by Serhiy Storchaka · 7 years ago
  59. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  60. effc12f bpo-27584: New addition of vSockets to the python socket module (#2489) by caavery · 7 years ago
  61. 0693063 remove IRIX support (closes bpo-31341) (#3310) by Benjamin Peterson · 7 years ago
  62. a30f6d4 bpo-30987 - Support for ISO-TP protocol in SocketCAN (#2956) by Pier-Yves Lessard · 7 years ago
  63. 1d1d3e9 bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tuples. (#3119) by Oren Milman · 7 years ago
  64. 67e1478 bpo-30319: socket.close() now ignores ECONNRESET (#2565) by Victor Stinner · 7 years ago
  65. 9f3bdcb bpo-23451: Fix socket deprecation warnings in socketmodule.c (#2318) by Segev Finer · 7 years ago
  66. 495b502 bpo-30205: Fix getsockname() for unbound AF_UNIX sockets on Linux (#1370) by Antoine Pitrou · 7 years ago
  67. 1e2147b bpo-29728: Provide socket.TCP_NOTSENT_LOWAT (#477) by Nathaniel J. Smith · 7 years ago
  68. d37c068 Add sockaddr_alg to sock_addr_t (#234) by Christian Heimes · 7 years ago
  69. 5ec08ce Remove double definition of IPPROTO_IPV6 (#100) by Maximilian Hils · 7 years ago
  70. 228b12e Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever by Serhiy Storchaka · 8 years ago
  71. 8128d5a Address a minor Coverity warning re: unchecked PyArg_ParseTuple calls by Gregory P. Smith · 8 years ago
  72. 4f8dc3d Add TCP_CONGESTION and TCP_USER_TIMEOUT by Victor Stinner · 8 years ago
  73. 85b0f5b Added the const qualifier to char* variables that refer to readonly internal by Serhiy Storchaka · 8 years ago
  74. a98c4a9 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 8 years ago
  75. 0651583 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 8 years ago
  76. 5e17ad9 Merge AIX fixes from 3.6 by Martin Panter · 8 years ago
  77. f8cebad Merge AIX fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  78. c9e08d8 Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT by Martin Panter · 8 years ago
  79. 812f6e1 Issue #28480: Merge multithreading fixes from 3.6 by Martin Panter · 8 years ago
  80. fa27d5f Issue #28480: Avoid label at end of compound statement --without-threads by Martin Panter · 8 years ago
  81. 193a360 Merge 3.6 (issue #28471) by Yury Selivanov · 8 years ago
  82. fa22b29 Issue #28471: Fix crash (GIL state related) in socket.setblocking by Yury Selivanov · 8 years ago
  83. 6a7d348 Issue #28332: Deprecated silent truncations in socket.htons and socket.ntohs. by Serhiy Storchaka · 8 years ago
  84. d508d00 Issue #28139: Merge indentation fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  85. 6d57fe1 Issue #28139: Fix messed up indentation by Martin Panter · 8 years ago
  86. faf2cea Fix NULL check in sock_sendmsg_iovec. CID 1372885 by Christian Heimes · 8 years ago
  87. 52d61e4 socket: Fix memory leak in sendmsg() and sendmsg_afalg() by Victor Stinner · 8 years ago
  88. 288b5bf Cleanup socketmodule.c by Victor Stinner · 8 years ago
  89. 0b9d64e Issue 18550: Check return value of ioctl() / fnctl() in internal_setblocking by Christian Heimes · 8 years ago
  90. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  91. b6c3458 use the '__linux__' instead 'linux' preprocessor define by Benjamin Peterson · 8 years ago
  92. 8c21ab0 Issue #27744: correct comment and markup by Christian Heimes · 8 years ago
  93. dffa394 Issue #27744: Add AF_ALG (Linux Kernel crypto) to socket module. by Christian Heimes · 8 years ago
  94. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  95. bdfa0eb #26907: add some missing getsockopt constants. by R David Murray · 8 years ago
  96. 95e0df8 Issue #27702: Only expose SOCK_RAW when defined by Berker Peksag · 8 years ago
  97. d3afb62 Merge 3.5 (INVALID_SOCKET) by Victor Stinner · 8 years ago
  98. 524714e socket: use INVALID_SOCKET by Victor Stinner · 8 years ago
  99. 5e1989c Merge 3.5 (fix internal_select) by Victor Stinner · 8 years ago
  100. 0cec877 socket: Fix internal_select() by Victor Stinner · 8 years ago