summaryrefslogtreecommitdiffstats
path: root/Doc/library/socket.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fix a markup error in socket.rstBerker Peksag2016-01-301-1/+1
|
* Issue #5626: Remove misleading comment from socket.gethostname() documentationBerker Peksag2016-01-201-5/+0
| | | | | | A machine can have more than one IP addresses so socket.gethostbyname(socket.gethostname()) probably won't return the correct one.
* Issue #25523: Merge a-to-an corrections from 3.4.Serhiy Storchaka2015-11-021-2/+2
|\
| * Issue #25523: Further a-to-an corrections.Serhiy Storchaka2015-11-021-2/+2
| |
* | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-021-2/+2
|\ \ | |/
| * Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-2/+2
| | | | | | | | | | | | This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar.
* | Issue #16802: Document fileno parameter of socket.socket()Berker Peksag2015-10-081-1/+5
|\ \ | |/ | | | | Patch by Henrik Heimbuerger and Bar Harel.
| * Issue #16802: Document fileno parameter of socket.socket()Berker Peksag2015-10-081-1/+5
| | | | | | | | Patch by Henrik Heimbuerger and Bar Harel.
* | Issue #25043: Merge Bluetooth doc from 3.4 into 3.5Martin Panter2015-09-111-0/+16
|\ \ | |/
| * Issue #25043: Document BDADDR_ and HCI_ Bluetooth socket constantsMartin Panter2015-09-111-0/+16
| | | | | | | | Patch from Tim Tisdall.
* | Issue #24984: Merge BTPROTO_SCO doc fix from 3.4 into 3.5Martin Panter2015-09-111-1/+1
|\ \ | |/
| * Issue #24984: BTPROTO_SCO supports only bytes objectsMartin Panter2015-09-111-1/+1
| |
* | Issue #24984: Merge 3.4 into 3.5Martin Panter2015-09-091-2/+24
|\ \ | |/
| * Issue #24984: Document AF_BLUETOOTH socket address formatsMartin Panter2015-09-091-2/+24
| | | | | | | | Patch from Tim Tisdall.
| * Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple ↵Senthil Kumaran2015-06-151-1/+1
| | | | | | | | | | | | | | | | | | documentation typos. Related Issues: #issue21528 #issue24453
* | Issue #24357: merge from 3.4Ned Deily2015-06-021-4/+4
|\ \ | |/
| * Issue #24357: use example.org insteadNed Deily2015-06-021-4/+4
| |
* | Issue #24357: merge from 3.4Ned Deily2015-06-021-1/+1
|\ \ | |/
| * Issue #24357: fix real typoNed Deily2015-06-021-1/+1
| |
* | Issue #24357: merge from 3.4Ned Deily2015-06-021-1/+1
|\ \ | |/
| * Issue #24357: fix typoNed Deily2015-06-021-1/+1
| |
* | Issue #24357: merge from 3.4Ned Deily2015-06-021-4/+6
|\ \ | |/
| * Issue #24357: Change host in socket.getaddrinfo example to one thatNed Deily2015-06-021-4/+6
| | | | | | | | does support IPv6 and IPv4; www.python.org currently does not.
* | Issue #24233: Add a proper link to socket.getfqdn() documentation.Berker Peksag2015-05-181-1/+1
|\ \ | |/ | | | | Patch by Ville Skyttä.
| * Issue #24233: Add a proper link to socket.getfqdn() documentation.Berker Peksag2015-05-181-1/+1
| | | | | | | | Patch by Ville Skyttä.
* | Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES.Larry Hastings2015-04-131-0/+12
| | | | | | | | Patch courtesy of Joe Jevnik.
* | Issue #23853: socket.socket.sendall() does no more reset the socket timeoutVictor Stinner2015-04-061-0/+4
| | | | | | | | | | each time data is sent successfuly. The socket timeout is now the maximum total duration to send all data.
* | Issue #23618: socket.socket.connect() now waits until the connection completesVictor Stinner2015-04-021-0/+13
| | | | | | | | | | | | | | | | instead of raising InterruptedError if the connection is interrupted by signals, signal handlers don't raise an exception and the socket is blocking or has a timeout. socket.socket.connect() still raise InterruptedError for non-blocking sockets.
* | Issue #23618: Document EINTR changes in socket documentationVictor Stinner2015-04-021-0/+40
| |
* | Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, andSerhiy Storchaka2015-03-201-14/+28
| | | | | | | | | | codecs, that accepted only read-only bytes-like object now accept writable bytes-like object too.
* | Issue #22581: Use more "bytes-like object" throughout the docs and comments.Serhiy Storchaka2014-12-051-2/+3
|\ \ | |/
| * Issue #22581: Use more "bytes-like object" throughout the docs and comments.Serhiy Storchaka2014-12-051-2/+3
| |
* | merge with 3.4Georg Brandl2014-10-281-1/+1
|\ \ | |/
| * Closes #22249: use IPPROTO_TCP constant instead of SOL_TCP constant for ↵Georg Brandl2014-10-281-1/+1
| | | | | | | | getaddrinfo() proto param
* | merge with 3.4Georg Brandl2014-10-281-3/+0
|\ \ | |/
| * Remove duplicate bullet point.Georg Brandl2014-10-281-3/+0
| |
* | Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants ↵Ethan Furman2014-10-151-0/+5
|\ \ | |/ | | | | are SocketKind
| * Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants ↵Ethan Furman2014-10-151-0/+5
| | | | | | | | are SocketKind
| * Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-161-4/+9
| |
* | Issue #18643: Add socket.socketpair() on Windows.Charles-François Natali2014-10-141-1/+3
| |
* | fix issue #17552: add socket.sendfile() method allowing to send a file over ↵Giampaolo Rodola'2014-06-111-0/+15
| | | | | | | | a socket by using high-performance os.sendfile() on UNIX. Patch by Giampaolo Rodola'·
* | Issue #21455: Add a default backlog to socket.listen().Charles-François Natali2014-05-221-4/+7
| |
* | Fix Issue #21528 - Fix documentation typosDonald Stufft2014-05-201-1/+1
| |
* | Merge 3.3 (#16805)Éric Araujo2014-03-121-0/+1
|\ \
| * | Fix note markup (#16805).Éric Araujo2014-03-121-0/+1
| | | | | | | | | | | | Patch by Tshepang Lekhonkhobe, reviewed by Georg Brandl.
* | | whatsnew: inet_pton/inet_ntop support windows (#7171).R David Murray2014-03-081-0/+6
| | | | | | | | | | | | Added versionchanged to docs.
* | | #16135: remove mentions of OS/2 from the documentationAndrew Kuchling2014-03-011-2/+1
| | |
* | | Merge from 3.3Andrew Kuchling2014-02-151-2/+1
|\ \ \ | |/ / | | / | |/ |/|
| * Clarify versionchanged sentence. Closes #20497.Andrew Kuchling2014-02-151-2/+1
| |
* | Merge socket doc changes from 3.3Antoine Pitrou2013-12-041-92/+124
|\ \ | |/