summaryrefslogtreecommitdiffstats
path: root/Doc/library/socket.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix note markup (#16805).Éric Araujo2014-03-121-0/+1
* Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-1/+1
* #17740: fix links to the socket function. Initial patch by Zachary Ware.Ezio Melotti2013-04-171-8/+8
* Update suspicious ignore file.Ezio Melotti2013-03-281-1/+1
* #16666: document default values for socket.getaddrinfo in the text to clarify...Ezio Melotti2012-12-251-6/+6
* Issue #16341: convert examples to use except ... as ... syntax.Andrew Svetlov2012-10-301-4/+4
* #15831: document multiple signatures on different lines. Patch by Chris Jerd...Ezio Melotti2012-09-141-1/+2
* Issue #15060: better fix, thanks to review on #python-devSandro Tosi2012-06-131-1/+1
* Issue #15060: fix typo in socket doc; Patch by anatoly techtonikSandro Tosi2012-06-131-1/+1
* Mark up constants in socket doc as suchÉric Araujo2012-02-261-7/+7
* Fix Issue #6005: Examples in the socket library documentation use sendall,Senthil Kumaran2012-02-091-6/+7
* update to new C roles and directivesSandro Tosi2012-01-141-13/+13
* Issue #13724: improve documentation for socket.create_connection.Antoine Pitrou2012-01-121-4/+11
* #12781: Mention SO_REUSEADDR flag near socket examplesSandro Tosi2011-09-021-0/+19
* #12725: fix working. Patch by Ben Hayden.Ezio Melotti2011-08-141-3/+3
* Issue #8498: In socket.accept(), allow to specify 0 as a backlog value inAntoine Pitrou2011-05-101-2/+2
* Merged revisions 87050,87101,87146,87156,87172,87175,87371,87378,87522-87524,...Georg Brandl2011-02-251-0/+6
* Merged revisions 87653-87655 via svnmerge fromAntoine Pitrou2011-01-021-0/+9
* Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,...Georg Brandl2010-10-061-1/+3
* Fix gratuitous indentation.Georg Brandl2010-06-121-12/+12
* Improve documentation for getaddrinfo() (part of #8857)Antoine Pitrou2010-05-311-15/+33
* Fix typoAndrew M. Kuchling2010-05-101-1/+1
* Patch from Tim Hatch: Make socket setblocking <-> settimeout examples symmetric.Georg Brandl2010-04-251-1/+1
* Patch from Tim Hatch: Better cross-referencing in socket and winreg docs.Georg Brandl2010-04-251-21/+24
* #8320: document return value of recv_into().Georg Brandl2010-04-061-4/+4
* issue3972: HTTPConnection and HTTPSConnection now support aGregory P. Smith2010-01-031-3/+4
* Adds an optional source_address parameter to socket.create_connection().Gregory P. Smith2010-01-031-1/+7
* #7388: "python".capitalize() in the DocEzio Melotti2009-12-191-1/+1
* #6591: add reference to ioctl in fcntl module for platforms other than Windows.Georg Brandl2009-07-291-0/+3
* Remove last remnants of the ipaddr package.Amaury Forgeot d'Arc2009-06-231-5/+0
* #6175: document that inet_aton supports alternate input formats with less tha...Georg Brandl2009-06-041-0/+3
* #5916, 5917: small socket doc improvements.Georg Brandl2009-05-041-2/+7
* Clarify socket timeout behavior vs system network stack behavior on connectGregory P. Smith2009-02-181-4/+7
* Remove tabs from the documentation.Georg Brandl2009-01-031-16/+17
* Remove trailing whitespace.Georg Brandl2009-01-031-13/+13
* clarify by splitting into multiple paragraphsBenjamin Peterson2008-11-031-5/+9
* Improve wordingAndrew M. Kuchling2008-09-241-7/+7
* Fixed the semantic of timeout for socket.create_connection andFacundo Batista2008-05-291-6/+5
* socketserver renaming reversal part 3: move the module into the rightGeorg Brandl2008-05-241-1/+1
* Updated all import statements to use the new socketserver module name.Alexandre Vassalotti2008-05-121-1/+1
* Fix typo.Georg Brandl2008-05-111-1/+1
* #2742: ``''`` is not converted to NULL in getaddrinfo.Georg Brandl2008-05-111-4/+4
* #2752: fix second example too.Georg Brandl2008-05-051-1/+1
* #2752: wrong meaning of '' for socket host.Georg Brandl2008-05-041-1/+1
* A lot more typo fixes by Ori Avtalion.Georg Brandl2008-02-221-1/+1
* Update IPv6 RFC number.Georg Brandl2008-02-011-1/+1
* Markup fixAndrew M. Kuchling2008-01-161-1/+1
* Issue #1646: Make socket support TIPC. The socket module now has supportChristian Heimes2008-01-071-0/+27
* Revert socket.rst to unix-eol.Georg Brandl2008-01-051-906/+906
* Added interface to Windows' WSAIoctl and a simple example for a network sniffer.Christian Heimes2008-01-041-863/+906