COMMITS
/ Modules/socketmodule.c October 10, 2019
V
bpo-38282: Rewrite getsockaddrarg() helper function (GH-16698)
Victor Stinner committed
September 12, 2019
September 1, 2019
S
bpo-15999: Always pass bool instead of int to socket.setblocking(). (GH-15621)
Serhiy Storchaka committed
August 21, 2019
G
Unmark files as executable that can't actually be executed. (GH-15353)
Greg Price committed
August 14, 2019
A
bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202)
Artem Khramov committed
August 2, 2019
G
bpo-36590: Add Bluetooth RFCOMM and support for Windows. (GH-12767)
Greg Bowser committed
July 31, 2019
K
bpo-37085: Expose SocketCAN bcm_msg_head flags (#13646)
karl ding committed
June 24, 2019
G
bpo-37345: Add formal UDPLITE support (GH-14258)
Gabe Appleton committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
May 29, 2019
Z
A
bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944)
Antoine Pitrou committed
May 23, 2019
S
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower committed
March 28, 2019
G
bpo-29515: add missing socket.IPPROTO_* constants on Windows (GH-12183)
Giampaolo Rodola committed
March 20, 2019
I
bpo-8677: use PY_SSIZE_T_CLEAN in socketmodule.c (GH-12467)
Inada Naoki committed
March 13, 2019
S
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
Serhiy Storchaka committed
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