summaryrefslogtreecommitdiffstats
path: root/Doc/library/socket.rst
Commit message (Expand)AuthorAgeFilesLines
* Fixed the semantic of timeout for socket.create_connection andFacundo Batista2008-05-291-6/+5
* socketserver renaming reversal part 3: move the module into the rightGeorg Brandl2008-05-241-1/+1
* Updated all import statements to use the new socketserver module name.Alexandre Vassalotti2008-05-121-1/+1
* Fix typo.Georg Brandl2008-05-111-1/+1
* #2742: ``''`` is not converted to NULL in getaddrinfo.Georg Brandl2008-05-111-4/+4
* #2752: fix second example too.Georg Brandl2008-05-051-1/+1
* #2752: wrong meaning of '' for socket host.Georg Brandl2008-05-041-1/+1
* A lot more typo fixes by Ori Avtalion.Georg Brandl2008-02-221-1/+1
* Update IPv6 RFC number.Georg Brandl2008-02-011-1/+1
* Markup fixAndrew M. Kuchling2008-01-161-1/+1
* Issue #1646: Make socket support TIPC. The socket module now has supportChristian Heimes2008-01-071-0/+27
* Revert socket.rst to unix-eol.Georg Brandl2008-01-051-906/+906
* Added interface to Windows' WSAIoctl and a simple example for a network sniffer.Christian Heimes2008-01-041-863/+906
* Some cleanup in the docs.Georg Brandl2007-12-291-1/+1
* Change socket.error to inherit from IOError rather than being a standGregory P. Smith2007-09-091-0/+3
* Wording changeAndrew M. Kuchling2007-09-011-1/+1
* Patch 10124 by Bill Janssen, docs for the new ssl code.Guido van Rossum2007-08-271-91/+1
* Server-side SSL and certificate validation, by Bill Janssen.Guido van Rossum2007-08-251-3/+12
* Bug #1752332: httplib no longer uses socket.getaddrinfo().Georg Brandl2007-08-231-1/+1
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+941