COMMITS
/ Modules/socketmodule.c August 28, 2011
C
Issue #12837: POSIX.1-2008 allows socklen_t to be a signed integer: re-enable
Charles-François Natali committed
C
Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is
Charles-François Natali committed
C
Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is
Charles-François Natali committed
August 24, 2011
C
sock_sendmsg/sock_recvmsg: Use {0} to 0-initialize aggregate types with
Charles-François Natali committed
C
Issue12810: Remove check for negative unsigned value in socketmodule.c. Patch
Charles-François Natali committed
August 23, 2011
V
Close #12826: fix socketmodule.c for OpenBSD, include sys/uio.h
Victor Stinner committed
August 22, 2011
N
Attempt to address Windows buildbot failures
Nick Coghlan committed
August 14, 2011
E
#12725: merge with 3.2.
Ezio Melotti committed
E
#12725: fix working. Patch by Ben Hayden.
Ezio Melotti committed
June 5, 2011
G
merge heads.
Gregory P. Smith committed
May 26, 2011
V
socket.sendto(): exit directly after setting the error
Victor Stinner committed
May 23, 2011
G
Further documentation updates to be consistent with doc standards and comments
Gregory P. Smith committed
May 20, 2011
C
Issue #1746656: make if_nameindex(), if_indextoname() and if_nametoindex()
Charles-François Natali committed
May 15, 2011
G
issue #1746656: Fix for OS X. configure and #include changes so that the socket
Gregory P. Smith committed
G
Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname
Gregory P. Smith committed
May 10, 2011
A
Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in
Antoine Pitrou committed
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
A
Issue #5421: merge fix
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
E
#11565: Merge with 3.2.
Ezio Melotti committed
March 14, 2011
J
Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2
Jesus Cea committed
February 28, 2011
A
Issue #10866: Add socket.sethostname(). Initial patch by Ross Lagerwall.
Antoine Pitrou committed
February 22, 2011
B
Issue #8914: fix various warnings from the Clang static analyzer v254.
Brett Cannon 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