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
/
Doc
/
library
/
socket.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-128546: Document that getaddrinfo() can return raw data (#128547)
Sebastian Rittau
2025-12-30
1
-4/+10
*
Python 3.15.0a3
v3.15.0a3
Hugo van Kemenade
2025-12-16
1
-1/+1
*
Docs: Prepare for Sphinx 9 (#142057)
Adam Turner
2025-11-29
1
-5/+2
*
gh-141817: Add IPV6_HDRINCL constant to the socket module (#141818)
Chris Angelico
2025-11-22
1
-0/+3
*
Python 3.15.0a1
v3.15.0a1
Hugo van Kemenade
2025-10-14
1
-2/+2
*
gh-67795: Accept any real numbers as timestamp and timeout (GH-139224)
Serhiy Storchaka
2025-09-23
1
-2/+8
*
gh-122153: indicate that Windows does not support `socket.{send,recv}_fds` (#...
GalaxySnail
2025-06-02
1
-3/+3
*
gh-110631: Fix some incorrect indents in the documentation (#129312)
Yuki Kobayashi
2025-05-21
1
-5/+5
*
Python 3.14.0b1
v3.14.0b1
Hugo van Kemenade
2025-05-06
1
-7/+7
*
gh-132991: Add socket.IP_FREEBIND constant (GH-132998)
Alyssa Ross
2025-04-26
1
-2/+2
*
gh-132734: Add new constants for Bluetooth sockets (GH-132735)
Serhiy Storchaka
2025-04-22
1
-3/+50
*
gh-129719: Restore missing `socket.CAN_RAW_ERR_FILTER` on Linux (#129721)
Jeroen Bogers
2025-04-18
1
-0/+3
*
gh-132099: Accept an integer as the address for BTPROTO_HCI on Linux (GH-132525)
Serhiy Storchaka
2025-04-16
1
-2/+4
*
gh-70145: Add support for channels in Bluetooth HCI protocol (GH-132481)
Serhiy Storchaka
2025-04-14
1
-2/+19
*
gh-132099: Harmonize Bluetooth address handling (GH-132486)
Serhiy Storchaka
2025-04-14
1
-6/+5
*
gh-132099: Fix documentation for the BTPROTO_HCI protocol (GH-132118)
Serhiy Storchaka
2025-04-13
1
-10/+15
*
gh-85302: Add support for BTPROTO_SCO on FreeBSD (GH-131981)
Serhiy Storchaka
2025-04-11
1
-2/+4
*
gh-129994: update docs when using `dualstack_ipv6` in `socket.create_server` ...
Alexander Ershov
2025-03-30
1
-4/+4
*
Python 3.14.0a6
v3.14.0a6
Hugo van Kemenade
2025-03-14
1
-2/+2
*
gh-129288: Add optional l2_cid and l2_bdaddr_type in BTPROTO_L2CAP socket add...
Fredrik Ahlberg
2025-02-27
1
-2/+30
*
Remove an inaccurate note from `socket.recv` (GH-129733)
Gregory P. Smith
2025-02-06
1
-5/+0
*
Python 3.14.0a4
v3.14.0a4
Hugo van Kemenade
2025-01-14
1
-1/+1
*
gh-124761: add `socket.SO_REUSEPORT_LB` (#124961)
Thomas Grainger
2024-12-26
1
-0/+8
*
Replace `:platform:` with `.. availability::` in `socket.ioctl` doc. (GH-127122)
Jun Komoda
2024-11-25
1
-2/+3
*
Fix a few typos found in the docs (GH-127126)
Rafael Fontenelle
2024-11-23
1
-1/+1
*
gh-123832: Adjust `socket.getaddrinfo` docs for better POSIX compliance (GH-1...
Petr Viktorin
2024-11-14
1
-3/+32
*
gh-118986: expose `socket.IPV6_RECVERR` (#118987)
chrysn
2024-10-17
1
-2/+2
*
gh-116622: Complete Android documentation (#124259)
Malcolm Smith
2024-09-23
1
-1/+1
*
gh-123476: Add support for TCP_QUICKACK socket setting to Windows (#123478)
nkinnan
2024-09-05
1
-4/+8
*
gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)
Wei-Hsiang (Matt) Wang
2024-09-01
1
-6/+6
*
gh-122519: Adding socket module shutdown() constants description (#122543)
Damien
2024-08-17
1
-0/+7
*
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...
Serhiy Storchaka
2024-07-19
1
-1/+1
*
gh-120056: Add `IP_RECVERR`, `IP_RECVORIGDSTADDR`, `IP_RECVTTL` to `socket` m...
Nikita Sobolev
2024-06-12
1
-0/+4
*
gh-110383: Document `socket.makefile()` accepts combined modes (#119150)
Daniel Williams
2024-05-21
1
-1/+2
*
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder
2024-05-08
1
-2/+2
*
gh-114099: Add documentation for iOS platform (GH-117057)
Russell Keith-Magee
2024-03-28
1
-7/+7
*
gh-104061: Add socket.SO_BINDTOIFINDEX constant (GH-104062)
Victor Westerhuis
2024-02-20
1
-0/+5
*
gh-112020: Document the meaning of empty bytes returned by socket.recv() (GH-...
talcs
2024-02-20
1
-2/+3
*
gh-101100: Fix Sphinx warning in references with asterisks (#113029)
Hugo van Kemenade
2023-12-13
1
-4/+4
*
Correct documentation for AF_PACKET (#112339)
Eugene Toder
2023-11-27
1
-2/+1
*
GH-101100: Fix reference warnings for ``socket`` methods (#110114)
Adam Turner
2023-11-27
1
-12/+12
*
gh-101100: Fix sphinx warnings in `library/asyncio-eventloop.rst` (GH-111222)
Nikita Sobolev
2023-10-29
1
-0/+7
*
gh-101100: Fix Sphinx warnings for `fileno` (#111118)
Hugo van Kemenade
2023-10-23
1
-1/+1
*
gh-110631: Fix reST indentation in `Doc/library` (#110685)
Ezio Melotti
2023-10-11
1
-2/+2
*
gh-110383: Swap 'the all' -> 'all the' in socket docs (#110434)
Bradley Reynolds
2023-10-05
1
-1/+1
*
socket documentation fix - rename triple to 3-tuple (#24722)
Ori Hoch
2023-09-07
1
-2/+2
*
gh-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka
2023-07-21
1
-1/+1
*
gh-92658: Fix typo in docs and tests for `HV_GUID_PARENT` (GH-105267)
Nikita Sobolev
2023-06-06
1
-1/+1
*
gh-104882: Docs: fix description of relationship between `socket.getblocking(...
Joe Geisbauer
2023-06-04
1
-1/+1
*
gh-89415: Mention new `IP_*` constants in `socket` module in the docs (#105266)
Nikita Sobolev
2023-06-03
1
-1/+2
[next]