COMMITS
/ Modules/socketmodule.c September 4, 2017
B
remove IRIX support (closes bpo-31341) (#3310)
Benjamin Peterson committed
August 28, 2017
P
bpo-30987 - Support for ISO-TP protocol in SocketCAN (#2956)
Pier-Yves Lessard committed
August 20, 2017
O
bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tuples. (#3119)
Oren Milman committed
July 4, 2017
V
bpo-30319: socket.close() now ignores ECONNRESET (#2565)
Victor Stinner committed
June 28, 2017
S
bpo-23451: Fix socket deprecation warnings in socketmodule.c (#2318)
Segev Finer committed
May 2, 2017
A
bpo-30205: Fix getsockname() for unbound AF_UNIX sockets on Linux (#1370)
Antoine Pitrou committed
March 23, 2017
N
bpo-29728: Provide socket.TCP_NOTSENT_LOWAT (#477)
Nathaniel J. Smith committed
February 22, 2017
C
Add sockaddr_alg to sock_addr_t (#234)
Christian Heimes committed
February 14, 2017
M
Remove double definition of IPPROTO_IPV6 (#100)
Maximilian Hils committed
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
January 18, 2017
G
Address a minor Coverity warning re: unchecked PyArg_ParseTuple calls
Gregory P. Smith committed
November 29, 2016
V
Add TCP_CONGESTION and TCP_USER_TIMEOUT
Victor Stinner committed
November 20, 2016
S
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka committed
S
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka committed
S
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka committed
November 14, 2016
M
Merge AIX fixes from 3.6
Martin Panter committed
M
Merge AIX fixes from 3.5 into 3.6
Martin Panter committed
M
Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT
Martin Panter committed
October 20, 2016
M
Issue #28480: Merge multithreading fixes from 3.6
Martin Panter committed
M
Issue #28480: Avoid label at end of compound statement --without-threads
Martin Panter committed
October 18, 2016
Y
Merge 3.6 (issue #28471)
Yury Selivanov committed
Y
Issue #28471: Fix crash (GIL state related) in socket.setblocking
Yury Selivanov committed
October 2, 2016
S
Issue #28332: Deprecated silent truncations in socket.htons and socket.ntohs.
Serhiy Storchaka committed
September 17, 2016
M
Issue #28139: Merge indentation fixes from 3.5 into 3.6
Martin Panter committed
M
Issue #28139: Fix messed up indentation
Martin Panter committed
September 13, 2016
C
Fix NULL check in sock_sendmsg_iovec. CID 1372885
Christian Heimes committed
September 12, 2016
V
socket: Fix memory leak in sendmsg() and sendmsg_afalg()
Victor Stinner committed
V
Cleanup socketmodule.c
Victor Stinner committed
September 8, 2016
C
Issue 18550: Check return value of ioctl() / fnctl() in internal_setblocking
Christian Heimes committed
September 7, 2016
M
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Martin Panter committed
B
use the '__linux__' instead 'linux' preprocessor define
Benjamin Peterson committed
September 5, 2016
C
Issue #27744: correct comment and markup
Christian Heimes committed
C
Issue #27744: Add AF_ALG (Linux Kernel crypto) to socket module.
Christian Heimes committed
August 30, 2016
R
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger committed
August 24, 2016
R
#26907: add some missing getsockopt constants.
R David Murray committed
August 8, 2016
B
Issue #27702: Only expose SOCK_RAW when defined
Berker Peksag committed
July 22, 2016
V
Merge 3.5 (INVALID_SOCKET)
Victor Stinner committed
V
socket: use INVALID_SOCKET
Victor Stinner committed
V
Merge 3.5 (fix internal_select)
Victor Stinner committed
V
socket: Fix internal_select()
Victor Stinner committed
June 25, 2016
M
Remove duplicate AF_INET6 addition
Martin Panter committed
June 18, 2016
B
Issue #26536: Use spaces instead of tabs
Berker Peksag committed
June 17, 2016
S
Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by Daniel Stokes.
Steve Dower committed
June 13, 2016
D
- Comment out socket (SO_REUSEPORT) and posix (O_SHLOCK, O_EXLOCK) constants
doko@ubuntu.com committed
May 22, 2016
S
Issue #26857: The gethostbyaddr_r() workaround is no longer needed with
Stefan Krah committed
April 26, 2016
S
Issue #26857: Workaround for missing symbol "gethostbyaddr_r" on Android.
Stefan Krah committed
April 13, 2016
S
Issue #26057: Got rid of nonneeded use of PyUnicode_FromObject().
Serhiy Storchaka committed
April 11, 2016
M
Issue #26685: Raise OSError if closing a socket fails
Martin Panter committed
March 23, 2016
V
socketmodule.c: error if option larger than INT_MAX
Victor Stinner committed
March 21, 2016
V
Add socket finalizer
Victor Stinner committed