1. 989db5c Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  2. 6b46ec7 #26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs. by R David Murray · 8 years ago
  3. 2195d53 Merge: #26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs. by R David Murray · 8 years ago
  4. 8c21ab0 Issue #27744: correct comment and markup by Christian Heimes · 8 years ago
  5. dffa394 Issue #27744: Add AF_ALG (Linux Kernel crypto) to socket module. by Christian Heimes · 8 years ago
  6. bdfa0eb #26907: add some missing getsockopt constants. by R David Murray · 8 years ago
  7. 8bde911 Issue #27626: Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  8. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  9. ea93ac0 Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by Daniel Stokes. by Steve Dower · 8 years ago
  10. 4da945f Merge Issue #22558. by Terry Jan Reedy · 8 years ago
  11. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  12. c79b06c Issue #19234: Merge from 3.5 by Kushal Das · 8 years ago
  13. 89beb27 Issue #19234: Documents socket.fileno() returns -1 on failure by Kushal Das · 8 years ago
  14. a497774 Issue #24911: Merge socket context manager doc from 3.5 by Martin Panter · 9 years ago
  15. e37fc18 Issue #24911: All socket objects are context managers; update examples by Martin Panter · 9 years ago
  16. 50ab1a3 Issue #26685: Raise OSError if closing a socket fails by Martin Panter · 9 years ago
  17. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
  18. 8c16cb9 Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. by Georg Brandl · 9 years ago
  19. 3fe64d0 Issue #16915: Clarify that mode parameter of socket.makefile() does not accept by Berker Peksag · 9 years ago
  20. 253739d Fix a markup error in socket.rst by Berker Peksag · 9 years ago
  21. 744fdfb Issue #5626: Remove misleading comment from socket.gethostname() documentation by Berker Peksag · 9 years ago
  22. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
  23. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  24. 2eb819f Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  25. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  26. ce88d82 Issue #16802: Document fileno parameter of socket.socket() by Berker Peksag · 9 years ago
  27. 24a6109 Issue #16802: Document fileno parameter of socket.socket() by Berker Peksag · 9 years ago
  28. ba11252 Issue #25043: Merge Bluetooth doc from 3.4 into 3.5 by Martin Panter · 9 years ago
  29. ea7266d Issue #25043: Document BDADDR_ and HCI_ Bluetooth socket constants by Martin Panter · 9 years ago
  30. daabed5 Issue #24984: Merge BTPROTO_SCO doc fix from 3.4 into 3.5 by Martin Panter · 9 years ago
  31. d830262 Issue #24984: BTPROTO_SCO supports only bytes objects by Martin Panter · 9 years ago
  32. 24a9bd0 Issue #24984: Merge 3.4 into 3.5 by Martin Panter · 9 years ago
  33. d1a9858 Issue #24984: Document AF_BLUETOOTH socket address formats by Martin Panter · 9 years ago
  34. b4760ef Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos. by Senthil Kumaran · 9 years ago
  35. fa1b47c Issue #24357: merge from 3.4 by Ned Deily · 9 years ago
  36. 11cf4f6 Issue #24357: use example.org instead by Ned Deily · 9 years ago
  37. 03c28fa Issue #24357: merge from 3.4 by Ned Deily · 9 years ago
  38. 834f029 Issue #24357: fix real typo by Ned Deily · 9 years ago
  39. 36a6a6b Issue #24357: merge from 3.4 by Ned Deily · 9 years ago
  40. 9e2dc3f Issue #24357: fix typo by Ned Deily · 9 years ago
  41. 3e4f976 Issue #24357: merge from 3.4 by Ned Deily · 9 years ago
  42. 1b79e2d Issue #24357: Change host in socket.getaddrinfo example to one that by Ned Deily · 9 years ago
  43. 5f120fc Issue #24233: Add a proper link to socket.getfqdn() documentation. by Berker Peksag · 9 years ago
  44. 2a8baed Issue #24233: Add a proper link to socket.getfqdn() documentation. by Berker Peksag · 9 years ago
  45. a6cc551 Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES. by Larry Hastings · 10 years ago
  46. 8912d14 Issue #23853: socket.socket.sendall() does no more reset the socket timeout by Victor Stinner · 10 years ago
  47. 81c41db Issue #23618: socket.socket.connect() now waits until the connection completes by Victor Stinner · 10 years ago
  48. 708d9ba Issue #23618: Document EINTR changes in socket documentation by Victor Stinner · 10 years ago
  49. 8490f5a Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and by Serhiy Storchaka · 10 years ago
  50. 92bf919 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 10 years ago
  51. b757c83 Issue #22581: Use more "bytes-like object" throughout the docs and comments. by Serhiy Storchaka · 10 years ago
  52. 95517e4 merge with 3.4 by Georg Brandl · 10 years ago
  53. 2b07b0e Closes #22249: use IPPROTO_TCP constant instead of SOL_TCP constant for getaddrinfo() proto param by Georg Brandl · 10 years ago
  54. 96d8368 merge with 3.4 by Georg Brandl · 10 years ago
  55. c943e79 Remove duplicate bullet point. by Georg Brandl · 10 years ago
  56. 41d3196 Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are SocketKind by Ethan Furman · 10 years ago
  57. 7184bac Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are SocketKind by Ethan Furman · 10 years ago
  58. 98c745a Issue #18643: Add socket.socketpair() on Windows. by Charles-François Natali · 10 years ago
  59. 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
  60. 644b8f5 Issue #21455: Add a default backlog to socket.listen(). by Charles-François Natali · 10 years ago
  61. 8b852f1 Fix Issue #21528 - Fix documentation typos by Donald Stufft · 10 years ago
  62. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  63. abdc16e Merge 3.3 (#16805) by Éric Araujo · 11 years ago
  64. fa5e6e4 Fix note markup (#16805). by Éric Araujo · 11 years ago
  65. 6c50101 whatsnew: inet_pton/inet_ntop support windows (#7171). by R David Murray · 11 years ago
  66. 98f2bbf #16135: remove mentions of OS/2 from the documentation by Andrew Kuchling · 11 years ago
  67. ac6e578 Merge from 3.3 by Andrew Kuchling · 11 years ago
  68. 46ff4ee Clarify versionchanged sentence. Closes #20497. by Andrew Kuchling · 11 years ago
  69. f9c5494 Merge socket doc changes from 3.3 by Antoine Pitrou · 11 years ago
  70. a5cc9d6 Tweak the socket module doc layout by Antoine Pitrou · 11 years ago
  71. e3658a7 Issue #19882: tweak docs for socket.close() by Antoine Pitrou · 11 years ago
  72. bfdcd43 Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  73. c048d98 #17740: fix links to the socket function. Initial patch by Zachary Ware. by Ezio Melotti · 12 years ago
  74. 8429b67 #15831: merge with 3.2 by Ezio Melotti · 12 years ago
  75. e0add76 #15831: document multiple signatures on different lines. Patch by Chris Jerdonek. by Ezio Melotti · 12 years ago
  76. da0fc14 Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. by Atsuo Ishimoto · 12 years ago
  77. 98b28fd Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  78. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  79. 80e1c43 Fix issue #17996: expose socket.AF_LINK constant on BSD and OSX. by Giampaolo Rodola' · 11 years ago
  80. 3533ef2 #17740: merge with 3.3. by Ezio Melotti · 12 years ago
  81. d80b16d Fix ReST role markup: :method: -> :meth: by Mark Dickinson · 12 years ago
  82. 773e42d Issue #15359: Add CAN_BCM protocol support to the socket module. Patch by Brian by Charles-François Natali · 12 years ago
  83. f6a899f Issue #15060: merge with 3.2 by Sandro Tosi · 12 years ago
  84. 27b130e Issue #15060: better fix, thanks to review on #python-dev by Sandro Tosi · 12 years ago
  85. 9994b09 Issue #15060: merge with 3.2 by Sandro Tosi · 12 years ago
  86. 56692f5 Issue #15060: fix typo in socket doc; Patch by anatoly techtonik by Sandro Tosi · 12 years ago
  87. 10f383a Issue #14310: inter-process socket duplication for windows by Kristján Valur Jónsson · 13 years ago
  88. a673eb8 Fix invalid markup and update suspicious ignores. by Georg Brandl · 13 years ago
  89. 0bfa963 merged from 3.2 by Senthil Kumaran · 13 years ago
  90. 6e13f13 Fix Issue #6005: Examples in the socket library documentation use sendall, by Senthil Kumaran · 13 years ago
  91. 9d6c669 Issue #13777: Add PF_SYSTEM sockets on OS X. Patch by Michael Goderbauer. by Martin v. Löwis · 13 years ago
  92. cdc878e Issue #6774: Back out c8b77efe8b56, which only brings confusion. by Charles-François Natali · 13 years ago
  93. 889a510 Issue #13724: improve documentation for socket.create_connection. by Antoine Pitrou · 13 years ago
  94. 70d62b3 Issue #13724: improve documentation for socket.create_connection. by Antoine Pitrou · 13 years ago
  95. 6ec29e2 Issue #8373: The filesystem path of AF_UNIX sockets now uses the filesystem by Antoine Pitrou · 13 years ago
  96. c8e0320 Merge 3.2 by Éric Araujo · 13 years ago
  97. c4d7d8c Mark up constants in sockets docs as such by Éric Araujo · 13 years ago
  98. 10b8cf4 Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support. by Charles-François Natali · 13 years ago
  99. 5574c30 Replace mentions of socket.error. by Antoine Pitrou · 13 years ago
  100. 70fa31c Minimal update of socket docs for PEP 3151. More editing is probably desirable. by Antoine Pitrou · 13 years ago