summaryrefslogtreecommitdiff
path: root/Doc/library/socket.rst
Commit message (Expand)AuthorAgeFilesLines
* fix issue #17552: add socket.sendfile() method allowing to send a file over a...Giampaolo Rodola'2014-06-111-0/+15
* 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 in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-151-4/+9
* Merge socket doc changes from 3.3Antoine Pitrou2013-12-041-92/+124
|\
| * Tweak the socket module doc layoutAntoine Pitrou2013-12-041-64/+86
| * Issue #19882: tweak docs for socket.close()Antoine Pitrou2013-12-041-9/+19
* | Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to...Atsuo Ishimoto2012-07-161-2/+2
* | Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-1/+1
|\ \ | |/
| * Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-1/+1
* | Issue #18571: Implementation of the PEP 446: file descriptors and file handlesVictor Stinner2013-08-281-4/+52
* | Fix issue #17996: expose socket.AF_LINK constant on BSD and OSX.Giampaolo Rodola'2013-05-211-0/+5
* | #17740: merge with 3.3.Ezio Melotti2013-04-171-5/+27
|\ \ | |/ |/|
| * Fix ReST role markup: :method: -> :meth:Mark Dickinson2013-02-101-1/+1
| * Issue #15359: Add CAN_BCM protocol support to the socket module. Patch by BrianCharles-Fran?ois Natali2013-02-051-5/+27
* | #17740: fix links to the socket function. Initial patch by Zachary Ware.Ezio Melotti2013-04-171-9/+9
|/
* #15831: merge with 3.2Ezio Melotti2012-09-141-33/+381
|\
| * Issue #15060: merge with 3.2Sandro Tosi2012-06-141-33/+381
| |\
| | * Issue #15060: merge with 3.2Sandro Tosi2012-06-131-33/+381
| | |\
| | | * Issue #14310: inter-process socket duplication for windowsKristj?n Valur J?nsson2012-04-071-0/+25
| | | * Fix invalid markup and update suspicious ignores.Georg Brandl2012-03-041-2/+2
| | | * merged from 3.2Senthil Kumaran2012-02-091-6/+7
| | | |\
| | | * | Issue #13777: Add PF_SYSTEM sockets on OS X.Martin v. Löwis2012-02-031-0/+8
| | | * | Issue #6774: Back out c8b77efe8b56, which only brings confusion.Charles-François Natali2012-01-291-3/+1
| | | * | Issue #13724: improve documentation for socket.create_connection.Antoine Pitrou2012-01-121-4/+11
| | | |\ \
| | | * | | Issue #8373: The filesystem path of AF_UNIX sockets now uses the filesystemAntoine Pitrou2011-12-161-2/+16
| | | * | | Merge 3.2Éric Araujo2011-11-291-8/+8
| | | |\ \ \
| | | * | | | Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support.Charles-François Natali2011-11-101-5/+19
| | | * | | | Replace mentions of socket.error.Antoine Pitrou2011-10-121-17/+18
| | | * | | | Minimal update of socket docs for PEP 3151.Antoine Pitrou2011-10-121-11/+12
| | | * | | | Issue #10141: Don't use hardcoded frame size in example, use struct.calcsize()Victor Stinner2011-10-061-1/+2
| | | * | | | Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by MatthiasCharles-François Natali2011-10-061-5/+66
| | | * | | | #12781: merge with 3.2Sandro Tosi2011-09-021-0/+225
| | | |\ \ \ \
| | | | * | | | Add support for the send/recvmsg API to the socket module. Patch by David Wat...Nick Coghlan2011-08-221-0/+182
| | | | * | | | #12725: merge with 3.2.Ezio Melotti2011-08-141-0/+43
| | | | |\ \ \ \
| | | | | * | | | Further documentation updates to be consistent with doc standards and commentsGregory P. Smith2011-05-221-7/+7
| | | | | * | | | Refer to the return value on nameindex and friends as a string, not a byteGregory P. Smith2011-05-221-3/+3
| | | | | * | | | Issue #1746656: Add if_nameindex, if_nametoindex, if_indextonameGregory P. Smith2011-05-151-0/+33
| | | | | * | | | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value inAntoine Pitrou2011-05-101-2/+2
| | | | | |\ \ \ \
| | | | | * | | | | Recommend inspecting the errno attribute of socket.error objects,Antoine Pitrou2011-02-281-21/+26
| | | | | * | | | | Issue #10866: Add socket.sethostname(). Initial patch by Ross Lagerwall.Antoine Pitrou2011-02-281-0/+10
| | | * | | | | | | #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
| | | | |/ / / / | | | |/| | | |
* | | | | | | | #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-141-1/+1
|/ / / / / /
* | | | | | Issue #15060: fix typo in socket doc; Patch by anatoly techtonikSandro Tosi2012-06-131-1/+1
| |_|_|_|/ |/| | | |
* | | | | Fix Issue #6005: Examples in the socket library documentation use sendall,Senthil Kumaran2012-02-091-6/+7
| |_|_|/ |/| | |
* | | | Issue #13724: improve documentation for socket.create_connection.Antoine Pitrou2012-01-121-4/+11
| |_|/ |/| |
* | | Mark up constants in sockets docs as suchÉric Araujo2011-11-291-8/+8
* | | #12781: Mention SO_REUSEADDR flag near socket examplesSandro Tosi2011-09-021-0/+19