COMMITS
/ Modules/socketmodule.c May 23, 2024
V
gh-119461: Fix ThreadedVSOCKSocketStreamTest (#119465)
Victor Stinner committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
March 12, 2024
E
gh-116616: Use relaxed atomic ops to access socket module defaulttimeout (#116623)
Erlend E. Aasland committed
February 20, 2024
V
gh-110850: Use public PyTime functions (#115746)
Victor Stinner committed
V
gh-104061: Add socket.SO_BINDTOIFINDEX constant (GH-104062)
Victor Westerhuis committed
V
gh-110850: Cleanup pycore_time.h includes (#115724)
Victor Stinner committed
V
gh-110850: Replace _PyTime_t with PyTime_t (#115719)
Victor Stinner committed
December 1, 2023
Z
bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503)
Zackery Spytz committed
November 15, 2023
A
gh-111995: Add getnameinfo extension flag (#111994)
adder32 committed
November 14, 2023
V
gh-111262: Add PyDict_Pop() function (#112028)
Victor Stinner committed
November 8, 2023
B
gh-111662: Update socket module to use AC for optimizing performance (gh-111661)
Bogdan Romanyuk committed
October 25, 2023
S
gh-106320: Re-add some PyLong/PyDict C-API functions (GH-#111162)
scoder committed
N
gh-111253: Fix error checking in _socket module init (#111254)
Nikita Sobolev committed
October 20, 2023
S
gh-110093: Partially revert previous change in socketmodule.c (GH-111120)
Serhiy Storchaka committed
S
gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094)
Serhiy Storchaka committed
October 9, 2023
J
gh-78469: Declare missing sethostname for Solaris 10 (#109447)
Jakub Kulík committed
September 2, 2023
V
gh-63760: Don't declare gethostname() on Solaris (#108817)
Victor Stinner committed
V
gh-108765: Python.h no longer includes <unistd.h> (#108783)
Victor Stinner committed
V
gh-108765: Remove old prototypes from pyport.h (#108782)
Victor Stinner committed
August 29, 2023
V
gh-108240: Add pycore_capsule.h internal header file (#108596)
Victor Stinner committed
August 26, 2023
S
gh-107913: Fix possible losses of OSError error codes (GH-107930)
Serhiy Storchaka committed
August 24, 2023
V
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)
Victor Stinner committed
V
gh-106320: Remove private _PyDict functions (#108449)
Victor Stinner committed
August 23, 2023
V
gh-108240: Add _PyCapsule_SetTraverse() internal function (#108339)
Victor Stinner committed
July 27, 2023
C
gh-104432: Use `memcpy()` to avoid misaligned loads (#104433)
Christopher Chavez committed
July 25, 2023
V
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner committed
July 18, 2023
S
gh-86493: Use PyModule_Add() instead of PyModule_AddObjectRef() (GH-106860)
Serhiy Storchaka committed
July 2, 2023
I
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki committed
June 1, 2023
V
gh-92536: Remove PyUnicode_READY() calls (#105210)
Victor Stinner committed
May 21, 2023
S
gh-98836: Extend PyUnicode_FromFormat() (GH-98838)
Serhiy Storchaka committed
May 8, 2023
N
GH-104308: socket.getnameinfo should release the GIL (#104307)
Nathaniel J. Smith committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
May 4, 2023
G
gh-96534: socketmodule: support FreeBSD divert(4) socket (#96536)
Gleb Smirnoff committed
April 27, 2023
R
gh-89415: Add source-specific multicast constants to socket module (#103684)
Reese Hyde committed
April 9, 2023
E
gh-103092: Isolate `socket` module (#103094)
Erlend E. Aasland committed
April 7, 2023
E
gh-83004: Harden _socket init (GH-103261)
Erlend E. Aasland committed
March 30, 2023
B
Add IPv6 into to the docstring for socket.getsockname (#102961)
Brian Haley committed
March 20, 2023
M
gh-102255: Use GetVersionEx instead of GetVersionExW to match argument type (GH-102583)
Max Bachmann committed
March 9, 2023
M
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann committed
March 1, 2023
M
gh-102336: Remove code specifically for handling Windows 7 (GH-102337)
Max Bachmann committed
February 24, 2023
I
February 14, 2023
R
gh-74895: getaddrinfo no longer raises OverflowError (#2435)
Radek Smejkal committed
January 23, 2023
G
gh-100795: Don't call freeaddrinfo on failure. (#101252)
Gregory P. Smith committed
January 22, 2023
K
S
gh-100795: avoid unexpected `freeaddrinfo` after failed `getaddrinfo` (#101220)
Sergey G. Brester committed
January 9, 2023
D
GH-100813: Add `socket.IP_PKTINFO` constant (#10294)
dsentinel committed
December 8, 2022
M
gh-98030: socket: add missing TCP socket options (#98031)
Matthieu Baerts committed
December 3, 2022
S
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka committed
November 14, 2022
V
gh-99300: Use Py_NewRef() in Modules/ directory (#99469)
Victor Stinner committed
November 7, 2022
N
gh-95389: expose popular ETHERTYPE_* constants in the socket module (#95390)
Noam Cohen committed