1. 8c16cb9 Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. by Georg Brandl · 8 years ago
  2. 3fe64d0 Issue #16915: Clarify that mode parameter of socket.makefile() does not accept by Berker Peksag · 8 years ago
  3. 253739d Fix a markup error in socket.rst by Berker Peksag · 8 years ago
  4. 744fdfb Issue #5626: Remove misleading comment from socket.gethostname() documentation by Berker Peksag · 9 years ago
  5. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
  6. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  7. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  8. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  9. ce88d82 Issue #16802: Document fileno parameter of socket.socket() by Berker Peksag · 9 years ago
  10. 24a6109 Issue #16802: Document fileno parameter of socket.socket() by Berker Peksag · 9 years ago
  11. ba11252 Issue #25043: Merge Bluetooth doc from 3.4 into 3.5 by Martin Panter · 9 years ago
  12. ea7266d Issue #25043: Document BDADDR_ and HCI_ Bluetooth socket constants by Martin Panter · 9 years ago
  13. daabed5 Issue #24984: Merge BTPROTO_SCO doc fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  14. d830262 Issue #24984: BTPROTO_SCO supports only bytes objects by Martin Panter · 9 years ago
  15. 24a9bd0 Issue #24984: Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  16. d1a9858 Issue #24984: Document AF_BLUETOOTH socket address formats by Martin Panter · 9 years ago
  17. b4760ef Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos. by Senthil Kumaran · 9 years ago
  18. fa1b47c Issue #24357: merge from 3.4 by Ned Deily · 9 years ago
  19. 11cf4f6 Issue #24357: use example.org instead by Ned Deily · 9 years ago
  20. 03c28fa Issue #24357: merge from 3.4 by Ned Deily · 9 years ago
  21. 834f029 Issue #24357: fix real typo by Ned Deily · 9 years ago
  22. 36a6a6b Issue #24357: merge from 3.4 by Ned Deily · 9 years ago
  23. 9e2dc3f Issue #24357: fix typo by Ned Deily · 9 years ago
  24. 3e4f976 Issue #24357: merge from 3.4 by Ned Deily · 9 years ago
  25. 1b79e2d Issue #24357: Change host in socket.getaddrinfo example to one that by Ned Deily · 9 years ago
  26. 5f120fc Issue #24233: Add a proper link to socket.getfqdn() documentation. by Berker Peksag · 9 years ago
  27. 2a8baed Issue #24233: Add a proper link to socket.getfqdn() documentation. by Berker Peksag · 9 years ago
  28. a6cc551 Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES. by Larry Hastings · 9 years ago
  29. 8912d14 Issue #23853: socket.socket.sendall() does no more reset the socket timeout by Victor Stinner · 9 years ago
  30. 81c41db Issue #23618: socket.socket.connect() now waits until the connection completes by Victor Stinner · 9 years ago
  31. 708d9ba Issue #23618: Document EINTR changes in socket documentation by Victor Stinner · 9 years ago
  32. 8490f5a Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and by Serhiy Storchaka · 9 years ago
  33. 92bf919 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 10 years ago
  34. b757c83 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 10 years ago
  35. 95517e4 merge with 3.4 by Georg Brandl · 10 years ago
  36. 2b07b0e Closes #22249: use IPPROTO_TCP constant instead of SOL_TCP constant for getaddrinfo() proto param by Georg Brandl · 10 years ago
  37. 96d8368 merge with 3.4 by Georg Brandl · 10 years ago
  38. c943e79 Remove duplicate bullet point. by Georg Brandl · 10 years ago
  39. 41d3196 Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are SocketKind by Ethan Furman · 10 years ago
  40. 7184bac Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are SocketKind by Ethan Furman · 10 years ago
  41. 98c745a Issue #18643: Add socket.socketpair() on Windows. by Charles-François Natali · 10 years ago
  42. 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
  43. 644b8f5 Issue #21455: Add a default backlog to socket.listen(). by Charles-François Natali · 10 years ago
  44. 8b852f1 Fix Issue #21528 - Fix documentation typos by Donald Stufft · 10 years ago
  45. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  46. abdc16e Merge 3.3 (#16805) by Éric Araujo · 10 years ago
  47. fa5e6e4 Fix note markup (#16805). by Éric Araujo · 10 years ago
  48. 6c50101 whatsnew: inet_pton/inet_ntop support windows (#7171). by R David Murray · 10 years ago
  49. 98f2bbf #16135: remove mentions of OS/2 from the documentation by Andrew Kuchling · 10 years ago
  50. ac6e578 Merge from 3.3 by Andrew Kuchling · 10 years ago
  51. 46ff4ee Clarify versionchanged sentence. Closes #20497. by Andrew Kuchling · 10 years ago
  52. f9c5494 Merge socket doc changes from 3.3 by Antoine Pitrou · 11 years ago
  53. a5cc9d6 Tweak the socket module doc layout by Antoine Pitrou · 11 years ago
  54. e3658a7 Issue #19882: tweak docs for socket.close() by Antoine Pitrou · 11 years ago
  55. bfdcd43 Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  56. c048d98 #17740: fix links to the socket function. Initial patch by Zachary Ware. by Ezio Melotti · 11 years ago
  57. 8429b67 #15831: merge with 3.2 by Ezio Melotti · 12 years ago
  58. e0add76 #15831: document multiple signatures on different lines. Patch by Chris Jerdonek. by Ezio Melotti · 12 years ago
  59. da0fc14 Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. by Atsuo Ishimoto · 12 years ago
  60. 98b28fd Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  61. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  62. 80e1c43 Fix issue #17996: expose socket.AF_LINK constant on BSD and OSX. by Giampaolo Rodola' · 11 years ago
  63. 3533ef2 #17740: merge with 3.3. by Ezio Melotti · 11 years ago
  64. d80b16d Fix ReST role markup: :method: -> :meth: by Mark Dickinson · 11 years ago
  65. 773e42d Issue #15359: Add CAN_BCM protocol support to the socket module. Patch by Brian by Charles-François Natali · 11 years ago
  66. f6a899f Issue #15060: merge with 3.2 by Sandro Tosi · 12 years ago
  67. 27b130e Issue #15060: better fix, thanks to review on #python-dev by Sandro Tosi · 12 years ago
  68. 9994b09 Issue #15060: merge with 3.2 by Sandro Tosi · 12 years ago
  69. 56692f5 Issue #15060: fix typo in socket doc; Patch by anatoly techtonik by Sandro Tosi · 12 years ago
  70. 10f383a Issue #14310: inter-process socket duplication for windows by Kristján Valur Jónsson · 12 years ago
  71. a673eb8 Fix invalid markup and update suspicious ignores. by Georg Brandl · 12 years ago
  72. 0bfa963 merged from 3.2 by Senthil Kumaran · 12 years ago
  73. 6e13f13 Fix Issue #6005: Examples in the socket library documentation use sendall, by Senthil Kumaran · 12 years ago
  74. 9d6c669 Issue #13777: Add PF_SYSTEM sockets on OS X. Patch by Michael Goderbauer. by Martin v. Löwis · 12 years ago
  75. cdc878e Issue #6774: Back out c8b77efe8b56, which only brings confusion. by Charles-François Natali · 12 years ago
  76. 889a510 Issue #13724: improve documentation for socket.create_connection. by Antoine Pitrou · 13 years ago
  77. 70d62b3 Issue #13724: improve documentation for socket.create_connection. by Antoine Pitrou · 13 years ago
  78. 6ec29e2 Issue #8373: The filesystem path of AF_UNIX sockets now uses the filesystem by Antoine Pitrou · 13 years ago
  79. c8e0320 Merge 3.2 by Éric Araujo · 13 years ago
  80. c4d7d8c Mark up constants in sockets docs as such by Éric Araujo · 13 years ago
  81. 10b8cf4 Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support. by Charles-François Natali · 13 years ago
  82. 5574c30 Replace mentions of socket.error. by Antoine Pitrou · 13 years ago
  83. 70fa31c Minimal update of socket docs for PEP 3151. More editing is probably desirable. by Antoine Pitrou · 13 years ago
  84. b09460f Issue #10141: Don't use hardcoded frame size in example, use struct.calcsize() by Victor Stinner · 13 years ago
  85. 47413c1 Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by Matthias by Charles-François Natali · 13 years ago
  86. 0b6b1c3 #12781: merge with 3.2 by Sandro Tosi · 13 years ago
  87. 172f374 #12781: Mention SO_REUSEADDR flag near socket examples by Sandro Tosi · 13 years ago
  88. 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
  89. 7ec7fc4 #12725: merge with 3.2. by Ezio Melotti · 13 years ago
  90. 388c945 #12725: fix working. Patch by Ben Hayden. by Ezio Melotti · 13 years ago
  91. b6471db Further documentation updates to be consistent with doc standards and comments by Gregory P. Smith · 13 years ago
  92. 6352298 Refer to the return value on nameindex and friends as a string, not a byte by Gregory P. Smith · 13 years ago
  93. 5ed2e77 Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname by Gregory P. Smith · 13 years ago
  94. 3cade99 Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 13 years ago
  95. 1be815a Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 13 years ago
  96. 6120d87 Merged revisions 88686 via svnmerge from by Antoine Pitrou · 13 years ago
  97. f06576d Recommend inspecting the errno attribute of socket.error objects, by Antoine Pitrou · 13 years ago
  98. 061cfb5 Issue #10866: Add socket.sethostname(). Initial patch by Ross Lagerwall. by Antoine Pitrou · 13 years ago
  99. dfad7e3 Overhaul the documentation about socket timeouts. by Antoine Pitrou · 14 years ago
  100. e1bc898 Some nits. by Antoine Pitrou · 14 years ago