index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
socketmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-91498: socket: Add TCP_CONNECTION_INFO on macOS (#69256)
David CARLIER
2022-04-27
1
-0/+3
*
bpo-44493: Add missing terminated NUL in sockaddr_un's length (GH-26866)
ty
2022-03-27
1
-1/+6
*
bpo-46030: socket module add couple of FreeBSD constants. (GH-30018)
David CARLIER
2022-03-17
1
-0/+9
*
bpo-40280: Disable AF_UNIX, AF_PACKET, SO_REUSE* on Emscripten (#31829)
Christian Heimes
2022-03-11
1
-1/+1
*
closes bpo-46626: Expose IP_BIND_ADDRESS_NO_PORT socket option. (GH-31106)
Benjamin Peterson
2022-02-03
1
-0/+3
*
bpo-30512: Add CAN Socket support for NetBSD (GH-30066)
Thomas Klausner
2022-01-21
1
-2/+4
*
bpo-40280: Add --with-emscripten-target to build for browser or node (GH-30552)
Christian Heimes
2022-01-12
1
-1/+1
*
bpo-46303: Move fileutils.h private functions to internal C API (GH-30484)
Victor Stinner
2022-01-11
1
-0/+5
*
bpo-40280: Add configure check for socket shutdown (GH-29795)
Christian Heimes
2021-11-26
1
-0/+4
*
bpo-45743: Move __APPLE_USE_RFC_3542 into socketmodule.c (GH-29456)
Christian Heimes
2021-11-08
1
-0/+2
*
Fix typos in the Modules directory (GH-28761)
Christian Clauss
2021-10-07
1
-1/+1
*
bpo-41710: Add private _PyDeadline_Get() function (GH-28674)
Victor Stinner
2021-10-01
1
-9/+11
*
bpo-41710: Add _PyTime_AsTimespec_clamp() (GH-28629)
Victor Stinner
2021-09-30
1
-1/+1
*
bpo-45228: Fix stack buffer overflow in parsing J1939 address (GH-28404)
Serhiy Storchaka
2021-09-17
1
-8/+8
*
Remove documentation for non-existing socket class attributes (GH-28029)
Matti Picus
2021-09-07
1
-3/+0
*
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak
2021-07-26
1
-1/+1
*
bpo-34932: Add socket.TCP_KEEPALIVE for macOS (GH-25079)
Shane Harvey
2021-07-14
1
-0/+4
*
bpo-44077: Expose IP_RECVTOS in the socket module (GH-25992)
Georg Sauthoff
2021-06-20
1
-0/+3
*
bpo-26227: Fixes decoding of host names on Windows from ANSI instead of UTF-8...
Steve Dower
2021-04-21
1
-1/+1
*
bpo-43571: Add IPPROTO_MPTCP macro (GH-24946)
Rui Cunha
2021-03-20
1
-0/+3
*
bpo-41798: Allocate _socket module C API on the heap (GH-24126)
Erlend Egeberg Aasland
2021-01-06
1
-15/+45
*
bpo-42393: Raise OverflowError iso. DeprecationWarning on overflow in socket....
Erlend Egeberg Aasland
2020-12-31
1
-26/+10
*
bpo-42620: Improve socket.getsockname doc string (GH-23742)
Christian Heimes
2020-12-23
1
-2/+3
*
bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)
Christian Heimes
2020-11-20
1
-11/+7
*
bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetIte...
Serhiy Storchaka
2020-10-26
1
-13/+16
*
bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889)
Victor Stinner
2020-06-15
1
-4/+3
*
bpo-25920: Remove socket.getaddrinfo() lock on macOS (GH-20177)
Victor Stinner
2020-05-28
1
-47/+2
*
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka
2020-05-26
1
-7/+0
*
bpo-40291: Add support for CAN_J1939 sockets (GH-19538)
karl ding
2020-04-29
1
-0/+93
*
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner
2020-04-15
1
-1/+1
*
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner
2020-04-15
1
-6/+1
*
bpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket module (GH-19190)
Zackery Spytz
2020-04-09
1
-0/+3
*
bpo-40121: Fixes audit event raised on creating a new socket (GH-19238)
Steve Dower
2020-03-31
1
-3/+4
*
closes bpo-39859: Do not downcast result of hstrerror (GH-18790)
Andy Lester
2020-03-06
1
-1/+1
*
bpo-39573: Add Py_SET_TYPE() function (GH-18394)
Victor Stinner
2020-02-07
1
-1/+1
*
bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393)
Victor Stinner
2020-02-07
1
-1/+1
*
bpo-38282: Rewrite getsockaddrarg() helper function (GH-16698)
Victor Stinner
2019-10-10
1
-39/+22
*
closes bpo-37405: Make socket.getsockname() always return a tuple for AF_CAN....
bggardner
2019-09-12
1
-1/+1
*
bpo-15999: Always pass bool instead of int to socket.setblocking(). (GH-15621)
Serhiy Storchaka
2019-09-01
1
-1/+1
*
Unmark files as executable that can't actually be executed. (GH-15353)
Greg Price
2019-08-21
1
-0/+0
*
bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202)
Artem Khramov
2019-08-14
1
-0/+11
*
bpo-36590: Add Bluetooth RFCOMM and support for Windows. (GH-12767)
Greg Bowser
2019-08-02
1
-6/+59
*
bpo-37085: Expose SocketCAN bcm_msg_head flags (#13646)
karl ding
2019-07-31
1
-0/+19
*
bpo-37345: Add formal UDPLITE support (GH-14258)
Gabe Appleton
2019-06-24
1
-0/+11
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
1
-2/+2
*
bpo-37007: Implement socket.if_nametoindex(), if_indextoname() and if_nameind...
Zackery Spytz
2019-05-29
1
-11/+49
*
bpo-32388: Remove cross-version binary compatibility requirement in tp_flags ...
Antoine Pitrou
2019-05-29
1
-2/+1
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
1
-0/+80
*
bpo-29515: add missing socket.IPPROTO_* constants on Windows (GH-12183)
Giampaolo Rodola
2019-03-28
1
-1/+46
*
bpo-8677: use PY_SSIZE_T_CLEAN in socketmodule.c (GH-12467)
Inada Naoki
2019-03-20
1
-1/+2
[next]