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