summaryrefslogtreecommitdiffstats
path: root/Modules/socketmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #8498: In socket.accept(), allow to specify 0 as a backlog value inAntoine Pitrou2011-05-101-4/+7
* Issue #5421: merge fixAntoine Pitrou2011-03-171-6/+17
|\
| * Issue #5421: Fix misleading error message when one of socket.sendto()'sAntoine Pitrou2011-03-171-6/+17
* | #11565: Merge with 3.1.Ezio Melotti2011-03-161-6/+6
|\ \ | |/
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-6/+6
| * Merged revisions 85868 via svnmerge fromAntoine Pitrou2010-10-271-12/+28
| * Merged revisions 85586-85587,85596-85598 via svnmerge fromGregory P. Smith2010-10-171-2/+25
| * Merged revisions 85404 via svnmerge fromGregory P. Smith2010-10-131-1/+1
| * Merged revisions 85032 via svnmerge fromAntoine Pitrou2010-09-271-13/+28
| * Merged revisions 84450 via svnmerge fromDaniel Stutzbach2010-09-031-8/+5
| * Merged revisions 84146-84147,84150 via svnmerge fromAntoine Pitrou2010-08-171-30/+33
| * Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-091-3003/+3003
| * Merged revisions 80612 via svnmerge fromAntoine Pitrou2010-04-291-0/+1
| * Merged revisions 77972 via svnmerge fromAntoine Pitrou2010-02-041-1/+5
| * Merged revisions 75231 via svnmerge fromBenjamin Peterson2009-10-041-5/+8
* | Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for ...Alexander Belopolsky2010-12-081-3/+5
* | Issue #10272: The ssl module now raises socket.timeout instead of a genericAntoine Pitrou2010-12-031-0/+2
* | Fixed socket_gethostname() on windows.Hirokazu Yamamoto2010-11-051-6/+9
* | plug refleakBenjamin Peterson2010-10-291-0/+1
* | Issue #9377: Use Unicode API for gethostname on Windows.Martin v. Löwis2010-10-291-0/+22
* | Issue #10093: ResourceWarnings are now issued when files and sockets areAntoine Pitrou2010-10-291-1/+13
* | Issue #8852: Allow the socket module to build on OpenSolaris.Antoine Pitrou2010-10-271-12/+28
* | For now, remove accept4() code (issue #10115)Antoine Pitrou2010-10-221-9/+0
* | applying netbsd-wizs-mod.patch from issue5510 -Gregory P. Smith2010-10-171-2/+25
* | Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module,Antoine Pitrou2010-10-141-6/+33
* | fix compliation on NetBSDGregory P. Smith2010-10-131-1/+1
* | Fix compilation under WindowsAntoine Pitrou2010-09-281-0/+3
* | Issue #9090: When a socket with a timeout fails with EWOULDBLOCK or EAGAIN,Antoine Pitrou2010-09-281-15/+88
* | Issue #9950: Fix socket.sendall() crash or misbehaviour when a signal isAntoine Pitrou2010-09-271-23/+25
* | Fix Issue9753: socket.dup() does not always work right on WindowsDaniel Stutzbach2010-09-031-8/+5
* | Issue #1027206: getnameinfo is now restricted to numeric addresses as input.Martin v. Löwis2010-08-251-0/+1
* | Issue #1027206: Support IDNA in gethostbyname, gethostbyname_ex andMartin v. Löwis2010-08-221-10/+18
* | Clean some 64-bit issues. Also, always spell "ssize_t" "Py_ssize_t".Antoine Pitrou2010-08-171-30/+33
* | fix issue #8866: parameters passed to socket.getaddrinfo can now be specified...Giampaolo Rodolà2010-08-171-5/+7
* | Followup to r83869 and issue #8524: rename socket.forget() to socket.detach()Antoine Pitrou2010-08-091-8/+8
* | Issue #8524: Add a forget() method to socket objects, so as to put theAntoine Pitrou2010-08-081-0/+17
* | Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-3040/+3040
* | Merged revisions 80610 via svnmerge fromAntoine Pitrou2010-04-291-0/+1
* | - Issue #8235: _socket: Add the constant ``SO_SETFIB``. SO_SETFIB isLarry Hastings2010-04-021-0/+3
* | Merged revisions 77970 via svnmerge fromAntoine Pitrou2010-02-041-1/+5
* | Merge the trivial portion of r74426 from trunk.Gregory P. Smith2010-01-041-1/+14
* | Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,...Benjamin Peterson2009-10-041-5/+8
* | http://bugs.python.org/issue6971Kristján Valur Jónsson2009-09-271-15/+39
|/
* turn this into a macroBenjamin Peterson2009-05-061-8/+0
* add a replacement API for PyCObject, PyCapsule #5630Benjamin Peterson2009-05-051-1/+9
* Merged revisions 70849,70852 via svnmerge fromJesse Noller2009-03-311-1/+1
* Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,...Benjamin Peterson2009-02-131-2/+8
* Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,...Benjamin Peterson2009-02-061-3/+27
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-1/+1
* Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-...Benjamin Peterson2009-01-161-1/+5