summaryrefslogtreecommitdiffstats
path: root/Doc/library/socket.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #24233: Add a proper link to socket.getfqdn() documentation.Berker Peksag2015-05-181-1/+1
|\
| * Issue #24233: Add a proper link to socket.getfqdn() documentation.Berker Peksag2015-05-181-1/+1
* | Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES.Larry Hastings2015-04-131-0/+12
* | Issue #23853: socket.socket.sendall() does no more reset the socket timeoutVictor Stinner2015-04-061-0/+4
* | Issue #23618: socket.socket.connect() now waits until the connection completesVictor Stinner2015-04-021-0/+13
* | 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
* | 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 getad...Georg Brandl2014-10-281-1/+1
* | 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 are...Ethan Furman2014-10-151-0/+5
|\ \ | |/
| * Issue20386: SocketType is again socket.socket; the IntEnum SOCK constants are...Ethan Furman2014-10-151-0/+5
| * 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 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 3.3 (#16805)Éric Araujo2014-03-121-0/+1
|\ \
| * | Fix note markup (#16805).Éric Araujo2014-03-121-0/+1
* | | whatsnew: inet_pton/inet_ntop support windows (#7171).R David Murray2014-03-081-0/+6
* | | #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
|\ \ | |/
| * 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-271-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-9/+9
|\ \ | |/
| * #17740: fix links to the socket function. Initial patch by Zachary Ware.Ezio Melotti2013-04-171-9/+9
* | 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
|/
* #15831: merge with 3.2Ezio Melotti2012-09-141-1/+2
|\
| * #15831: document multiple signatures on different lines. Patch by Chris Jerd...Ezio Melotti2012-09-141-1/+2
* | Issue #15060: merge with 3.2Sandro Tosi2012-06-131-1/+1
|\ \ | |/
| * Issue #15060: better fix, thanks to review on #python-devSandro Tosi2012-06-131-1/+1
* | Issue #15060: merge with 3.2Sandro Tosi2012-06-131-1/+1
|\ \ | |/
| * Issue #15060: fix typo in socket doc; Patch by anatoly techtonikSandro Tosi2012-06-131-1/+1
* | 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
|\ \ | |/
| * Fix Issue #6005: Examples in the socket library documentation use sendall,Senthil 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