Home
last modified time | relevance | path

Searched refs:socketmodule (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv359 Modules/socketmodule.c sock_initobj keywords -
360 Modules/socketmodule.c sock_recvfrom_into kwlist -
361 Modules/socketmodule.c sock_recv_into kwlist -
362 Modules/socketmodule.c sock_sendmsg_afalg keywords -
363 Modules/socketmodule.c socket_getaddrinfo kwnames -
640 Modules/socketmodule.c - sock_methods -
641 Modules/socketmodule.c - socket_methods -
814 Modules/socketmodule.c - sock_memberlist -
1021 Modules/socketmodule.c - sock_getsetlist -
2208 Modules/socketmodule.c - socketmodule -
[all …]
/third_party/python/Misc/NEWS.d/
D3.6.6rc1.rst103 Fix an unnecessary ifdef in the include of VersionHelpers.h in socketmodule
D3.7.0a4.rst102 Fix an unnecessary ifdef in the include of VersionHelpers.h in socketmodule
D3.7.0a1.rst5513 Fix socket deprecation warnings in socketmodule.c. Patch by Segev Finer.
D3.8.0a1.rst7739 Guard MSVC-specific code in socketmodule.c with ``#ifdef _MSC_VER``.
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch3366 diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c
3368 --- a/Modules/socketmodule.c
3369 +++ b/Modules/socketmodule.c
3399 diff --git a/Modules/socketmodule.h b/Modules/socketmodule.h
3401 --- a/Modules/socketmodule.h
3402 +++ b/Modules/socketmodule.h
11394 self.add(Extension('_socket', ['socketmodule.c'], **kwargs))
/third_party/python/Modules/
DSetup207 #_socket socketmodule.c
Dsocketmodule.c7080 static struct PyModuleDef socketmodule = { variable
7107 m = PyModule_Create(&socketmodule);
/third_party/python/Misc/
DHISTORY2829 socketmodule.c.
4853 - Issue #18259: Declare sethostname in socketmodule.c for AIX
17735 - Bug #1526460: Fix socketmodule compile on NetBSD as it has a different
18779 - Bug #854823: socketmodule now builds on Sun platforms even when
24878 - Reverted the patch to the OpenSSL code in socketmodule.c to support
26987 * Modules/socketmodule.c:
27044 * Modules/socketmodule.c:
27495 * Modules/socketmodule.c:
27507 * Modules/socketmodule.c:
27541 * Modules/socketmodule.c: Clean up pass for the previous patches.
[all …]