summaryrefslogtreecommitdiffstats
path: root/Doc/library/socket.rst
Commit message (Expand)AuthorAgeFilesLines
* Python 3.15.0a3v3.15.0a3Hugo van Kemenade2025-12-161-1/+1
* Docs: Prepare for Sphinx 9 (#142057)Adam Turner2025-11-291-5/+2
* gh-141817: Add IPV6_HDRINCL constant to the socket module (#141818)Chris Angelico2025-11-221-0/+3
* Python 3.15.0a1v3.15.0a1Hugo van Kemenade2025-10-141-2/+2
* gh-67795: Accept any real numbers as timestamp and timeout (GH-139224)Serhiy Storchaka2025-09-231-2/+8
* gh-122153: indicate that Windows does not support `socket.{send,recv}_fds` (#...GalaxySnail2025-06-021-3/+3
* gh-110631: Fix some incorrect indents in the documentation (#129312)Yuki Kobayashi2025-05-211-5/+5
* Python 3.14.0b1v3.14.0b1Hugo van Kemenade2025-05-061-7/+7
* gh-132991: Add socket.IP_FREEBIND constant (GH-132998)Alyssa Ross2025-04-261-2/+2
* gh-132734: Add new constants for Bluetooth sockets (GH-132735)Serhiy Storchaka2025-04-221-3/+50
* gh-129719: Restore missing `socket.CAN_RAW_ERR_FILTER` on Linux (#129721)Jeroen Bogers2025-04-181-0/+3
* gh-132099: Accept an integer as the address for BTPROTO_HCI on Linux (GH-132525)Serhiy Storchaka2025-04-161-2/+4
* gh-70145: Add support for channels in Bluetooth HCI protocol (GH-132481)Serhiy Storchaka2025-04-141-2/+19
* gh-132099: Harmonize Bluetooth address handling (GH-132486)Serhiy Storchaka2025-04-141-6/+5
* gh-132099: Fix documentation for the BTPROTO_HCI protocol (GH-132118)Serhiy Storchaka2025-04-131-10/+15
* gh-85302: Add support for BTPROTO_SCO on FreeBSD (GH-131981)Serhiy Storchaka2025-04-111-2/+4
* gh-129994: update docs when using `dualstack_ipv6` in `socket.create_server` ...Alexander Ershov2025-03-301-4/+4
* Python 3.14.0a6v3.14.0a6Hugo van Kemenade2025-03-141-2/+2
* gh-129288: Add optional l2_cid and l2_bdaddr_type in BTPROTO_L2CAP socket add...Fredrik Ahlberg2025-02-271-2/+30
* Remove an inaccurate note from `socket.recv` (GH-129733)Gregory P. Smith2025-02-061-5/+0
* Python 3.14.0a4v3.14.0a4Hugo van Kemenade2025-01-141-1/+1
* gh-124761: add `socket.SO_REUSEPORT_LB` (#124961)Thomas Grainger2024-12-261-0/+8
* Replace `:platform:` with `.. availability::` in `socket.ioctl` doc. (GH-127122)Jun Komoda2024-11-251-2/+3
* Fix a few typos found in the docs (GH-127126)Rafael Fontenelle2024-11-231-1/+1
* gh-123832: Adjust `socket.getaddrinfo` docs for better POSIX compliance (GH-1...Petr Viktorin2024-11-141-3/+32
* gh-118986: expose `socket.IPV6_RECVERR` (#118987)chrysn2024-10-171-2/+2
* gh-116622: Complete Android documentation (#124259)Malcolm Smith2024-09-231-1/+1
* gh-123476: Add support for TCP_QUICKACK socket setting to Windows (#123478)nkinnan2024-09-051-4/+8
* gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)Wei-Hsiang (Matt) Wang2024-09-011-6/+6
* gh-122519: Adding socket module shutdown() constants description (#122543)Damien2024-08-171-0/+7
* gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...Serhiy Storchaka2024-07-191-1/+1
* gh-120056: Add `IP_RECVERR`, `IP_RECVORIGDSTADDR`, `IP_RECVTTL` to `socket` m...Nikita Sobolev2024-06-121-0/+4
* gh-110383: Document `socket.makefile()` accepts combined modes (#119150)Daniel Williams2024-05-211-1/+2
* docs: module page titles should not start with a link to themselves (#117099)Ned Batchelder2024-05-081-2/+2
* gh-114099: Add documentation for iOS platform (GH-117057)Russell Keith-Magee2024-03-281-7/+7
* gh-104061: Add socket.SO_BINDTOIFINDEX constant (GH-104062)Victor Westerhuis2024-02-201-0/+5
* gh-112020: Document the meaning of empty bytes returned by socket.recv() (GH-...talcs2024-02-201-2/+3
* gh-101100: Fix Sphinx warning in references with asterisks (#113029)Hugo van Kemenade2023-12-131-4/+4
* Correct documentation for AF_PACKET (#112339)Eugene Toder2023-11-271-2/+1
* GH-101100: Fix reference warnings for ``socket`` methods (#110114)Adam Turner2023-11-271-12/+12
* gh-101100: Fix sphinx warnings in `library/asyncio-eventloop.rst` (GH-111222)Nikita Sobolev2023-10-291-0/+7
* gh-101100: Fix Sphinx warnings for `fileno` (#111118)Hugo van Kemenade2023-10-231-1/+1
* gh-110631: Fix reST indentation in `Doc/library` (#110685)Ezio Melotti2023-10-111-2/+2
* gh-110383: Swap 'the all' -> 'all the' in socket docs (#110434)Bradley Reynolds2023-10-051-1/+1
* socket documentation fix - rename triple to 3-tuple (#24722)Ori Hoch2023-09-071-2/+2
* gh-106909: Use role :const: for referencing module constants (GH-106910)Serhiy Storchaka2023-07-211-1/+1
* gh-92658: Fix typo in docs and tests for `HV_GUID_PARENT` (GH-105267)Nikita Sobolev2023-06-061-1/+1
* gh-104882: Docs: fix description of relationship between `socket.getblocking(...Joe Geisbauer2023-06-041-1/+1
* gh-89415: Mention new `IP_*` constants in `socket` module in the docs (#105266)Nikita Sobolev2023-06-031-1/+2
* gh-96534: socketmodule: support FreeBSD divert(4) socket (#96536)Gleb Smirnoff2023-05-041-0/+11