index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
socket.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.11] gh-104882: Docs: fix description of relationship between `socket.getbl...
Miss Islington (bot)
2023-06-04
1
-1/+1
*
[3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159)
Miss Islington (bot)
2023-05-04
1
-1/+1
*
[3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154)
Adam Turner
2023-05-04
1
-1/+1
*
Improve some grammar in the socket docs (GH-103254)
Miss Islington (bot)
2023-04-04
1
-4/+4
*
gh-96773 Fix documentation of socket backlog (GH-96778)
Miss Islington (bot)
2023-01-01
1
-2/+2
*
[3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371)
C.A.M. Gerlach
2022-10-17
1
-1/+1
*
[3.11] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>...
Ćukasz Langa
2022-10-05
1
-1/+1
*
[3.11] gh-93738: Documentation C syntax (Use `c:struct`) (GH-97772) (#97869)
Miss Islington (bot)
2022-10-05
1
-6/+6
*
[3.11] gh-91838: Use HTTPS links in docs for resources which redirect to HTTP...
Serhiy Storchaka
2022-08-04
1
-1/+1
*
gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
Miss Islington (bot)
2022-08-02
1
-9/+46
*
[3.11] gh-95415: Make availability directive consistent (GH-95416) (GH-95438)
Christian Heimes
2022-08-01
1
-12/+32
*
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...
Miss Islington (bot)
2022-07-05
1
-2/+2
*
gh-93183: Adjust wording in socket docs (GH-93832)
Miss Islington (bot)
2022-06-15
1
-2/+2
*
Remove the execution bit to some socket-related files. (GH-93368)
Miss Islington (bot)
2022-06-01
1
-0/+0
*
gh-92417: `socket` docs: remove references to Python <3.3 (GH-92544) (GH-92968)
Miss Islington (bot)
2022-05-19
1
-2/+2
*
bpo-46696: Add socket.SO_INCOMING_CPU constant (#31237)
David CARLIER
2022-05-03
1
-0/+9
*
gh-91498: socket: Add TCP_CONNECTION_INFO on macOS (#69256)
David CARLIER
2022-04-27
1
-0/+4
*
gh-74166: make all_errors keyword-only (GH-91704)
Irit Katriel
2022-04-19
1
-1/+1
*
gh-74166: Add option to get all errors from socket.create_connection (GH-91586)
Irit Katriel
2022-04-18
1
-1/+10
*
bpo-46030: socket module add couple of FreeBSD constants. (GH-30018)
David CARLIER
2022-03-17
1
-0/+15
*
bpo-30512: Add CAN Socket support for NetBSD (GH-30066)
Thomas Klausner
2022-01-21
1
-1/+4
*
bpo-45772: socket.socket should be a class instead of a function (GH-23960)
Hong Xu
2021-11-13
1
-1/+1
*
bpo-41983: add availability info to socket docs (GH-27519)
andrei kulakov
2021-10-21
1
-0/+4
*
[doc] Fix gethostbyname_ex description (GH-28700)
Andre Delfino
2021-10-05
1
-2/+2
*
bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515)
Serhiy Storchaka
2021-09-22
1
-1/+1
*
bpo-40635: Fix getfqdn() docstring and docs (GH-27971)
andrei kulakov
2021-08-26
1
-2/+3
*
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak
2021-07-26
1
-5/+5
*
bpo-34932: Add socket.TCP_KEEPALIVE for macOS (GH-25079)
Shane Harvey
2021-07-14
1
-0/+2
*
bpo-44077: Expose IP_RECVTOS in the socket module (GH-25992)
Georg Sauthoff
2021-06-20
1
-0/+3
*
bpo-43750: Fix incorrect reference to PACKET_MULTIHOST in the docs (GH-25241)
Zackery Spytz
2021-05-29
1
-1/+1
*
bpo-28724: Doc: Move socket.send_fds and socket.recv_fds docs to right sectio...
Saiyang Gou
2021-04-22
1
-23/+26
*
bpo-40066: Enum: modify `repr()` and `str()` (GH-22392)
Ethan Furman
2021-03-31
1
-2/+2
*
bpo-43571: Add IPPROTO_MPTCP macro (GH-24946)
Rui Cunha
2021-03-20
1
-0/+3
*
bpo-42393: Raise OverflowError iso. DeprecationWarning on overflow in socket....
Erlend Egeberg Aasland
2020-12-31
1
-10/+6
*
[doc] Fix a few margins due to bad markup (GH-23619)
Andre Delfino
2020-12-17
1
-5/+5
*
bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)
Christian Heimes
2020-11-20
1
-1/+6
*
bpo-40901: Describe what "interface name" means on Windows (GH-20694)
Jakub Stasiak
2020-10-19
1
-0/+19
*
bpo-40204: Add :noindex: in the documentation (GH-21859)
Victor Stinner
2020-08-13
1
-0/+2
*
bpo-40291: Add support for CAN_J1939 sockets (GH-19538)
karl ding
2020-04-29
1
-1/+18
*
bpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket module (GH-19190)
Zackery Spytz
2020-04-09
1
-0/+11
*
bpo-34788: Add support for scoped IPv6 addresses (GH-13772)
opavlyuk
2020-02-26
1
-10/+10
*
bpo-39348: Fix code highlight for the SOCK_NONBLOCK example (GH-18018)
Oz N Tiram
2020-01-15
1
-1/+3
*
Remove use of deprecated `array.fromstring` method (GH-17332)
David Coles
2019-11-26
1
-2/+2
*
bpo-38600: NULL -> ``NULL``. (GH-17001)
Serhiy Storchaka
2019-10-30
1
-3/+3
*
bpo-28724: Add methods send_fds and recv_fds to the socket module (GH-12889)
Joannah Nanjekye
2019-09-11
1
-0/+23
*
bpo-37085: Expose SocketCAN bcm_msg_head flags (#13646)
karl ding
2019-07-31
1
-0/+3
*
bpo-37390: Add audit event table to documentations (GH-14406)
Steve Dower
2019-06-27
1
-15/+15
*
bpo-37345: Add formal UDPLITE support (GH-14258)
Gabe Appleton
2019-06-24
1
-0/+17
*
bpo-37007: Implement socket.if_nametoindex(), if_indextoname() and if_nameind...
Zackery Spytz
2019-05-29
1
-3/+12
*
Fix typo in docs for socket.CAN_RAW_FD_FRAMES (GH-13635)
karl ding
2019-05-28
1
-1/+1
[next]