1. d80b16d Fix ReST role markup: :method: -> :meth: by Mark Dickinson · 11 years ago
  2. 773e42d Issue #15359: Add CAN_BCM protocol support to the socket module. Patch by Brian by Charles-François Natali · 11 years ago
  3. 8429b67 #15831: merge with 3.2 by Ezio Melotti · 12 years ago
  4. e0add76 #15831: document multiple signatures on different lines. Patch by Chris Jerdonek. by Ezio Melotti · 12 years ago
  5. f6a899f Issue #15060: merge with 3.2 by Sandro Tosi · 12 years ago
  6. 27b130e Issue #15060: better fix, thanks to review on #python-dev by Sandro Tosi · 12 years ago
  7. 9994b09 Issue #15060: merge with 3.2 by Sandro Tosi · 12 years ago
  8. 56692f5 Issue #15060: fix typo in socket doc; Patch by anatoly techtonik by Sandro Tosi · 12 years ago
  9. 10f383a Issue #14310: inter-process socket duplication for windows by Kristján Valur Jónsson · 12 years ago
  10. a673eb8 Fix invalid markup and update suspicious ignores. by Georg Brandl · 12 years ago
  11. 0bfa963 merged from 3.2 by Senthil Kumaran · 12 years ago
  12. 6e13f13 Fix Issue #6005: Examples in the socket library documentation use sendall, by Senthil Kumaran · 12 years ago
  13. 9d6c669 Issue #13777: Add PF_SYSTEM sockets on OS X. Patch by Michael Goderbauer. by Martin v. Löwis · 13 years ago
  14. cdc878e Issue #6774: Back out c8b77efe8b56, which only brings confusion. by Charles-François Natali · 13 years ago
  15. 889a510 Issue #13724: improve documentation for socket.create_connection. by Antoine Pitrou · 13 years ago
  16. 70d62b3 Issue #13724: improve documentation for socket.create_connection. by Antoine Pitrou · 13 years ago
  17. 6ec29e2 Issue #8373: The filesystem path of AF_UNIX sockets now uses the filesystem by Antoine Pitrou · 13 years ago
  18. c8e0320 Merge 3.2 by Éric Araujo · 13 years ago
  19. c4d7d8c Mark up constants in sockets docs as such by Éric Araujo · 13 years ago
  20. 10b8cf4 Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support. by Charles-François Natali · 13 years ago
  21. 5574c30 Replace mentions of socket.error. by Antoine Pitrou · 13 years ago
  22. 70fa31c Minimal update of socket docs for PEP 3151. More editing is probably desirable. by Antoine Pitrou · 13 years ago
  23. b09460f Issue #10141: Don't use hardcoded frame size in example, use struct.calcsize() by Victor Stinner · 13 years ago
  24. 47413c1 Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by Matthias by Charles-François Natali · 13 years ago
  25. 0b6b1c3 #12781: merge with 3.2 by Sandro Tosi · 13 years ago
  26. 172f374 #12781: Mention SO_REUSEADDR flag near socket examples by Sandro Tosi · 13 years ago
  27. 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
  28. 7ec7fc4 #12725: merge with 3.2. by Ezio Melotti · 13 years ago
  29. 388c945 #12725: fix working. Patch by Ben Hayden. by Ezio Melotti · 13 years ago
  30. b6471db Further documentation updates to be consistent with doc standards and comments by Gregory P. Smith · 13 years ago
  31. 6352298 Refer to the return value on nameindex and friends as a string, not a byte by Gregory P. Smith · 13 years ago
  32. 5ed2e77 Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname by Gregory P. Smith · 13 years ago
  33. 3cade99 Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 13 years ago
  34. 1be815a Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 13 years ago
  35. 6120d87 Merged revisions 88686 via svnmerge from by Antoine Pitrou · 13 years ago
  36. f06576d Recommend inspecting the errno attribute of socket.error objects, by Antoine Pitrou · 13 years ago
  37. 061cfb5 Issue #10866: Add socket.sethostname(). Initial patch by Ross Lagerwall. by Antoine Pitrou · 13 years ago
  38. dfad7e3 Overhaul the documentation about socket timeouts. by Antoine Pitrou · 14 years ago
  39. e1bc898 Some nits. by Antoine Pitrou · 14 years ago
  40. 4a67a46 Clarify behaviour of close() and shutdown() on sockets. by Antoine Pitrou · 14 years ago
  41. e9e8c9b #10739: document that on Windows, socket.makefile() does not make a file that has a true file descriptor usable where such a thing is expected. by Georg Brandl · 14 years ago
  42. 7bdfe77 Improve readability of the socket docs by Antoine Pitrou · 14 years ago
  43. d449a8a Issue10100 - fromfd is now available on all platforms by Senthil Kumaran · 14 years ago
  44. b1c5496 Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module, by Antoine Pitrou · 14 years ago
  45. 834bd81 Issue #10041: The signature of optional arguments in socket.makefile() by Antoine Pitrou · 14 years ago
  46. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  47. 0b65b0f Add a glossary entry for file objects. by Antoine Pitrou · 14 years ago
  48. 5aa0d10 Improve docs for socket.makefile() and SocketIO by Antoine Pitrou · 14 years ago
  49. 9e0b864 Issue #1552: socket.socketpair() now returns regular socket.socket by Antoine Pitrou · 14 years ago
  50. 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
  51. ccfb91c fix issue #8866: parameters passed to socket.getaddrinfo can now be specified as single keyword arguments. by Giampaolo Rodolà · 14 years ago
  52. 6e451df Followup to r83869 and issue #8524: rename socket.forget() to socket.detach() by Antoine Pitrou · 14 years ago
  53. e43f9d0 Issue #8524: Add a forget() method to socket objects, so as to put the by Antoine Pitrou · 14 years ago
  54. 0104bcd #6774: explain shutdown() behavior varying with platform. by Georg Brandl · 14 years ago
  55. d7c3ed5 Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,80852,80854,80870,80872-80873,80907,80915-80916,80951-80952,80976-80977,80985,81038-81040,81042,81053,81070,81104-81105,81114,81125,81245,81285,81402,81463,81516,81562-81563,81567,81593,81635,81680-81681,81684,81801,81888,81931-81933,81939-81942,81963,81984,81991,82120,82188,82264-82267 via svnmerge from by Benjamin Peterson · 14 years ago
  56. 9103597 Merged revisions 81621 via svnmerge from by Antoine Pitrou · 14 years ago
  57. 8569e58 Merged revisions 80030,80067,80069,80080-80081,80084,80432-80433,80465-80470,81059,81065-81067 via svnmerge from by Georg Brandl · 14 years ago
  58. 08bf91c Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-79608,79622,79717,79820,79822,79828,79862,79875,79923-79924,79941-79943,79945,79947,79951-79952 via svnmerge from by Benjamin Peterson · 14 years ago
  59. 4adb288 Issue #7631: Fix undefined references to the "built-in file object", which by Antoine Pitrou · 15 years ago
  60. b406637 Merged revisions 77263-77264 via svnmerge from by Gregory P. Smith · 15 years ago
  61. 0639d5a Merged revisions 76904 via svnmerge from by Ezio Melotti · 15 years ago
  62. 95a7504 #7137: fix makefile() documentation to match the new parameters. by Georg Brandl · 15 years ago
  63. 1824415 Switch more function arguments docs to new-style. by Georg Brandl · 15 years ago
  64. 6d3dfc3 Merged revisions 74074,74077,74111,74188,74192-74193,74200,74252-74253,74258-74261 via svnmerge from by Alexandre Vassalotti · 15 years ago
  65. 3783143 Merged revisions 73537 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  66. f5123ef Merged revisions 73217 via svnmerge from by Georg Brandl · 15 years ago
  67. 5f25972 Merged revisions 72292 via svnmerge from by Georg Brandl · 15 years ago
  68. 349c595 merge socket module documentation update from trunk r69731. by Gregory P. Smith · 15 years ago
  69. a1c6a1c Merged revisions 68221 via svnmerge from by Georg Brandl · 16 years ago
  70. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  71. 65676e4 Merged revisions 67089,67091,67101 via svnmerge from by Benjamin Peterson · 16 years ago
  72. e9bbc8b Devil merge! by Benjamin Peterson · 16 years ago
  73. 42b2f2e #3550: socket APIs use bytes, not strings. by Georg Brandl · 16 years ago
  74. f78e02b Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from by Georg Brandl · 16 years ago
  75. 5f8ced2 Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,63022-63024,63026-63029,63031-63041,63043-63045,63047-63054,63056-63062 via svnmerge from by Alexandre Vassalotti · 16 years ago
  76. 752abd0 Convert a lot of print statements to print functions in docstrings, by Neal Norwitz · 16 years ago
  77. e6bcc91 Remove many "versionchanged" items that didn't use the official markup, by Georg Brandl · 16 years ago
  78. ce26195 Renamed the SocketServer module to 'socketserver'. by Alexandre Vassalotti · 16 years ago
  79. 5d8da20 Merged revisions 62713,62715,62728,62737,62740,62744,62749,62756 via svnmerge from by Christian Heimes · 16 years ago
  80. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  81. c3f30c4 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900-60931,60933-60958 via svnmerge from by Christian Heimes · 16 years ago
  82. 292d351 Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,60540-60551 via svnmerge from by Christian Heimes · 17 years ago
  83. 679db4a Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from by Christian Heimes · 17 years ago
  84. 043d6f6 Copied doc for reload() from trunk's function.rst to imp.rst by Christian Heimes · 17 years ago
  85. faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 17 years ago
  86. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  87. 6554cb9 Remove a few merged versionadded/changed. by Georg Brandl · 17 years ago
  88. 4633448 Change instances of 'while 1:' in the docs into 'while True:'. by Collin Winter · 17 years ago
  89. c111d9f merge this from trunk: by Gregory P. Smith · 17 years ago
  90. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  91. 6911e3c Convert all print statements in the docs. by Georg Brandl · 17 years ago
  92. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  93. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  94. 04110fb Merged revisions 57221-57391 via svnmerge from by Guido van Rossum · 17 years ago
  95. eb33e5a Remove support for BeOS by Skip Montanaro · 17 years ago
  96. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago