COMMITS
/ Doc/library/socket.rst 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
June 6, 2023
N
gh-92658: Fix typo in docs and tests for `HV_GUID_PARENT` (GH-105267)
Nikita Sobolev committed
June 4, 2023
June 3, 2023
N
gh-89415: Mention new `IP_*` constants in `socket` module in the docs (#105266)
Nikita Sobolev committed
May 4, 2023
G
gh-96534: socketmodule: support FreeBSD divert(4) socket (#96536)
Gleb Smirnoff committed
A
GH-97950: Use new-style index directive ('object') (#104158)
Adam Turner committed
A
GH-97950: Use new-style index directive ('module') (#103996)
Adam Turner committed
April 4, 2023
T
Improve some grammar in the socket docs (#103254)
Tim Burke committed
January 9, 2023
D
GH-100813: Add `socket.IP_PKTINFO` constant (#10294)
dsentinel committed
January 1, 2023
M
gh-96773 Fix documentation of socket backlog (#96778)
Mehrdad Moradizadeh committed
December 8, 2022
M
gh-98030: socket: add missing TCP socket options (#98031)
Matthieu Baerts committed