Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added new intro sections (incomplete); fixed various typos | Guido van Rossum | 1997-08-14 | 2 | -14/+374 |
| | |||||
* | Updated platform specific notes (it is now more common to have this) | Guido van Rossum | 1997-08-14 | 2 | -8/+40 |
| | | | | added some caveats. | ||||
* | Added buffer_info() docs. | Guido van Rossum | 1997-08-14 | 2 | -0/+20 |
| | |||||
* | Minor typo only. | Guido van Rossum | 1997-08-14 | 2 | -4/+4 |
| | |||||
* | Documented mime_decode_header() and mime_encode_header(). | Guido van Rossum | 1997-08-14 | 2 | -0/+16 |
| | |||||
* | More emphasis on os.environ's calling of putenv; and added hint about | Guido van Rossum | 1997-08-08 | 2 | -8/+28 |
| | | | | flags for open(). | ||||
* | Added mimify docs (Sjoerd). | Guido van Rossum | 1997-07-30 | 7 | -1/+159 |
| | |||||
* | l2h target: l2htut was listed twice and l2hapi was skipped. Fixed. | Fred Drake | 1997-07-30 | 1 | -1/+1 |
| | |||||
* | Bump up the version number. The date still needs to be set (Guido will | Fred Drake | 1997-07-25 | 2 | -2/+2 |
| | | | | | have to do that one!), but at least the version will match the release version. (1.5a2 got skipped for this.) | ||||
* | A couple of grammatical nits. | Fred Drake | 1997-07-24 | 2 | -130/+164 |
| | | | | | | | | | Re-sequenced the function descriptions so that the formatting is described before the assumption is made that the reader has a clue about the formatting. Moved examples to be closer to the functions being demonstrated. Added example of saferepr() result. | ||||
* | Document new 'quote' flag to cgi.escape(). | Guido van Rossum | 1997-07-19 | 2 | -6/+10 |
| | |||||
* | added code.py; codehack.py is obsolete | Guido van Rossum | 1997-07-18 | 7 | -5/+81 |
| | |||||
* | Added label{module-spam} | Guido van Rossum | 1997-07-18 | 5 | -3/+11 |
| | |||||
* | Remove pprint from the list of undocumented modules. | Fred Drake | 1997-07-18 | 2 | -8/+0 |
| | |||||
* | Add entry for the pprint module. | Fred Drake | 1997-07-18 | 2 | -0/+2 |
| | |||||
* | Add libpprint.tex to the lib.dvi dependencies. | Fred Drake | 1997-07-18 | 1 | -1/+2 |
| | |||||
* | Documentation for the pprint module. | Fred Drake | 1997-07-18 | 2 | -0/+304 |
| | |||||
* | Use 'and' instead of '&', which is a (La)TeX control character. | Guido van Rossum | 1997-07-17 | 2 | -2/+4 |
| | | | | "make lib tut ext" should now be errorfree. | ||||
* | Add AMK's seealso environment that is now used in the library manual | Guido van Rossum | 1997-07-17 | 1 | -0/+11 |
| | | | | at some places. | ||||
* | AMK's megapatch: | Guido van Rossum | 1997-07-17 | 196 | -859/+1068 |
| | | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files | ||||
* | Extensive changes by AMK. | Guido van Rossum | 1997-07-17 | 2 | -8/+154 |
| | |||||
* | Note that getvalue() must be called before close(). | Guido van Rossum | 1997-07-17 | 2 | -4/+10 |
| | |||||
* | Added libni.tex libgzip.tex | Guido van Rossum | 1997-07-17 | 3 | -1/+5 |
| | |||||
* | New from AMK | Guido van Rossum | 1997-07-17 | 2 | -0/+88 |
| | |||||
* | New version (interim) by AMK. | Guido van Rossum | 1997-07-17 | 2 | -3400/+1872 |
| | |||||
* | Removed mailbox, SocketServer, cmath -- these are now documented! | Guido van Rossum | 1997-07-17 | 2 | -14/+0 |
| | |||||
* | Added cmath | Guido van Rossum | 1997-07-17 | 3 | -1/+3 |
| | |||||
* | Typo in example. | Guido van Rossum | 1997-07-17 | 2 | -2/+2 |
| | |||||
* | New cmath module docs, by AMK (with additions and deletions by Guido). | Guido van Rossum | 1997-07-17 | 2 | -0/+118 |
| | |||||
* | Added fileno(); added readlines(sizehint). | Guido van Rossum | 1997-07-17 | 2 | -18/+48 |
| | | | | AMK's sed job. | ||||
* | Fix dropped word. | Guido van Rossum | 1997-07-17 | 2 | -2/+2 |
| | |||||
* | Added a few new undocumented modules. | Guido van Rossum | 1997-07-16 | 2 | -10/+20 |
| | |||||
* | Oops, some clarifications to conditional breaks. | Guido van Rossum | 1997-07-11 | 2 | -8/+8 |
| | |||||
* | Added (minimal) doc for conditional breakpoints. | Guido van Rossum | 1997-07-11 | 2 | -6/+14 |
| | | | | | (Lie about the syntax (and the syntax for "list") because latex2html doesn't seem to handle doubly nested [] pairs.) | ||||
* | fixed typo, "header" ==> "headers" | Fred Drake | 1997-06-20 | 2 | -2/+2 |
| | |||||
* | Fix LaTeX bug found by examining the docstrings added to commands.py. | Fred Drake | 1997-06-12 | 2 | -2/+2 |
| | |||||
* | Added libcommands.tex to list of library reference dependencies. | Fred Drake | 1997-06-12 | 1 | -1/+1 |
| | |||||
* | Documentation for Lib/commands.py, from Sue Williams. | Fred Drake | 1997-06-12 | 4 | -2/+100 |
| | |||||
* | Really nitty-gritty change to prevent latex2html from using a LaTeX-generated | Fred Drake | 1997-06-06 | 2 | -2/+2 |
| | | | | image of the argument list.... | ||||
* | Doc for mailbox.tex (Jack) | Guido van Rossum | 1997-06-02 | 2 | -0/+84 |
| | |||||
* | A nicety (author lost). | Guido van Rossum | 1997-06-02 | 2 | -0/+146 |
| | |||||
* | add libmailbox | Guido van Rossum | 1997-06-02 | 1 | -1/+2 |
| | |||||
* | Added libmailbox, obsolete libstdwin | Guido van Rossum | 1997-06-02 | 2 | -2/+4 |
| | |||||
* | Increase printable page size. | Guido van Rossum | 1997-06-02 | 1 | -0/+13 |
| | |||||
* | Added SocketServer and mailbox modules. | Guido van Rossum | 1997-06-02 | 2 | -0/+12 |
| | |||||
* | It's now using mimetools instead of rfc822 | Guido van Rossum | 1997-06-02 | 2 | -4/+4 |
| | |||||
* | stdwin is obsolete. Point to bsddb from dbhash. | Guido van Rossum | 1997-06-02 | 2 | -2/+12 |
| | |||||
* | Additional info about sys.path, sys.version, sys.prefix, sys.exec_prefix. | Guido van Rossum | 1997-06-02 | 2 | -6/+86 |
| | | | | (AMK) | ||||
* | Grammar (AMK). | Guido van Rossum | 1997-06-02 | 2 | -2/+2 |
| | |||||
* | Mention seekable parameter (AMK). | Guido van Rossum | 1997-06-02 | 2 | -4/+14 |
| | | | | Added pointer to mailbox module. |