COMMITS
/ Modules/socketmodule.c May 10, 2011
A
Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in
Antoine Pitrou committed
March 17, 2011
A
Issue #5421: merge fix
Antoine Pitrou committed
A
Issue #5421: Fix misleading error message when one of socket.sendto()'s
Antoine Pitrou committed
March 16, 2011
E
#11565: Merge with 3.1.
Ezio Melotti committed
E
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti committed
December 8, 2010
A
Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL
Alexander Belopolsky committed
December 3, 2010
A
Issue #10272: The ssl module now raises socket.timeout instead of a generic
Antoine Pitrou committed
November 5, 2010
H
Fixed socket_gethostname() on windows.
Hirokazu Yamamoto committed
October 29, 2010
B
plug refleak
Benjamin Peterson committed
M
Issue #9377: Use Unicode API for gethostname on Windows.
Martin v. Löwis committed
A
Issue #10093: ResourceWarnings are now issued when files and sockets are
Antoine Pitrou committed
October 27, 2010
A
Merged revisions 85868 via svnmerge from
Antoine Pitrou committed
A
Issue #8852: Allow the socket module to build on OpenSolaris.
Antoine Pitrou committed
October 22, 2010
A
For now, remove accept4() code (issue #10115)
Antoine Pitrou committed
October 17, 2010
G
Merged revisions 85586-85587,85596-85598 via svnmerge from
Gregory P. Smith committed
G
applying netbsd-wizs-mod.patch from issue5510 -
Gregory P. Smith committed
October 14, 2010
A
Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module,
Antoine Pitrou committed
October 13, 2010
G
Merged revisions 85404 via svnmerge from
Gregory P. Smith committed
G
fix compliation on NetBSD
Gregory P. Smith committed
September 28, 2010
A
Fix compilation under Windows
Antoine Pitrou committed
A
Issue #9090: When a socket with a timeout fails with EWOULDBLOCK or EAGAIN,
Antoine Pitrou committed
September 27, 2010
A
Merged revisions 85032 via svnmerge from
Antoine Pitrou committed
A
Issue #9950: Fix socket.sendall() crash or misbehaviour when a signal is
Antoine Pitrou committed
September 3, 2010
D
Merged revisions 84450 via svnmerge from
Daniel Stutzbach committed
D
Fix Issue9753: socket.dup() does not always work right on Windows
Daniel Stutzbach committed
August 25, 2010
M
Issue #1027206: getnameinfo is now restricted to numeric addresses as input.
Martin v. Löwis committed
August 22, 2010
M
Issue #1027206: Support IDNA in gethostbyname, gethostbyname_ex and
Martin v. Löwis committed
August 17, 2010
A
Merged revisions 84146-84147,84150 via svnmerge from
Antoine Pitrou committed
A
Clean some 64-bit issues. Also, always spell "ssize_t" "Py_ssize_t".
Antoine Pitrou committed
G
fix issue #8866: parameters passed to socket.getaddrinfo can now be specified as single keyword arguments.
Giampaolo Rodolà committed
August 9, 2010
A
Followup to r83869 and issue #8524: rename socket.forget() to socket.detach()
Antoine Pitrou committed
August 8, 2010
A
Issue #8524: Add a forget() method to socket objects, so as to put the
Antoine Pitrou committed
May 9, 2010
A
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou committed
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
April 29, 2010
A
Merged revisions 80612 via svnmerge from
Antoine Pitrou committed
A
Merged revisions 80610 via svnmerge from
Antoine Pitrou committed
April 2, 2010
L
- Issue #8235: _socket: Add the constant ``SO_SETFIB``. SO_SETFIB is
Larry Hastings committed
February 4, 2010
A
Merged revisions 77972 via svnmerge from
Antoine Pitrou committed
A
Merged revisions 77970 via svnmerge from
Antoine Pitrou committed
January 4, 2010
G
Merge the trivial portion of r74426 from trunk.
Gregory P. Smith committed
October 4, 2009
B
Merged revisions 75231 via svnmerge from
Benjamin Peterson committed
September 27, 2009
K
http://bugs.python.org/issue6971
Kristján Valur Jónsson committed
May 6, 2009
B
turn this into a macro
Benjamin Peterson committed
May 5, 2009
B
add a replacement API for PyCObject, PyCapsule #5630
Benjamin Peterson committed
March 31, 2009
J
Merged revisions 70849,70852 via svnmerge from
Jesse Noller committed
February 13, 2009
B
Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from
Benjamin Peterson committed
February 6, 2009
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
January 16, 2009