1. 21946af Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,84480,84482,84484,84530-84531,84553,84619,84915-84916 via svnmerge from by Georg Brandl · 15 years ago
  2. 961e6fd Fix gratuitous indentation. by Georg Brandl · 15 years ago
  3. de535cb Improve documentation for getaddrinfo() (part of #8857) by Antoine Pitrou · 15 years ago
  4. 5d864c8 Fix typo by Andrew M. Kuchling · 15 years ago
  5. adbcf1f Patch from Tim Hatch: Make socket setblocking <-> settimeout examples symmetric. by Georg Brandl · 15 years ago
  6. 9bfb78d Patch from Tim Hatch: Better cross-referencing in socket and winreg docs. by Georg Brandl · 15 years ago
  7. abe448c #8320: document return value of recv_into(). by Georg Brandl · 15 years ago
  8. 9d32521 issue3972: HTTPConnection and HTTPSConnection now support a by Gregory P. Smith · 16 years ago
  9. 79a3eb1 Adds an optional source_address parameter to socket.create_connection(). by Gregory P. Smith · 16 years ago
  10. 062d2b5 #7388: "python".capitalize() in the Doc by Ezio Melotti · 16 years ago
  11. f3d520c #6591: add reference to ioctl in fcntl module for platforms other than Windows. by Georg Brandl · 16 years ago
  12. 388637d Remove last remnants of the ipaddr package. by Amaury Forgeot d'Arc · 16 years ago
  13. 5000b3b #6175: document that inet_aton supports alternate input formats with less than three dots. by Georg Brandl · 16 years ago
  14. e3a3726 #5916, 5917: small socket doc improvements. by Georg Brandl · 16 years ago
  15. 8367bec Clarify socket timeout behavior vs system network stack behavior on connect by Gregory P. Smith · 16 years ago
  16. 7044b11 Remove tabs from the documentation. by Georg Brandl · 17 years ago
  17. c62ef8b Remove trailing whitespace. by Georg Brandl · 17 years ago
  18. accb38c clarify by splitting into multiple paragraphs by Benjamin Peterson · 17 years ago
  19. 8798c90 Improve wording by Andrew M. Kuchling · 17 years ago
  20. 4f1b1ed Fixed the semantic of timeout for socket.create_connection and by Facundo Batista · 17 years ago
  21. e152a77 socketserver renaming reversal part 3: move the module into the right by Georg Brandl · 17 years ago
  22. d192c92 Updated all import statements to use the new socketserver module name. by Alexandre Vassalotti · 17 years ago
  23. a36909e Fix typo. by Georg Brandl · 17 years ago
  24. d809603 #2742: ``''`` is not converted to NULL in getaddrinfo. by Georg Brandl · 17 years ago
  25. 98fd036 #2752: fix second example too. by Georg Brandl · 17 years ago
  26. 08c7218 #2752: wrong meaning of '' for socket host. by Georg Brandl · 17 years ago
  27. 907a720 A lot more typo fixes by Ori Avtalion. by Georg Brandl · 17 years ago
  28. 2a5d1c3 Update IPv6 RFC number. by Georg Brandl · 18 years ago
  29. 95f17bb Markup fix by Andrew M. Kuchling · 18 years ago
  30. fb2d25a Issue #1646: Make socket support TIPC. The socket module now has support by Christian Heimes · 18 years ago
  31. 2fa2f5d Revert socket.rst to unix-eol. by Georg Brandl · 18 years ago
  32. 04ae916 Added interface to Windows' WSAIoctl and a simple example for a network sniffer. by Christian Heimes · 18 years ago
  33. b19be57 Some cleanup in the docs. by Georg Brandl · 18 years ago
  34. e9fef69 Change socket.error to inherit from IOError rather than being a stand by Gregory P. Smith · 18 years ago
  35. 364b841 Wording change by Andrew M. Kuchling · 18 years ago
  36. 8ee23bb Patch 10124 by Bill Janssen, docs for the new ssl code. by Guido van Rossum · 18 years ago
  37. 4f2c3dd Server-side SSL and certificate validation, by Bill Janssen. by Guido van Rossum · 18 years ago
  38. 4ad9b82 Bug #1752332: httplib no longer uses socket.getaddrinfo(). by Georg Brandl · 18 years ago
  39. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago