Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Logical markup. | Fred Drake | 1998-03-10 | 1 | -83/+86 |
| | |||||
* | Remove all \bcode / \ecode cruft; this is no longer needed. See previous | Fred Drake | 1998-02-13 | 1 | -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 Rossum | 1998-02-06 | 1 | -1/+3 |
| | |||||
* | Consistency: "{\it ...}" ==> "\emph{...}" | Fred Drake | 1998-01-20 | 1 | -2/+2 |
| | |||||
* | Consistency: "{\bf ...}" ==> "\strong{...}" | Fred Drake | 1998-01-14 | 1 | -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 Rossum | 1997-12-09 | 1 | -1/+1 |
| | |||||
* | Separated the definitions of ntohs(), ntohl(), htons(), htonl(). Separate | Fred Drake | 1997-12-08 | 1 | -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 Rossum | 1997-11-18 | 1 | -0/+7 |
| | |||||
* | socket_type ==> SocketType | Fred Drake | 1997-10-13 | 1 | -1/+1 |
| | |||||
* | AMK's megapatch: | Guido van Rossum | 1997-07-17 | 1 | -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 Rossum | 1997-05-21 | 1 | -0/+5 |
| | |||||
* | Document "" and "<broadcast>". | Guido van Rossum | 1997-05-09 | 1 | -0/+4 |
| | |||||
* | Added warning that gethostname() doesn't always return fqdn, and show | Guido van Rossum | 1997-01-11 | 1 | -0/+5 |
| | | | | how to find it using gethostbyaddr(). | ||||
* | very minor typo | Barry Warsaw | 1997-01-03 | 1 | -1/+1 |
| | |||||
* | Documented getprotobyname() interface. | Guido van Rossum | 1996-12-19 | 1 | -0/+9 |
| | |||||
* | Added [nh]to[hn][sl](). | Guido van Rossum | 1996-12-02 | 1 | -0/+11 |
| | |||||
* | mass changes; fix titles; add examples; correct typos; clarifications; | Guido van Rossum | 1995-03-17 | 1 | -23/+28 |
| | | | | unified style; etc. | ||||
* | small changes by Soren Larsen | Guido van Rossum | 1995-03-13 | 1 | -9/+9 |
| | |||||
* | a few typographical changes (e.g. -- => ---) and lots of new stuff in the ↵ | Guido van Rossum | 1995-02-28 | 1 | -6/+6 |
| | | | | WWW chapter | ||||
* | changes refs to SO_* symbols | Guido van Rossum | 1995-02-27 | 1 | -12/+13 |
| | |||||
* | added lots of constants | Guido van Rossum | 1995-02-16 | 1 | -0/+16 |
| | |||||
* | copyright.tex: Add 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -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() method | Guido van Rossum | 1994-09-07 | 1 | -0/+9 |
| | |||||
* | Lots of small corrections by Andrew Kuchling (plus all new rotor docs) | Guido van Rossum | 1994-08-08 | 1 | -2/+4 |
| | |||||
* | * Doc/libsocket.tex (subsection{Socket Object Methods}): | Guido van Rossum | 1994-08-05 | 1 | -3/+12 |
| | | | | documented gethostname() and a few misc things | ||||
* | libsocket.tex: send[to] returns nbytes. | Guido van Rossum | 1994-08-01 | 1 | -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 addresses | Guido van Rossum | 1994-06-23 | 1 | -2/+10 |
| | |||||
* | adapt to min value of 1 for listen() backlog argument | Guido van Rossum | 1994-03-02 | 1 | -3/+3 |
| | |||||
* | s.avail() has met its maker | Guido van Rossum | 1994-01-03 | 1 | -7/+0 |
| | |||||
* | Restructured library documentation | Guido van Rossum | 1994-01-02 | 1 | -0/+265 |