aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/socket.py
Commit message (Expand)AuthorAge
* gh-128916: Do not set `SO_REUSEPORT` on non-`AF_INET*` sockets (GH-128933)Michał Górny2025-01-17
* gh-121423: Improve import time of `socket` (#121424)Wulian2024-09-04
* gh-122133: Rework pure Python socketpair tests to avoid use of importlib.relo...Russell Keith-Magee2024-07-31
* gh-122133: Authenticate socket connection for `socket.socketpair()` fallback ...Seth Michael Larson2024-07-29
* gh-110383: Document `socket.makefile()` accepts combined modes (#119150)Daniel Williams2024-05-21
* gh-114077: Fix OverflowError in socket.sendfile() when pass count >2GiB (GH-1...Serhiy Storchaka2024-01-16
* Remove unnecessary while in SocketIO.readinto (GH-111057)sc07kvm2023-10-20
* Fix broken link to MSDN (#102355)谭九鼎2023-03-13
* gh-100374: Fixed a bug in socket.getfqdn() (gh-100375)Dominic Socular2022-12-21
* gh-96320: WASI socket fixes (#96388)Christian Heimes2022-08-30
* Grammar fix to socket error string (GH-93523)Evorage2022-06-07
* Remove the execution bit to some socket-related files. (#93368)Ezio Melotti2022-06-01
* Doc: Minor adjustment of `socket.create_server` docs (#26938)Pavel2022-05-20
* gh-74166: make all_errors keyword-only (GH-91704)Irit Katriel2022-04-19
* gh-74166: break cycle by clearing the list instead of dropping its reference ...Irit Katriel2022-04-19
* gh-74166: Add option to get all errors from socket.create_connection (GH-91586)Irit Katriel2022-04-18
* bpo-40635: Fix getfqdn() docstring and docs (GH-27971)andrei kulakov2021-08-26
* Fix typos in multiple files (GH-26689)Binbin2021-06-12
* bpo-43651: PEP 597: Fix `socket.makefile()` (GH-25645)Inada Naoki2021-04-27
* bpo-42427: Use the errno attribute of OSError instead of args[0] (GH-23449)Serhiy Storchaka2020-11-22
* bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)Christian Heimes2020-11-20
* Fix host in address of socket.create_server example. (GH-17706)Karthikeyan Singaravelan2020-01-11
* bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13...Mario Corchero2019-12-06
* bpo-38319: Fix shutil._fastcopy_sendfile(): set sendfile() max block size (GH...Giampaolo Rodola2019-10-01
* bpo-28724: Add methods send_fds and recv_fds to the socket module (GH-12889)Joannah Nanjekye2019-09-11
* bpo-11953: Extend table of Windows WSA* error codes (GH-15004)Ngalim Siregar2019-09-09
* closes bpo-37566: Remove _realsocket from socket.py. (GH-14711)Hai Shi2019-07-11
* BPO-17561: set create_server backlog default to None (GH-12735)Giampaolo Rodola2019-04-09
* bpo-35934: Add socket.create_server() utility function (GH-11784)Giampaolo Rodola2019-04-09
* bpo-33138: Change standard error message for non-pickleable and non-copyable ...Serhiy Storchaka2018-10-31
* bpo-34282: Fix Enum._convert shadowing members named _convert (GH-8568)orlnub1232018-09-12
* bpo-28134: Auto-detect socket values from file descriptor (#1349)Christian Heimes2018-01-29
* bpo-32331: Fix socket.type when SOCK_NONBLOCK is available (#4877)Yury Selivanov2017-12-18
* bpo-31234, socket.create_connection(): Fix ref cycle (#3546)Victor Stinner2017-09-13
* Issue #26384: Merge from 3.5Berker Peksag2016-09-17
|\
| * Issue #26384: Fix UnboundLocalError in socket._sendfile_use_sendfileBerker Peksag2016-09-17
* | issue28083: add IntFlag constantsEthan Furman2016-09-11
|/
* Issue #27698: Add socketpair to socket.__all__ on WindowsVictor Stinner2016-08-17
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-17
* Issue #16915: Clarify that mode parameter of socket.makefile() does not acceptBerker Peksag2016-02-18
* merge 3.4 (#25471)Benjamin Peterson2015-10-24
|\
| * accepted sockets shouldn't inherit the SOCK_NONBLOCK flag (closes #25471)Benjamin Peterson2015-10-24
| * issue23673Ethan Furman2015-03-18
* | issue23673Ethan Furman2015-03-18
* | Issue #23285: PEP 475 -- Retry system calls failing with EINTR.Charles-François Natali2015-02-07
* | merge 3.4 (#23221)Benjamin Peterson2015-01-13
|\|
| * fix instances of consecutive articles (closes #23221)Benjamin Peterson2015-01-13
* | Issue #20604: Added missed invalid mode in error message of socket.makefile().Serhiy Storchaka2014-11-19
|\|
| * Issue #20604: Added missed invalid mode in error message of socket.makefile().Serhiy Storchaka2014-11-19
* | Issue20689: add missing API pieces to __all__Ethan Furman2014-10-18
|\|