summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsocket.tex
Commit message (Expand)AuthorAgeFilesLines
* Doc patch matching r53434 (htonl etc. now always take/return positive ints).Guido van Rossum2007-01-151-4/+4
* [Bug #1613651] Document socket.recv_into, socket.recvfrom_intoAndrew M. Kuchling2006-12-191-2/+23
* Fix SF #1599879, socket.gethostname should ref getfqdn directly.Neal Norwitz2006-11-211-2/+2
* [Bug #1583946] Reword description of server and issuerAndrew M. Kuchling2006-10-271-5/+6
* [Bug #1530382] Document SSL.server(), .issuer() methodsAndrew M. Kuchling2006-07-291-0/+52
* [Bug #1475554] Strengthen text to say 'must' instead of 'should'Andrew M. Kuchling2006-06-031-2/+2
* Bug #1460564: document that socket.fromfd() duplicates the givenGeorg Brandl2006-04-011-4/+5
* Correct API design mistake from rev. 43126: make socket attributes readonly p...Georg Brandl2006-03-211-15/+19
* RFE #567972: Socket objects' family, type and proto properties areGeorg Brandl2006-03-171-1/+16
* Remove dots in \version{changed,added} argument andGeorg Brandl2006-01-151-2/+2
* Remove extra period at end.Neal Norwitz2006-01-151-1/+1
* Patch #1103116: AF_NETLINK sockets basic support.Martin v. Löwis2006-01-141-0/+3
* Bug #756104: document that bufsize in socket.recv() should be smallGeorg Brandl2005-12-261-0/+2
* SF Bug #1308042, platform dependent behaviour (Windoze of course) in UDP sock...Neal Norwitz2005-10-031-1/+2
* Fix test for socket.getfqdn() to also include the name returned byBrett Cannon2005-03-111-2/+2
* Patch #1015012. Improve markup and punctuation in libsocket.texDave Cole2004-08-261-3/+3
* Updated the socketpair() docstring and documentation to explain that theDave Cole2004-08-231-2/+3
* Ooops - for some reason I had the wrong versionadded...Dave Cole2004-08-091-1/+1
* Patch #1003700: Add socketpair function to socket module.Dave Cole2004-08-091-0/+8
* Added socket.getservbyport(), and make its second argument and that ofBarry Warsaw2004-06-281-3/+9
* avoid backticks in examples; use repr() insteadFred Drake2004-06-031-2/+2
* note that the error code for socket.gaierror will be one of the EAI_*Fred Drake2004-05-051-0/+2
* #928751, fix typos in socket docNeal Norwitz2004-04-031-3/+3
* update signature of the socket constructorFred Drake2004-01-271-5/+7
* After hearing from someone who gave up on timeout sockets due to aGuido van Rossum2003-12-131-0/+4
* Patch #849595: Add socket.shutdown() constants.Martin v. Löwis2003-11-271-2/+2
* Add note about fileno not being usable as a normal file descriptor in Windows.Brett Cannon2003-08-051-0/+4
* SF bug #774411: Typo in socket documentationRaymond Hettinger2003-07-201-1/+1
* SF patch #760257: add socket.timeout exceptionRaymond Hettinger2003-06-291-1/+9
* SF #757229, fix libsocket.tex typoNeal Norwitz2003-06-201-1/+1
* - add availability statements for some of the new APIsFred Drake2003-04-251-38/+38
* Fix a copy-paste error: the paragraph about inet_ntop's use was copiedGuido van Rossum2003-04-251-2/+2
* Add versionadded for has_ipv6 attributeNeal Norwitz2003-04-251-0/+1
* Patch by Jp Calderone:Guido van Rossum2003-04-251-0/+42
* add descriptions of {get,set}defaulttimeout.Skip Montanaro2003-03-201-0/+14
* Major overhaul of timeout sockets:Guido van Rossum2002-06-131-21/+22
* Clarify the interaction between timeout/non-blocking mode, makefileGuido van Rossum2002-06-071-1/+10
* Fix typoNeal Norwitz2002-06-071-1/+1
* Clarify the interaction between blocking and timeouts. Explain thatGuido van Rossum2002-06-071-16/+23
* Add version info, and fix another typo and wording spotted by /F. I think th...Neal Norwitz2002-06-061-2/+4
* Fix typo spotted by Fredrik Lundh.Fred Drake2002-06-061-1/+1
* Fix some markup errors and adjust wording slightly.Fred Drake2002-06-061-15/+15
* SF patch 555085 (timeout socket implementation) by Michael Gilfix.Guido van Rossum2002-06-061-0/+23
* Fix the erroneous availability annotation for s.makefile() from the lastFred Drake2001-12-221-5/+7
* Add notes that fromfd() and s.makefile() are Unix-specific.Fred Drake2001-12-211-12/+14
* Added documentation of the sendall() method, and a note to the send() methodFred Drake2001-12-051-0/+13
* Use the \note and \warning macros where appropriate.Fred Drake2001-10-201-7/+7
* When stating that some parameters to makefile() are similar to the open()Fred Drake2001-10-191-1/+2
* Document that keyfile and certfile are now optional.Jeremy Hylton2001-10-111-1/+1
* Fix some markup errors.Fred Drake2001-09-271-2/+2