summaryrefslogtreecommitdiffstats
path: root/Doc/libsocket.tex
Commit message (Collapse)AuthorAgeFilesLines
* Consistency: "{\it ...}" ==> "\emph{...}"Fred Drake1998-01-201-2/+2
|
* Consistency: "{\bf ...}" ==> "\strong{...}"Fred Drake1998-01-141-1/+1
| | | | | | | "{\em ...}" ==> "\emph{...}" Not at all sure what to do with "{\rm ...}". Leaving it for now.
* Fix a little mess (Likecode{...} -> Like \code{...}) in recently added text.Guido van Rossum1997-12-091-1/+1
|
* Separated the definitions of ntohs(), ntohl(), htons(), htonl(). SeparateFred Drake1997-12-081-8/+21
| | | | | descriptions really make things look a bit better, and should improve the ability to re-purpose the content.
* Document s.connect_ex(), which does not raise an exception on error.Guido van Rossum1997-11-181-0/+7
|
* socket_type ==> SocketTypeFred Drake1997-10-131-1/+1
|
* AMK's megapatch:Guido van Rossum1997-07-171-1/+6
| | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files
* Added description of socket_type.Guido van Rossum1997-05-211-0/+5
|
* Document "" and "<broadcast>".Guido van Rossum1997-05-091-0/+4
|
* Added warning that gethostname() doesn't always return fqdn, and showGuido van Rossum1997-01-111-0/+5
| | | | how to find it using gethostbyaddr().
* very minor typoBarry Warsaw1997-01-031-1/+1
|
* Documented getprotobyname() interface.Guido van Rossum1996-12-191-0/+9
|
* Added [nh]to[hn][sl]().Guido van Rossum1996-12-021-0/+11
|
* mass changes; fix titles; add examples; correct typos; clarifications;Guido van Rossum1995-03-171-23/+28
| | | | unified style; etc.
* small changes by Soren LarsenGuido van Rossum1995-03-131-9/+9
|
* a few typographical changes (e.g. -- => ---) and lots of new stuff in the ↵Guido van Rossum1995-02-281-6/+6
| | | | WWW chapter
* changes refs to SO_* symbolsGuido van Rossum1995-02-271-12/+13
|
* added lots of constantsGuido van Rossum1995-02-161-0/+16
|
* copyright.tex: Add 1995 to copyright message.Guido van Rossum1995-01-041-1/+10
| | | | | | | | | | | | | | | lib.tex: add libimp; remove bogus warning about lineii. libmath.tex: document hypot(). libmd5.tex: rename md5.md5() to md5.new(). libposix.tex: document chown(). libposixfile.tex: openfile() instead of fileopen(). libsocket.tex: document gethostbyaddr(). libtypes.tex: add footnote explaining why readline() keeps the newline. ref3.tex: correct typos, add back*quotes to index. ref4.tex: don't use \verb inside footnote. ref5.tex: explain repr() and str() and add them + back*quotes to index. ref6.tex: correct typo, don't use \verb in footnote. ref7.tex: don't use \verb in footnote.
* added Tommy Burnette's setblocking() methodGuido van Rossum1994-09-071-0/+9
|
* Lots of small corrections by Andrew Kuchling (plus all new rotor docs)Guido van Rossum1994-08-081-2/+4
|
* * Doc/libsocket.tex (subsection{Socket Object Methods}):Guido van Rossum1994-08-051-3/+12
| | | | documented gethostname() and a few misc things
* libsocket.tex: send[to] returns nbytes.Guido van Rossum1994-08-011-2/+2
| | | | | libstring.tex: added count(). ref2.tex: new keywords; moved keyword printing program to keywords.py.
* clarify the meaning of address for those methods that or return addressesGuido van Rossum1994-06-231-2/+10
|
* adapt to min value of 1 for listen() backlog argumentGuido van Rossum1994-03-021-3/+3
|
* s.avail() has met its makerGuido van Rossum1994-01-031-7/+0
|
* Restructured library documentationGuido van Rossum1994-01-021-0/+265