COMMITS
/ Modules/socketmodule.c June 15, 2020
V
bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889)
Victor Stinner committed
May 28, 2020
V
bpo-25920: Remove socket.getaddrinfo() lock on macOS (GH-20177)
Victor Stinner committed
May 26, 2020
S
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka committed
April 29, 2020
K
bpo-40291: Add support for CAN_J1939 sockets (GH-19538)
karl ding committed
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
V
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner committed
April 9, 2020
Z
bpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket module (GH-19190)
Zackery Spytz committed
March 31, 2020
S
bpo-40121: Fixes audit event raised on creating a new socket (GH-19238)
Steve Dower committed
March 6, 2020
A
closes bpo-39859: Do not downcast result of hstrerror (GH-18790)
Andy Lester committed
February 7, 2020
V
bpo-39573: Add Py_SET_TYPE() function (GH-18394)
Victor Stinner committed
V
bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393)
Victor Stinner committed
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