summaryrefslogtreecommitdiffstats
path: root/Doc/library/socket.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-110383: Document `socket.makefile()` accepts combined modes (GH-119...Miss Islington (bot)2024-05-211-1/+2
* [3.12] docs: module page titles should not start with a link to themselves (G...Miss Islington (bot)2024-05-081-2/+2
* [3.12] gh-112020: Document the meaning of empty bytes returned by socket.recv...Miss Islington (bot)2024-02-201-2/+3
* [3.12] gh-101100: Fix Sphinx warning in references with asterisks (GH-113029)...Miss Islington (bot)2023-12-131-4/+4
* [3.12] Correct documentation for AF_PACKET (GH-112339) (#112477)Miss Islington (bot)2023-11-271-2/+1
* [3.12] GH-101100: Fix reference warnings for ``socket`` methods (GH-110114) (...Miss Islington (bot)2023-11-271-12/+12
* [3.12] gh-101100: Fix sphinx warnings in `library/asyncio-eventloop.rst` (GH-...Miss Islington (bot)2023-10-291-0/+7
* [3.12] gh-101100: Fix Sphinx warnings for `fileno` (GH-111118) (#111226)Miss Islington (bot)2023-10-231-1/+1
* [3.12] gh-110631: Fix reST indentation in `Doc/library` (GH-110685) (#110736)Miss Islington (bot)2023-10-111-2/+2
* [3.12] gh-110383: Swap 'the all' -> 'all the' in socket docs (GH-110434) (#11...Miss Islington (bot)2023-10-051-1/+1
* [3.12] socket documentation fix - rename triple to 3-tuple (GH-24722) (#109073)Miss Islington (bot)2023-09-081-2/+2
* [3.12] gh-106909: Use role :const: for referencing module constants (GH-10691...Serhiy Storchaka2023-07-211-1/+1
* gh-92658: Fix typo in docs and tests for `HV_GUID_PARENT` (GH-105267)Miss Islington (bot)2023-06-061-1/+1
* [3.12] gh-104882: Docs: fix description of relationship between `socket.getbl...Miss Islington (bot)2023-06-041-1/+1
* [3.12] gh-89415: Mention new `IP_*` constants in `socket` module in the docs ...Miss Islington (bot)2023-06-031-1/+2
* gh-96534: socketmodule: support FreeBSD divert(4) socket (#96536)Gleb Smirnoff2023-05-041-0/+11
* GH-97950: Use new-style index directive ('object') (#104158)Adam Turner2023-05-041-1/+1
* GH-97950: Use new-style index directive ('module') (#103996)Adam Turner2023-05-041-1/+1
* Improve some grammar in the socket docs (#103254)Tim Burke2023-04-041-4/+4
* GH-100813: Add `socket.IP_PKTINFO` constant (#10294)dsentinel2023-01-091-0/+1
* gh-96773 Fix documentation of socket backlog (#96778)Mehrdad Moradizadeh2023-01-011-2/+2
* gh-98030: socket: add missing TCP socket options (#98031)Matthieu Baerts2022-12-081-1/+8
* gh-95389: expose popular ETHERTYPE_* constants in the socket module (#95390)Noam Cohen2022-11-071-2/+34
* Docs: Fix backtick errors found by sphinx-lint (#97998)Hugo van Kemenade2022-10-071-1/+1
* gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)Adam Turner2022-10-051-1/+1
* gh-93738: Documentation C syntax (Use `c:struct`) (#97772)Adam Turner2022-10-041-6/+6
* gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-9...Serhiy Storchaka2022-08-041-1/+1
* gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)Christian Heimes2022-08-021-9/+46
* gh-95415: Make availability directive consistent (GH-95416)Christian Heimes2022-07-291-12/+32
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Ned Batchelder2022-07-051-2/+2
* gh-93675: Fix typos in `Doc/` (GH-93676)luzpaz2022-06-211-1/+1
* gh-94068: Remove HVSOCKET_CONTAINER_PASSTHRU constant because it has been rem...Steve Dower2022-06-211-1/+0
* gh-93183: Adjust wording in socket docs (#93832)Erlend Egeberg Aasland2022-06-151-2/+2
* Remove the execution bit to some socket-related files. (#93368)Ezio Melotti2022-06-011-0/+0
* gh-92658: Add Hyper-V socket support (GH-92755)Jordan Borean2022-05-241-0/+43
* Doc: Minor adjustment of `socket.create_server` docs (#26938)Pavel2022-05-201-1/+1
* gh-92417: `socket` docs: remove references to Python <3.3 (GH-92544)Alex Waygood2022-05-191-2/+2
* gh-91968: Add socket constants SO_USER_COOKIE/SO_RTABLE from BSD (#91967)David CARLIER2022-05-081-0/+5
* bpo-46696: Add socket.SO_INCOMING_CPU constant (#31237)David CARLIER2022-05-031-0/+9
* gh-91498: socket: Add TCP_CONNECTION_INFO on macOS (#69256)David CARLIER2022-04-271-0/+4
* gh-74166: make all_errors keyword-only (GH-91704)Irit Katriel2022-04-191-1/+1
* gh-74166: Add option to get all errors from socket.create_connection (GH-91586)Irit Katriel2022-04-181-1/+10
* bpo-46030: socket module add couple of FreeBSD constants. (GH-30018)David CARLIER2022-03-171-0/+15
* bpo-30512: Add CAN Socket support for NetBSD (GH-30066)Thomas Klausner2022-01-211-1/+4
* bpo-45772: socket.socket should be a class instead of a function (GH-23960)Hong Xu2021-11-131-1/+1
* bpo-41983: add availability info to socket docs (GH-27519)andrei kulakov2021-10-211-0/+4
* [doc] Fix gethostbyname_ex description (GH-28700)Andre Delfino2021-10-051-2/+2
* bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515)Serhiy Storchaka2021-09-221-1/+1
* bpo-40635: Fix getfqdn() docstring and docs (GH-27971)andrei kulakov2021-08-261-2/+3
* bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)Mariusz Felisiak2021-07-261-5/+5