summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsocket.tex
Commit message (Collapse)AuthorAgeFilesLines
...
* Added documentation for the SSL interface, contributed by Gerhard Häring.Fred Drake2001-09-251-0/+23
| | | | This closes SF patch #461337.
* Document IPv6 changes. Contributed by itojun.Martin v. Löwis2001-08-041-27/+204
|
* SourceForge patch #103140, checked in at fdrake's invitation. Minor fixes andEric S. Raymond2001-01-101-6/+6
| | | | additions to library docs.#
* Revise the examples not to use the "from socket import *", and adjustFred Drake2000-10-101-5/+7
| | | | one comment in the example for clarity.
* Added a \versionadded statement to the getfqdn() description.Fred Drake2000-09-061-0/+1
|
* Document socket.getfqdn().Fred Drake2000-08-161-4/+12
|
* Apply SF patch #101151, by Peter S-K, which fixes smtplib's passing of theThomas Wouters2000-08-151-0/+2
| | | | | | 'helo' and 'ehlo' message, and exports the 'make_fqdn' function. This function should be moved to socket.py, if that module ever gets a Python wrapper.
* Clean up markup to be more like recommended practice; only small changesFred Drake2000-07-061-6/+8
| | | | needed.
* Say "manual page", not "man page", when referring to the Unix manual.Fred Drake2000-06-301-1/+1
|
* Someone found the examples of poor practice on socket addresses!Fred Drake2000-05-031-3/+3
| | | | Spotted by Greg Kochanski <gpk@bell-labs.com>.
* Added notes about the eventual disappearance of two-parameter bind(),Fred Drake2000-04-041-2/+13
| | | | | | | connect(), and connect_ex(). I didn't make these deprecation notices since it was never a documented feature.
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-4/+7
| | | | (Very rough.)
* Use \citetitle and \programopt as appropriate.Fred Drake1999-11-101-7/+7
|
* Added documentation for inet_aton() and inet_ntoa(), from BenFred Drake1999-09-161-0/+28
| | | | | | | Gertzfield <che@debian.org> (with minor changes). (Should have been here instead of in the branch in the first place, since these weren't in for the 1.5.2 release.)
* Add index entry "I/O control, buffering" for makefile().Fred Drake1999-08-051-3/+4
|
* Updated connect_ex() documentation based on comments in the newgroupFred Drake1999-05-061-1/+3
| | | | (M.-A. Lemburg and GvR).
* Logical markup nits.Fred Drake1999-04-211-22/+25
| | | | Make references to other modules hyperlinks.
* New section header style.Fred Drake1998-08-101-1/+2
| | | | Fix up a few synopses.
* Document gethostbyname_ex().Guido van Rossum1998-08-071-1/+12
|
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-2/+4
|
* Remove all uses of \sectcode; we can now use logical markup everywhere.Fred Drake1998-04-041-1/+1
|
* Use {methoddesc} as appropriate.Fred Drake1998-04-031-38/+37
|
* Change "\," to just "," in function signatures. This is easier to maintain,Fred Drake1998-03-171-3/+3
| | | | | works better with LaTeX2HTML, and allows some simplification of the python.sty macros.
* Logical markup.Fred Drake1998-03-101-83/+86
|
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-6/+6
| | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across.
* Add ref to errno module, and change ref to posix.error to os.error.Guido van Rossum1998-02-061-1/+3
|
* 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
|