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-141817: Add IPV6_HDRINCL constant to the socket module (#141818)
Chris Angelico
2025-11-22
1
-0/+3
*
gh-100218: correctly set `errno` when `socket.if_{nametoindex,indextoname}` r...
Bénédikt Tran
2025-11-09
1
-2/+3
*
gh-139748: fix leaks in AC error paths when using unicode FS-based converters...
Bénédikt Tran
2025-10-08
1
-3/+2
*
gh-138342: Move _PyObject_VisitType() to the internal C API (#139734)
Victor Stinner
2025-10-08
1
-0/+1
*
gh-67795: Accept any real numbers as timestamp and timeout (GH-139224)
Serhiy Storchaka
2025-09-23
1
-1/+1
*
gh-129813, PEP 782: Fix refleak in sock_recvfrom() (GH-139151)
Victor Stinner
2025-09-19
1
-0/+1
*
gh-129813, PEP 782: Use PyBytesWriter in socket recvmsg() (#139131)
Victor Stinner
2025-09-18
1
-16/+16
*
gh-129813, PEP 782: Use PyBytesWriter in _socket (#139097)
Victor Stinner
2025-09-18
1
-22/+14
*
gh-86819: Add ISO-TP CAN socket constants (#23794)
Stefan Tatschner
2025-09-17
1
-0/+37
*
gh-129813, PEP 782: Use PyBytesWriter in socket and mmap (#138831)
Victor Stinner
2025-09-13
1
-7/+6
*
gh-138342: Use a common utility for visiting an object's type (GH-138343)
Peter Bierma
2025-09-01
1
-8/+1
*
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
Adam Turner
2025-08-18
1
-2/+4
*
gh-107545: Fix misleading setsockopt() error messages (GH-107546)
naweiss
2025-08-05
1
-31/+62
*
gh-135748: use argument clinic for more socket methods (#135749)
Kumar Aditya
2025-06-20
1
-76/+72
*
GH-131296: Suppress clang-cl warnings in socketmodule.c (GH-131821)
Chris Eibl
2025-06-09
1
-11/+13
*
gh-132886: use relaxed atomics for `sock_fd` in gil builds in socket module (...
Kumar Aditya
2025-05-08
1
-9/+0
*
gh-133583: Add support for fixed size unsigned integers in argument parsing (...
Serhiy Storchaka
2025-05-08
1
-13/+2
*
gh-132987: Support __index__() in the socket module (GH-133093)
Serhiy Storchaka
2025-04-29
1
-142/+119
*
gh-132991: Add socket.IP_FREEBIND constant (GH-132998)
Alyssa Ross
2025-04-26
1
-0/+3
*
gh-132734: Fix build on FreeBSD and old Linux (GH-132829)
Serhiy Storchaka
2025-04-23
1
-1/+11
*
gh-132734: Add new constants for Bluetooth sockets (GH-132735)
Serhiy Storchaka
2025-04-22
1
-4/+133
*
gh-129719: Restore missing `socket.CAN_RAW_ERR_FILTER` on Linux (#129721)
Jeroen Bogers
2025-04-18
1
-1/+1
*
gh-132099: Accept an integer as the address for BTPROTO_HCI on Linux (GH-132525)
Serhiy Storchaka
2025-04-16
1
-1/+6
*
gh-70145: Add support for channels in Bluetooth HCI protocol (GH-132481)
Serhiy Storchaka
2025-04-14
1
-3/+19
*
gh-132099: Harmonize Bluetooth address handling (GH-132486)
Serhiy Storchaka
2025-04-14
1
-22/+21
*
gh-132429: Fix support of Bluetooth sockets on NetBSD and DragonFly BSD (GH-1...
Serhiy Storchaka
2025-04-12
1
-68/+91
*
gh-85302: Add support for BTPROTO_SCO on FreeBSD (GH-131981)
Serhiy Storchaka
2025-04-11
1
-8/+10
*
gh-132075: Fix possible use of sockaddr structures with uninitialized members...
Serhiy Storchaka
2025-04-04
1
-0/+13
*
gh-111178: Fix getsockaddrarg() undefined behavior (#131668)
Victor Stinner
2025-04-01
1
-14/+56
*
gh-111178: Fix function signatures for test_socket (#131667)
Victor Stinner
2025-03-24
1
-12/+16
*
gh-111178: Fix function signatures for test_os (#131227)
Victor Stinner
2025-03-14
1
-1/+2
*
gh-130099: Fix CAN socket fallthrough annotation for NetBSD compatibility (#1...
Furkan Onder
2025-03-13
1
-0/+2
*
Remove vestigial code in socketmodule.c for Mac OS X 10.1 (#131090)
Max Bachmann
2025-03-13
1
-15/+0
*
gh-129288: Add optional l2_cid and l2_bdaddr_type in BTPROTO_L2CAP socket add...
Fredrik Ahlberg
2025-02-27
1
-5/+22
*
gh-129354: Use PyErr_FormatUnraisable() function (#129656)
Victor Stinner
2025-02-04
1
-1/+2
*
gh-128452: fix warning in socketmodule.c (#129478)
Kumar Aditya
2025-01-31
1
-0/+2
*
gh-111178: fix UBSan failures in `Modules/socketmodule.c` (GH-128249)
Bénédikt Tran
2025-01-27
1
-98/+154
*
gh-128360: Add `_Py_AssertHoldsTstate` as assertion for holding a thread stat...
Peter Bierma
2025-01-20
1
-4/+5
*
gh-128277: remove unnecessary critical section from `socket.close` (#128305)
Kumar Aditya
2025-01-01
1
-2/+1
*
gh-128277: make globals variables thread safe in socket module (#128286)
Kumar Aditya
2024-12-31
1
-33/+23
*
gh-128277: use relaxed atomics for `sock_fd` (#128304)
Kumar Aditya
2024-12-31
1
-65/+102
*
gh-124761: add `socket.SO_REUSEPORT_LB` (#124961)
Thomas Grainger
2024-12-26
1
-0/+3
*
gh-127072: Remove outdated `socket.NETLINK_*` constants. (GH-127256)
RUANG (James Roy)
2024-11-27
1
-18/+2
*
gh-126876: Fix socket internal_select() for large timeout (#126968)
Victor Stinner
2024-11-19
1
-1/+4
*
gh-118986: expose `socket.IPV6_RECVERR` (#118987)
chrysn
2024-10-17
1
-0/+3
*
gh-124944: Add socket.SO_ORIGINAL_DST (#124945)
Steven Jin
2024-10-14
1
-0/+3
*
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194)
Victor Stinner
2024-10-09
1
-1/+1
*
gh-84808: socket.connect_ex: Handle negative errno (GH-122304)
Jérôme Duval
2024-09-09
1
-2/+17
*
gh-123476: Add support for TCP_QUICKACK socket setting to Windows (#123478)
nkinnan
2024-09-05
1
-0/+22
*
gh-117657: Use critical section to make _socket.socket.close thread safe (GH-...
AN Long
2024-07-01
1
-8/+13
[next]