Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
e20973926a2ec19c4b87e460dc6f0edb478ce352
/
Doc
/
library
/
socket.rst
989db5c
Issue #19795: Mark up None as literal text.
by Serhiy Storchaka
· 8 years ago
6b46ec7
#26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs.
by R David Murray
· 8 years ago
2195d53
Merge: #26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs.
by R David Murray
· 8 years ago
8c21ab0
Issue #27744: correct comment and markup
by Christian Heimes
· 8 years ago
dffa394
Issue #27744: Add AF_ALG (Linux Kernel crypto) to socket module.
by Christian Heimes
· 8 years ago
bdfa0eb
#26907: add some missing getsockopt constants.
by R David Murray
· 8 years ago
8bde911
Issue #27626: Merge spelling fixes from 3.5
by Martin Panter
· 8 years ago
eb99570
Issue #27626: Spelling fixes in docs, comments and internal names
by Martin Panter
· 8 years ago
ea93ac0
Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by Daniel Stokes.
by Steve Dower
· 8 years ago
4da945f
Merge Issue #22558.
by Terry Jan Reedy
· 8 years ago
fa089b9
Issue #22558: Add remaining doc links to source code for Python-coded modules.
by Terry Jan Reedy
· 8 years ago
c79b06c
Issue #19234: Merge from 3.5
by Kushal Das
· 8 years ago
89beb27
Issue #19234: Documents socket.fileno() returns -1 on failure
by Kushal Das
· 8 years ago
a497774
Issue #24911: Merge socket context manager doc from 3.5
by Martin Panter
· 9 years ago
e37fc18
Issue #24911: All socket objects are context managers; update examples
by Martin Panter
· 9 years ago
50ab1a3
Issue #26685: Raise OSError if closing a socket fails
by Martin Panter
· 9 years ago
5d94134
Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch.
by Georg Brandl
· 9 years ago
8c16cb9
Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak.
by Georg Brandl
· 9 years ago
3fe64d0
Issue #16915: Clarify that mode parameter of socket.makefile() does not accept
by Berker Peksag
· 9 years ago
253739d
Fix a markup error in socket.rst
by Berker Peksag
· 9 years ago
744fdfb
Issue #5626: Remove misleading comment from socket.gethostname() documentation
by Berker Peksag
· 9 years ago
a84f6c3
Issue #25523: Merge a-to-an corrections from 3.4.
by Serhiy Storchaka
· 9 years ago
d65c949
Issue #25523: Further a-to-an corrections.
by Serhiy Storchaka
· 9 years ago
2eb819f
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
by Martin Panter
· 9 years ago
7462b649
Issue #25523: Correct "a" article to "an" article
by Martin Panter
· 9 years ago
ce88d82
Issue #16802: Document fileno parameter of socket.socket()
by Berker Peksag
· 9 years ago
24a6109
Issue #16802: Document fileno parameter of socket.socket()
by Berker Peksag
· 9 years ago
ba11252
Issue #25043: Merge Bluetooth doc from 3.4 into 3.5
by Martin Panter
· 9 years ago
ea7266d
Issue #25043: Document BDADDR_ and HCI_ Bluetooth socket constants
by Martin Panter
· 9 years ago
daabed5
Issue #24984: Merge BTPROTO_SCO doc fix from 3.4 into 3.5
by Martin Panter
· 9 years ago
d830262
Issue #24984: BTPROTO_SCO supports only bytes objects
by Martin Panter
· 9 years ago
24a9bd0
Issue #24984: Merge 3.4 into 3.5
by Martin Panter
· 9 years ago
d1a9858
Issue #24984: Document AF_BLUETOOTH socket address formats
by Martin Panter
· 9 years ago
b4760ef
Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos.
by Senthil Kumaran
· 9 years ago
fa1b47c
Issue #24357: merge from 3.4
by Ned Deily
· 9 years ago
11cf4f6
Issue #24357: use example.org instead
by Ned Deily
· 9 years ago
03c28fa
Issue #24357: merge from 3.4
by Ned Deily
· 9 years ago
834f029
Issue #24357: fix real typo
by Ned Deily
· 9 years ago
36a6a6b
Issue #24357: merge from 3.4
by Ned Deily
· 9 years ago
9e2dc3f
Issue #24357: fix typo
by Ned Deily
· 9 years ago
3e4f976
Issue #24357: merge from 3.4
by Ned Deily
· 9 years ago
1b79e2d
Issue #24357: Change host in socket.getaddrinfo example to one that
by Ned Deily
· 9 years ago
5f120fc
Issue #24233: Add a proper link to socket.getfqdn() documentation.
by Berker Peksag
· 9 years ago
2a8baed
Issue #24233: Add a proper link to socket.getfqdn() documentation.
by Berker Peksag
· 9 years ago
a6cc551
Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES.
by Larry Hastings
· 10 years ago
8912d14
Issue #23853: socket.socket.sendall() does no more reset the socket timeout
by Victor Stinner
· 10 years ago
81c41db
Issue #23618: socket.socket.connect() now waits until the connection completes
by Victor Stinner
· 10 years ago
708d9ba
Issue #23618: Document EINTR changes in socket documentation
by Victor Stinner
· 10 years ago
8490f5a
Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and
by Serhiy Storchaka
· 10 years ago
92bf919
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
by Serhiy Storchaka
· 10 years ago
b757c83
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
by Serhiy Storchaka
· 10 years ago
95517e4
merge with 3.4
by Georg Brandl
· 10 years ago
2b07b0e
Closes #22249: use IPPROTO_TCP constant instead of SOL_TCP constant for getaddrinfo() proto param
by Georg Brandl
· 10 years ago
96d8368
merge with 3.4
by Georg Brandl
· 10 years ago
c943e79
Remove duplicate bullet point.
by Georg Brandl
· 10 years ago
41d3196
Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are SocketKind
by Ethan Furman
· 10 years ago
7184bac
Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are SocketKind
by Ethan Furman
· 10 years ago
98c745a
Issue #18643: Add socket.socketpair() on Windows.
by Charles-François Natali
· 10 years ago
915d141
fix issue #17552: add socket.sendfile() method allowing to send a file over a socket by using high-performance os.sendfile() on UNIX. Patch by Giampaolo Rodola'·
by Giampaolo Rodola'
· 10 years ago
644b8f5
Issue #21455: Add a default backlog to socket.listen().
by Charles-François Natali
· 10 years ago
8b852f1
Fix Issue #21528 - Fix documentation typos
by Donald Stufft
· 10 years ago
3732ed2
Merge in all documentation changes since branching 3.4.0rc1.
by Larry Hastings
· 11 years ago
abdc16e
Merge 3.3 (#16805)
by Éric Araujo
· 11 years ago
fa5e6e4
Fix note markup (#16805).
by Éric Araujo
· 11 years ago
6c50101
whatsnew: inet_pton/inet_ntop support windows (#7171).
by R David Murray
· 11 years ago
98f2bbf
#16135: remove mentions of OS/2 from the documentation
by Andrew Kuchling
· 11 years ago
ac6e578
Merge from 3.3
by Andrew Kuchling
· 11 years ago
46ff4ee
Clarify versionchanged sentence. Closes #20497.
by Andrew Kuchling
· 11 years ago
f9c5494
Merge socket doc changes from 3.3
by Antoine Pitrou
· 11 years ago
a5cc9d6
Tweak the socket module doc layout
by Antoine Pitrou
· 11 years ago
e3658a7
Issue #19882: tweak docs for socket.close()
by Antoine Pitrou
· 11 years ago
bfdcd43
Issue #18758: Fixed and improved cross-references.
by Serhiy Storchaka
· 11 years ago
c048d98
#17740: fix links to the socket function. Initial patch by Zachary Ware.
by Ezio Melotti
· 12 years ago
8429b67
#15831: merge with 3.2
by Ezio Melotti
· 12 years ago
e0add76
#15831: document multiple signatures on different lines. Patch by Chris Jerdonek.
by Ezio Melotti
· 12 years ago
da0fc14
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
by Atsuo Ishimoto
· 12 years ago
98b28fd
Issue #18758: Fixed and improved cross-references.
by Serhiy Storchaka
· 11 years ago
daf4555
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
by Victor Stinner
· 11 years ago
80e1c43
Fix issue #17996: expose socket.AF_LINK constant on BSD and OSX.
by Giampaolo Rodola'
· 11 years ago
3533ef2
#17740: merge with 3.3.
by Ezio Melotti
· 12 years ago
d80b16d
Fix ReST role markup: :method: -> :meth:
by Mark Dickinson
· 12 years ago
773e42d
Issue #15359: Add CAN_BCM protocol support to the socket module. Patch by Brian
by Charles-François Natali
· 12 years ago
f6a899f
Issue #15060: merge with 3.2
by Sandro Tosi
· 12 years ago
27b130e
Issue #15060: better fix, thanks to review on #python-dev
by Sandro Tosi
· 12 years ago
9994b09
Issue #15060: merge with 3.2
by Sandro Tosi
· 12 years ago
56692f5
Issue #15060: fix typo in socket doc; Patch by anatoly techtonik
by Sandro Tosi
· 12 years ago
10f383a
Issue #14310: inter-process socket duplication for windows
by Kristján Valur Jónsson
· 13 years ago
a673eb8
Fix invalid markup and update suspicious ignores.
by Georg Brandl
· 13 years ago
0bfa963
merged from 3.2
by Senthil Kumaran
· 13 years ago
6e13f13
Fix Issue #6005: Examples in the socket library documentation use sendall,
by Senthil Kumaran
· 13 years ago
9d6c669
Issue #13777: Add PF_SYSTEM sockets on OS X. Patch by Michael Goderbauer.
by Martin v. Löwis
· 13 years ago
cdc878e
Issue #6774: Back out c8b77efe8b56, which only brings confusion.
by Charles-François Natali
· 13 years ago
889a510
Issue #13724: improve documentation for socket.create_connection.
by Antoine Pitrou
· 13 years ago
70d62b3
Issue #13724: improve documentation for socket.create_connection.
by Antoine Pitrou
· 13 years ago
6ec29e2
Issue #8373: The filesystem path of AF_UNIX sockets now uses the filesystem
by Antoine Pitrou
· 13 years ago
c8e0320
Merge 3.2
by Éric Araujo
· 13 years ago
c4d7d8c
Mark up constants in sockets docs as such
by Éric Araujo
· 13 years ago
10b8cf4
Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support.
by Charles-François Natali
· 13 years ago
5574c30
Replace mentions of socket.error.
by Antoine Pitrou
· 13 years ago
70fa31c
Minimal update of socket docs for PEP 3151. More editing is probably desirable.
by Antoine Pitrou
· 13 years ago
Next »