| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #21818: Fixed references to classes that have names matching with module | Serhiy Storchaka | 2016-12-02 | 1 | -1/+1 |
|
|
* | #26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs. | R David Murray | 2016-09-07 | 1 | -0/+2 |
|
|
* | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -1/+1 |
|
|
* | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ... | Georg Brandl | 2016-02-26 | 1 | -1/+1 |
|
|
* | Issue #24357: use example.org instead | Ned Deily | 2015-06-02 | 1 | -4/+4 |
|
|
* | Issue #24357: Change host in socket.getaddrinfo example to one that | Ned Deily | 2015-06-02 | 1 | -4/+4 |
|
|
* | Closes #22249: use IPPROTO_TCP constant instead of SOL_TCP constant for getad... | Georg Brandl | 2014-10-28 | 1 | -1/+1 |
|
|
* | Closes #14303: socket.makefile() does not call dup() anymore on the socket fd. | Georg Brandl | 2014-10-06 | 1 | -3/+5 |
|
|
* | Fix note markup (#16805). | Éric Araujo | 2014-03-12 | 1 | -0/+1 |
|
|
* | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 1 | -1/+1 |
|
|
* | #17740: fix links to the socket function. Initial patch by Zachary Ware. | Ezio Melotti | 2013-04-17 | 1 | -8/+8 |
|
|
* | Update suspicious ignore file. | Ezio Melotti | 2013-03-28 | 1 | -1/+1 |
|
|
* | #16666: document default values for socket.getaddrinfo in the text to clarify... | Ezio Melotti | 2012-12-25 | 1 | -6/+6 |
|
|
* | Issue #16341: convert examples to use except ... as ... syntax. | Andrew Svetlov | 2012-10-30 | 1 | -4/+4 |
|
|
* | #15831: document multiple signatures on different lines. Patch by Chris Jerd... | Ezio Melotti | 2012-09-14 | 1 | -1/+2 |
|
|
* | Issue #15060: better fix, thanks to review on #python-dev | Sandro Tosi | 2012-06-13 | 1 | -1/+1 |
|
|
* | Issue #15060: fix typo in socket doc; Patch by anatoly techtonik | Sandro Tosi | 2012-06-13 | 1 | -1/+1 |
|
|
* | Mark up constants in socket doc as such | Éric Araujo | 2012-02-26 | 1 | -7/+7 |
|
|
* | Fix Issue #6005: Examples in the socket library documentation use sendall, | Senthil Kumaran | 2012-02-09 | 1 | -6/+7 |
|
|
* | update to new C roles and directives | Sandro Tosi | 2012-01-14 | 1 | -13/+13 |
|
|
* | Issue #13724: improve documentation for socket.create_connection. | Antoine Pitrou | 2012-01-12 | 1 | -4/+11 |
|
|
* | #12781: Mention SO_REUSEADDR flag near socket examples | Sandro Tosi | 2011-09-02 | 1 | -0/+19 |
|
|
* | #12725: fix working. Patch by Ben Hayden. | Ezio Melotti | 2011-08-14 | 1 | -3/+3 |
|
|
* | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in | Antoine Pitrou | 2011-05-10 | 1 | -2/+2 |
|
|
* | Merged revisions 87050,87101,87146,87156,87172,87175,87371,87378,87522-87524,... | Georg Brandl | 2011-02-25 | 1 | -0/+6 |
|
|
* | Merged revisions 87653-87655 via svnmerge from | Antoine Pitrou | 2011-01-02 | 1 | -0/+9 |
|
|
* | Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,... | Georg Brandl | 2010-10-06 | 1 | -1/+3 |
|
|
* | Fix gratuitous indentation. | Georg Brandl | 2010-06-12 | 1 | -12/+12 |
|
|
* | Improve documentation for getaddrinfo() (part of #8857) | Antoine Pitrou | 2010-05-31 | 1 | -15/+33 |
|
|
* | Fix typo | Andrew M. Kuchling | 2010-05-10 | 1 | -1/+1 |
|
|
* | Patch from Tim Hatch: Make socket setblocking <-> settimeout examples symmetric. | Georg Brandl | 2010-04-25 | 1 | -1/+1 |
|
|
* | Patch from Tim Hatch: Better cross-referencing in socket and winreg docs. | Georg Brandl | 2010-04-25 | 1 | -21/+24 |
|
|
* | #8320: document return value of recv_into(). | Georg Brandl | 2010-04-06 | 1 | -4/+4 |
|
|
* | issue3972: HTTPConnection and HTTPSConnection now support a | Gregory P. Smith | 2010-01-03 | 1 | -3/+4 |
|
|
* | Adds an optional source_address parameter to socket.create_connection(). | Gregory P. Smith | 2010-01-03 | 1 | -1/+7 |
|
|
* | #7388: "python".capitalize() in the Doc | Ezio Melotti | 2009-12-19 | 1 | -1/+1 |
|
|
* | #6591: add reference to ioctl in fcntl module for platforms other than Windows. | Georg Brandl | 2009-07-29 | 1 | -0/+3 |
|
|
* | Remove last remnants of the ipaddr package. | Amaury Forgeot d'Arc | 2009-06-23 | 1 | -5/+0 |
|
|
* | #6175: document that inet_aton supports alternate input formats with less tha... | Georg Brandl | 2009-06-04 | 1 | -0/+3 |
|
|
* | #5916, 5917: small socket doc improvements. | Georg Brandl | 2009-05-04 | 1 | -2/+7 |
|
|
* | Clarify socket timeout behavior vs system network stack behavior on connect | Gregory P. Smith | 2009-02-18 | 1 | -4/+7 |
|
|
* | Remove tabs from the documentation. | Georg Brandl | 2009-01-03 | 1 | -16/+17 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -13/+13 |
|
|
* | clarify by splitting into multiple paragraphs | Benjamin Peterson | 2008-11-03 | 1 | -5/+9 |
|
|
* | Improve wording | Andrew M. Kuchling | 2008-09-24 | 1 | -7/+7 |
|
|
* | Fixed the semantic of timeout for socket.create_connection and | Facundo Batista | 2008-05-29 | 1 | -6/+5 |
|
|
* | socketserver renaming reversal part 3: move the module into the right | Georg Brandl | 2008-05-24 | 1 | -1/+1 |
|
|
* | Updated all import statements to use the new socketserver module name. | Alexandre Vassalotti | 2008-05-12 | 1 | -1/+1 |
|
|
* | Fix typo. | Georg Brandl | 2008-05-11 | 1 | -1/+1 |
|
|
* | #2742: ``''`` is not converted to NULL in getaddrinfo. | Georg Brandl | 2008-05-11 | 1 | -4/+4 |
|
|