Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTION | Victor Stinner | 2017-01-23 | 1 | -2/+2 |
| | |||||
* | Merge doc fixes from 3.5 | Martin Panter | 2017-01-14 | 1 | -2/+2 |
|\ | |||||
| * | Avoid line breaks after hyphens, otherwise they are turned into spaces | Martin Panter | 2017-01-14 | 1 | -2/+2 |
| | | |||||
* | | Issue #21818: Fixed references to classes that have names matching with module | Serhiy Storchaka | 2016-12-02 | 1 | -1/+1 |
|\ \ | |/ | | | | | names. | ||||
| * | Issue #21818: Fixed references to classes that have names matching with module | Serhiy Storchaka | 2016-12-02 | 1 | -1/+1 |
| | | | | | | | | names. | ||||
* | | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -2/+2 |
|\ \ | |/ | |||||
* | | Merge: #26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs. | R David Murray | 2016-09-07 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | #26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs. | R David Murray | 2016-09-07 | 1 | -0/+2 |
| | | |||||
* | | Issue #27744: correct comment and markup | Christian Heimes | 2016-09-05 | 1 | -1/+1 |
| | | |||||
* | | Issue #27744: Add AF_ALG (Linux Kernel crypto) to socket module. | Christian Heimes | 2016-09-05 | 1 | -6/+49 |
| | | |||||
* | | #26907: add some missing getsockopt constants. | R David Murray | 2016-08-24 | 1 | -0/+4 |
| | | | | | | | | Patch by Christian Heimes, reviewed by Martin Panter. | ||||
* | | Issue #27626: Merge spelling fixes from 3.5 | Martin Panter | 2016-07-28 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #27626: Spelling fixes in docs, comments and internal names | Martin Panter | 2016-07-28 | 1 | -1/+1 |
| | | | | | | | | Based on patch by Ville Skyttä. | ||||
* | | Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by ↵ | Steve Dower | 2016-06-17 | 1 | -1/+12 |
| | | | | | | | | Daniel Stokes. | ||||
* | | Merge Issue #22558. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+3 |
| | | | | | | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. | ||||
* | | Issue #19234: Merge from 3.5 | Kushal Das | 2016-06-04 | 1 | -3/+2 |
|\ \ | |/ | |||||
| * | Issue #19234: Documents socket.fileno() returns -1 on failure | Kushal Das | 2016-06-04 | 1 | -3/+2 |
| | | |||||
* | | Issue #24911: Merge socket context manager doc from 3.5 | Martin Panter | 2016-04-24 | 1 | -27/+27 |
|\ \ | |/ | |||||
| * | Issue #24911: All socket objects are context managers; update examples | Martin Panter | 2016-04-24 | 1 | -27/+27 |
| | | |||||
* | | Issue #26685: Raise OSError if closing a socket fails | Martin Panter | 2016-04-11 | 1 | -0/+4 |
|/ | |||||
* | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵ | Georg Brandl | 2016-02-26 | 1 | -1/+1 |
| | | | | to SilentGhost for the patch. | ||||
* | Closes #26435: fix syntax in directives. Thanks to Jakub Stasiak. | Georg Brandl | 2016-02-25 | 1 | -3/+3 |
| | |||||
* | Issue #16915: Clarify that mode parameter of socket.makefile() does not accept | Berker Peksag | 2016-02-18 | 1 | -1/+2 |
| | | | | the same values as open(). | ||||
* | Fix a markup error in socket.rst | Berker Peksag | 2016-01-30 | 1 | -1/+1 |
| | |||||
* | Issue #5626: Remove misleading comment from socket.gethostname() documentation | Berker Peksag | 2016-01-20 | 1 | -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 Storchaka | 2015-11-02 | 1 | -2/+2 |
|\ | |||||
| * | Issue #25523: Further a-to-an corrections. | Serhiy Storchaka | 2015-11-02 | 1 | -2/+2 |
| | | |||||
* | | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 | Martin Panter | 2015-11-02 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -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 Peksag | 2015-10-08 | 1 | -1/+5 |
|\ \ | |/ | | | | | Patch by Henrik Heimbuerger and Bar Harel. | ||||
| * | Issue #16802: Document fileno parameter of socket.socket() | Berker Peksag | 2015-10-08 | 1 | -1/+5 |
| | | | | | | | | Patch by Henrik Heimbuerger and Bar Harel. | ||||
* | | Issue #25043: Merge Bluetooth doc from 3.4 into 3.5 | Martin Panter | 2015-09-11 | 1 | -0/+16 |
|\ \ | |/ | |||||
| * | Issue #25043: Document BDADDR_ and HCI_ Bluetooth socket constants | Martin Panter | 2015-09-11 | 1 | -0/+16 |
| | | | | | | | | Patch from Tim Tisdall. | ||||
* | | Issue #24984: Merge BTPROTO_SCO doc fix from 3.4 into 3.5 | Martin Panter | 2015-09-11 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #24984: BTPROTO_SCO supports only bytes objects | Martin Panter | 2015-09-11 | 1 | -1/+1 |
| | | |||||
* | | Issue #24984: Merge 3.4 into 3.5 | Martin Panter | 2015-09-09 | 1 | -2/+24 |
|\ \ | |/ | |||||
| * | Issue #24984: Document AF_BLUETOOTH socket address formats | Martin Panter | 2015-09-09 | 1 | -2/+24 |
| | | | | | | | | Patch from Tim Tisdall. | ||||
| * | Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple ↵ | Senthil Kumaran | 2015-06-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | documentation typos. Related Issues: #issue21528 #issue24453 | ||||
* | | Issue #24357: merge from 3.4 | Ned Deily | 2015-06-02 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Issue #24357: use example.org instead | Ned Deily | 2015-06-02 | 1 | -4/+4 |
| | | |||||
* | | Issue #24357: merge from 3.4 | Ned Deily | 2015-06-02 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #24357: fix real typo | Ned Deily | 2015-06-02 | 1 | -1/+1 |
| | | |||||
* | | Issue #24357: merge from 3.4 | Ned Deily | 2015-06-02 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #24357: fix typo | Ned Deily | 2015-06-02 | 1 | -1/+1 |
| | | |||||
* | | Issue #24357: merge from 3.4 | Ned Deily | 2015-06-02 | 1 | -4/+6 |
|\ \ | |/ | |||||
| * | Issue #24357: Change host in socket.getaddrinfo example to one that | Ned Deily | 2015-06-02 | 1 | -4/+6 |
| | | | | | | | | does support IPv6 and IPv4; www.python.org currently does not. | ||||
* | | Issue #24233: Add a proper link to socket.getfqdn() documentation. | Berker Peksag | 2015-05-18 | 1 | -1/+1 |
|\ \ | |/ | | | | | Patch by Ville Skyttä. | ||||
| * | Issue #24233: Add a proper link to socket.getfqdn() documentation. | Berker Peksag | 2015-05-18 | 1 | -1/+1 |
| | | | | | | | | Patch by Ville Skyttä. | ||||
* | | Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES. | Larry Hastings | 2015-04-13 | 1 | -0/+12 |
| | | | | | | | | Patch courtesy of Joe Jevnik. |