COMMITS
/ Doc/library/socket.rst March 28, 2026
N
Docs: don't rely on implicit 'above' directions in socket docs (#146426)
Ned Batchelder committed
February 11, 2026
R
Fix typos and grammar errors across documentation (#144709)
Ronald Eddy Jr committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
December 30, 2025
S
gh-128546: Document that getaddrinfo() can return raw data (#128547)
Sebastian Rittau committed
December 16, 2025
H
Python 3.15.0a3
Hugo van Kemenade committed
November 29, 2025
A
Docs: Prepare for Sphinx 9 (#142057)
Adam Turner committed
November 22, 2025
C
gh-141817: Add IPV6_HDRINCL constant to the socket module (#141818)
Chris Angelico committed
October 14, 2025
H
Python 3.15.0a1
Hugo van Kemenade committed
September 23, 2025
S
gh-67795: Accept any real numbers as timestamp and timeout (GH-139224)
Serhiy Storchaka committed
June 2, 2025
G
gh-122153: indicate that Windows does not support `socket.{send,recv}_fds` (#134960)
GalaxySnail committed
May 21, 2025
Y
gh-110631: Fix some incorrect indents in the documentation (#129312)
Yuki Kobayashi committed
May 6, 2025
H
Python 3.14.0b1
Hugo van Kemenade committed
April 26, 2025
A
gh-132991: Add socket.IP_FREEBIND constant (GH-132998)
Alyssa Ross committed
April 22, 2025
S
gh-132734: Add new constants for Bluetooth sockets (GH-132735)
Serhiy Storchaka committed
April 18, 2025
J
gh-129719: Restore missing `socket.CAN_RAW_ERR_FILTER` on Linux (#129721)
Jeroen Bogers committed
April 16, 2025
S
gh-132099: Accept an integer as the address for BTPROTO_HCI on Linux (GH-132525)
Serhiy Storchaka committed
April 14, 2025
S
gh-70145: Add support for channels in Bluetooth HCI protocol (GH-132481)
Serhiy Storchaka committed
S
gh-132099: Harmonize Bluetooth address handling (GH-132486)
Serhiy Storchaka committed
April 13, 2025
S
gh-132099: Fix documentation for the BTPROTO_HCI protocol (GH-132118)
Serhiy Storchaka committed
April 11, 2025
S
gh-85302: Add support for BTPROTO_SCO on FreeBSD (GH-131981)
Serhiy Storchaka committed
March 30, 2025
A
gh-129994: update docs when using `dualstack_ipv6` in `socket.create_server` (#129996)
Alexander Ershov committed
March 14, 2025
H
Python 3.14.0a6
Hugo van Kemenade committed
February 27, 2025
F
gh-129288: Add optional l2_cid and l2_bdaddr_type in BTPROTO_L2CAP socket address tuple (#129293)
Fredrik Ahlberg committed
February 6, 2025
G
Remove an inaccurate note from `socket.recv` (GH-129733)
Gregory P. Smith committed
January 14, 2025
H
Python 3.14.0a4
Hugo van Kemenade committed
December 26, 2024
T
gh-124761: add `socket.SO_REUSEPORT_LB` (#124961)
Thomas Grainger committed
November 25, 2024
J
Replace `:platform:` with `.. availability::` in `socket.ioctl` doc. (GH-127122)
Jun Komoda committed
November 23, 2024
R
Fix a few typos found in the docs (GH-127126)
Rafael Fontenelle committed
November 14, 2024
P
gh-123832: Adjust `socket.getaddrinfo` docs for better POSIX compliance (GH-126182)
Petr Viktorin committed
October 17, 2024
C
gh-118986: expose `socket.IPV6_RECVERR` (#118987)
chrysn committed
September 23, 2024
M
gh-116622: Complete Android documentation (#124259)
Malcolm Smith committed
September 5, 2024
N
September 1, 2024
W
gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)
Wei-Hsiang (Matt) Wang committed
August 17, 2024
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
June 12, 2024
N
gh-120056: Add `IP_RECVERR`, `IP_RECVORIGDSTADDR`, `IP_RECVTTL` to `socket` module (#120058)
Nikita Sobolev committed
May 21, 2024
D
gh-110383: Document `socket.makefile()` accepts combined modes (#119150)
Daniel Williams committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
March 28, 2024
R
gh-114099: Add documentation for iOS platform (GH-117057)
Russell Keith-Magee committed
February 20, 2024
V
gh-104061: Add socket.SO_BINDTOIFINDEX constant (GH-104062)
Victor Westerhuis committed
December 13, 2023
H
gh-101100: Fix Sphinx warning in references with asterisks (#113029)
Hugo van Kemenade committed
November 27, 2023
E
Correct documentation for AF_PACKET (#112339)
Eugene Toder committed
A
GH-101100: Fix reference warnings for ``socket`` methods (#110114)
Adam Turner committed
October 29, 2023
N
gh-101100: Fix sphinx warnings in `library/asyncio-eventloop.rst` (GH-111222)
Nikita Sobolev committed
October 23, 2023
H
gh-101100: Fix Sphinx warnings for `fileno` (#111118)
Hugo van Kemenade committed
October 11, 2023
E
gh-110631: Fix reST indentation in `Doc/library` (#110685)
Ezio Melotti committed
October 5, 2023
B
gh-110383: Swap 'the all' -> 'all the' in socket docs (#110434)
Bradley Reynolds committed
September 7, 2023
O
socket documentation fix - rename triple to 3-tuple (#24722)
Ori Hoch committed
July 21, 2023
S
gh-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka committed