COMMITS
/ Modules/socketmodule.c December 31, 2018
J
bpo-35550: Fix incorrect Solaris define guards (GH-11275)
Jakub Kulík committed
G
bpo-35214: MSan workarounds for socket, time, and test_faulthandler. (GH-11375)
Gregory P. Smith committed
December 17, 2018
D
bpo-35415: validate fileno argument to socket.socket (GH-10917)
Dima Tisnek committed
December 11, 2018
S
bpo-35454: Fix miscellaneous minor issues in error handling. (#11077)
Serhiy Storchaka committed
December 10, 2018
C
bpo-35050: AF_ALG length check off-by-one error (GH-10058)
Christian Heimes committed
November 27, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka committed
November 14, 2018
Z
Fix a possible reference leak in _socket.getaddrinfo(). (GH-10543)
Zackery Spytz committed
September 26, 2018
B
bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706)
Bjorn Andersson committed
September 12, 2018
C
closes bpo-25041: Document AF_PACKET socket address format. (GH-4092)
Cheryl Sabella committed
September 11, 2018
O
closes bpo-29832: Remove "getsockaddrarg" from error messages. (GH-3163)
Oren Milman committed
September 5, 2018
E
closes bpo-34581 : Conditionalize use of __pragma in Modules/socketmodule.c. (GH-9067)
Erik Janssens committed
August 16, 2018
E
bpo-34217: Use lowercase for windows headers (GH-8472)
Erik Janssens committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
February 26, 2018
A
bpo-32394: Remove some TCP options on old version Windows. (GH-5523)
animalize committed
February 12, 2018
К
bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (#5449)
Коренберг Марк committed
February 9, 2018
S
Fix some warnings produced by different compilers. (#5593)
Serhiy Storchaka committed
February 4, 2018
L
bpo-32746: Fix multiple typos (GH-5144)
Leo Arias committed
February 2, 2018
O
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
oldk committed
January 29, 2018
C
bpo-28134: Auto-detect socket values from file descriptor (#1349)
Christian Heimes committed
January 28, 2018
Y
bpo-32373: Add socket.getblocking() method. (#4926)
Yury Selivanov committed
Y
Revert "bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)" (#5394)
Yury Selivanov committed
January 27, 2018
К
bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)
Коренберг Марк committed
C
bpo-32454: socket closefd (#5048)
Christian Heimes committed
January 7, 2018
M
bpo-32282: Remove unnecessary check for `VersionHelpers.h` in `socketmodule.c` on Windows
Max Bélanger committed
December 19, 2017
Y
bpo-32331: Fix socket.type when SOCK_NONBLOCK is available (#4877)
Yury Selivanov committed
November 9, 2017
S
bpo-31927: Fix bugs in socketmodule.c on NetBSD and other issues. (#4235)
Serhiy Storchaka committed
November 5, 2017
L
Fix miscellaneous typos (#4275)
luzpaz committed
October 27, 2017
E
bpo-16135: Cleanup: Code rot left over from OS/2 support (GH-4147)
Erik Bray committed
E
Fix _socket module compilation on Cygwin. (#4137)
Erik Bray committed
October 18, 2017
P
bpo-31806: Use _PyTime_ROUND_TIMEOUT for the timeout argument parsing in more functions (#4026)
Pablo Galindo committed
September 11, 2017
Z
Remove a null statement that was necessary for --without-threads (#3478)
Zackery Spytz committed
September 8, 2017
S
bpo-31393: Fix the use of PyUnicode_READY(). (#3451)
Serhiy Storchaka committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
September 6, 2017
C
bpo-27584: New addition of vSockets to the python socket module (#2489)
caavery committed
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