| Commit message (Expand) | Author | Age | Files | Lines |
| * | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in | Antoine Pitrou | 2011-05-10 | 1 | -2/+2 |
|
|
| * | Merged revisions 87050,87101,87146,87156,87172,87175,87371,87378,87522-87524,... | Georg Brandl | 2011-02-25 | 1 | -0/+6 |
|
|
| * | Merged revisions 87653-87655 via svnmerge from | Antoine Pitrou | 2011-01-02 | 1 | -0/+9 |
|
|
| * | Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,... | Georg Brandl | 2010-10-06 | 1 | -1/+3 |
|
|
| * | Fix gratuitous indentation. | Georg Brandl | 2010-06-12 | 1 | -12/+12 |
|
|
| * | Improve documentation for getaddrinfo() (part of #8857) | Antoine Pitrou | 2010-05-31 | 1 | -15/+33 |
|
|
| * | Fix typo | Andrew M. Kuchling | 2010-05-10 | 1 | -1/+1 |
|
|
| * | Patch from Tim Hatch: Make socket setblocking <-> settimeout examples symmetric. | Georg Brandl | 2010-04-25 | 1 | -1/+1 |
|
|
| * | Patch from Tim Hatch: Better cross-referencing in socket and winreg docs. | Georg Brandl | 2010-04-25 | 1 | -21/+24 |
|
|
| * | #8320: document return value of recv_into(). | Georg Brandl | 2010-04-06 | 1 | -4/+4 |
|
|
| * | issue3972: HTTPConnection and HTTPSConnection now support a | Gregory P. Smith | 2010-01-03 | 1 | -3/+4 |
|
|
| * | Adds an optional source_address parameter to socket.create_connection(). | Gregory P. Smith | 2010-01-03 | 1 | -1/+7 |
|
|
| * | #7388: "python".capitalize() in the Doc | Ezio Melotti | 2009-12-19 | 1 | -1/+1 |
|
|
| * | #6591: add reference to ioctl in fcntl module for platforms other than Windows. | Georg Brandl | 2009-07-29 | 1 | -0/+3 |
|
|
| * | Remove last remnants of the ipaddr package. | Amaury Forgeot d'Arc | 2009-06-23 | 1 | -5/+0 |
|
|
| * | #6175: document that inet_aton supports alternate input formats with less tha... | Georg Brandl | 2009-06-04 | 1 | -0/+3 |
|
|
| * | #5916, 5917: small socket doc improvements. | Georg Brandl | 2009-05-04 | 1 | -2/+7 |
|
|
| * | Clarify socket timeout behavior vs system network stack behavior on connect | Gregory P. Smith | 2009-02-18 | 1 | -4/+7 |
|
|
| * | Remove tabs from the documentation. | Georg Brandl | 2009-01-03 | 1 | -16/+17 |
|
|
| * | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -13/+13 |
|
|
| * | clarify by splitting into multiple paragraphs | Benjamin Peterson | 2008-11-03 | 1 | -5/+9 |
|
|
| * | Improve wording | Andrew M. Kuchling | 2008-09-24 | 1 | -7/+7 |
|
|
| * | Fixed the semantic of timeout for socket.create_connection and | Facundo Batista | 2008-05-29 | 1 | -6/+5 |
|
|
| * | socketserver renaming reversal part 3: move the module into the right | Georg Brandl | 2008-05-24 | 1 | -1/+1 |
|
|
| * | Updated all import statements to use the new socketserver module name. | Alexandre Vassalotti | 2008-05-12 | 1 | -1/+1 |
|
|
| * | Fix typo. | Georg Brandl | 2008-05-11 | 1 | -1/+1 |
|
|
| * | #2742: ``''`` is not converted to NULL in getaddrinfo. | Georg Brandl | 2008-05-11 | 1 | -4/+4 |
|
|
| * | #2752: fix second example too. | Georg Brandl | 2008-05-05 | 1 | -1/+1 |
|
|
| * | #2752: wrong meaning of '' for socket host. | Georg Brandl | 2008-05-04 | 1 | -1/+1 |
|
|
| * | A lot more typo fixes by Ori Avtalion. | Georg Brandl | 2008-02-22 | 1 | -1/+1 |
|
|
| * | Update IPv6 RFC number. | Georg Brandl | 2008-02-01 | 1 | -1/+1 |
|
|
| * | Markup fix | Andrew M. Kuchling | 2008-01-16 | 1 | -1/+1 |
|
|
| * | Issue #1646: Make socket support TIPC. The socket module now has support | Christian Heimes | 2008-01-07 | 1 | -0/+27 |
|
|
| * | Revert socket.rst to unix-eol. | Georg Brandl | 2008-01-05 | 1 | -906/+906 |
|
|
| * | Added interface to Windows' WSAIoctl and a simple example for a network sniffer. | Christian Heimes | 2008-01-04 | 1 | -863/+906 |
|
|
| * | Some cleanup in the docs. | Georg Brandl | 2007-12-29 | 1 | -1/+1 |
|
|
| * | Change socket.error to inherit from IOError rather than being a stand | Gregory P. Smith | 2007-09-09 | 1 | -0/+3 |
|
|
| * | Wording change | Andrew M. Kuchling | 2007-09-01 | 1 | -1/+1 |
|
|
| * | Patch 10124 by Bill Janssen, docs for the new ssl code. | Guido van Rossum | 2007-08-27 | 1 | -91/+1 |
|
|
| * | Server-side SSL and certificate validation, by Bill Janssen. | Guido van Rossum | 2007-08-25 | 1 | -3/+12 |
|
|
| * | Bug #1752332: httplib no longer uses socket.getaddrinfo(). | Georg Brandl | 2007-08-23 | 1 | -1/+1 |
|
|
| * | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+941 |
|
|