Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated documentation by Per Cederqvist. I've added back the | Guido van Rossum | 1999-04-07 | 1 | -15/+58 |
| | | | | | documentation sendmail() to reflect the changes by The Dragon (see smtplib.py checkin). | ||||
* | Added more "See also" entries, + 1 inline hyperlink. | Fred Drake | 1999-04-05 | 3 | -1/+21 |
| | |||||
* | Fixed latex2html weirdness with footnotes. | Fred Drake | 1999-04-05 | 5 | -43/+42 |
| | |||||
* | correct version info for zlib. | Jeremy Hylton | 1999-04-05 | 1 | -6/+11 |
| | | | | | | add note about module failing with old versions of the library. update comment that explains that this doc is *still* out of date | ||||
* | Fixed latex2html weirdness with footnotes. | Fred Drake | 1999-04-05 | 1 | -10/+6 |
| | |||||
* | Fixed latex2html weirdness with footnotes. | Fred Drake | 1999-04-05 | 3 | -18/+18 |
| | |||||
* | Fixed latex2html weirdness for a footnote. | Fred Drake | 1999-04-05 | 1 | -2/+2 |
| | |||||
* | open() description: Made it more clear that 'b' should always be | Fred Drake | 1999-04-05 | 1 | -16/+21 |
| | | | | | | | added to the mode value for binary files to improve portability. Fixed latex2html weirdness with a couple of footnotes. | ||||
* | Added a few items to the "See also" sections at Guido's prompting. Made | Fred Drake | 1999-04-05 | 2 | -19/+36 |
| | | | | | more references to other modules in the text hyperlinks for the HTML and PDF versions. | ||||
* | Added "doc" target to match the other document-prefix targets. | Fred Drake | 1999-04-05 | 1 | -0/+1 |
| | |||||
* | Removed bosities around example code; not sure where that stuff crept | Fred Drake | 1999-04-05 | 1 | -9/+2 |
| | | | | in! | ||||
* | Made improvements based on changes just made and comments from | Fred Drake | 1999-04-05 | 1 | -6/+11 |
| | | | | Bernhard Reiter <bernhard@csd.uwm.edu>. | ||||
* | Added "Documenting Python" to the index. | Fred Drake | 1999-03-30 | 1 | -0/+3 |
| | |||||
* | Fixed a lot of the smaller nits identified in Guido's comments. | Fred Drake | 1999-03-29 | 1 | -28/+68 |
| | | | | | Filled in some of the "blank" areas, and added another large blank area for a LaTeX primer. (Still a lot to be done.) | ||||
* | Where rfc822.Message is mentioned, add a link to the rfc822 module. | Fred Drake | 1999-03-27 | 1 | -4/+5 |
| | |||||
* | Added some rules that affect those little "See also:" sections. | Fred Drake | 1999-03-25 | 1 | -0/+11 |
| | |||||
* | Be more stylesheet friendly. | Fred Drake | 1999-03-25 | 1 | -1/+2 |
| | |||||
* | Require the verbatim package (similar to the LaTeX version). | Fred Drake | 1999-03-25 | 2 | -4/+6 |
| | |||||
* | Document complex() with string arg. | Guido van Rossum | 1999-03-25 | 1 | -2/+4 |
| | |||||
* | SIGTERM is no longer caught to call sys.exitfunc. | Guido van Rossum | 1999-03-25 | 2 | -7/+5 |
| | | | | This change was made long ago but the documentation was never updated. | ||||
* | Remove \platformof support, since it's been removed from the LaTeX | Fred Drake | 1999-03-25 | 1 | -24/+9 |
| | | | | | | style sheet. Small nits. | ||||
* | Added note about ftpmirror.py, since that seems to be one of the most | Fred Drake | 1999-03-25 | 1 | -0/+8 |
| | | | | requested Python tools/examples. | ||||
* | Use more recent option to \pdfdest to not change the zoom factor. | Fred Drake | 1999-03-24 | 1 | -1/+1 |
| | | | | This is in response to a comment from Wes Rishel <wes@rishel.com>. | ||||
* | Document new builtin buffer(). Greg Stein. | Guido van Rossum | 1999-03-19 | 1 | -0/+10 |
| | |||||
* | Added htmldoc, to generate the HTML for "Documenting Python". | Fred Drake | 1999-03-18 | 1 | -0/+3 |
| | |||||
* | Add "Documenting Python" to the list of processed documents. | Fred Drake | 1999-03-18 | 1 | -1/+7 |
| | |||||
* | LaTeX2HTML support for the ltxmarkup package. | Fred Drake | 1999-03-18 | 1 | -0/+51 |
| | |||||
* | Add some (commented out) macros to change the page size to the size of | Fred Drake | 1999-03-18 | 1 | -41/+35 |
| | | | | | | | | | | | | | | typical published manuals, so people can more easily see what they're really asking for. ;-) Revise the verbatim environment: simple implementation, but more compatible if a document also add \usepackage{verbatim} at the beginning. Declare \modindex, \bimodindex, \exmodindex, and \stmodindex obsolete. These still work just fine, but \declaremodule should be used instead. The obsolete macros will print a warning on standard out. | ||||
* | Documented FTP.set_pasv(). | Fred Drake | 1999-03-18 | 1 | -13/+15 |
| | |||||
* | Make this simpler; don't care about the paper size. Require that the | Fred Drake | 1999-03-18 | 1 | -4/+2 |
| | | | | | | files exist in the current directory. Add "Documenting Python" to the list of documents listed. | ||||
* | Note that abspath() was added in 1.5.2. | Fred Drake | 1999-03-17 | 1 | -0/+1 |
| | |||||
* | Be sure "make" understands the "doc" target is phony. | Fred Drake | 1999-03-17 | 1 | -1/+1 |
| | |||||
* | Fixed minor nits, added index entries to make these easier to find for people | Fred Drake | 1999-03-16 | 2 | -9/+17 |
| | | | | not familiar with Unix terminology. | ||||
* | Ignore some more files kept by mkhowto --keep. | Fred Drake | 1999-03-16 | 2 | -0/+4 |
| | |||||
* | Add support for "Documenting Python". | Fred Drake | 1999-03-16 | 3 | -3/+23 |
| | |||||
* | Removed the embedded sections showing module documentation; just | Fred Drake | 1999-03-16 | 1 | -78/+2 |
| | | | | \input the module template. | ||||
* | New document: "Documenting Python". | Fred Drake | 1999-03-16 | 1 | -0/+644 |
| | |||||
* | Markup for documenting LaTeX macros and environments. | Fred Drake | 1999-03-16 | 1 | -0/+24 |
| | |||||
* | Added the new sections from Skip Montanaro. | Fred Drake | 1999-03-15 | 1 | -0/+2 |
| | |||||
* | Preliminary mhlib and telnetlib documents from Skip Montanaro -- thanks, Skip! | Fred Drake | 1999-03-15 | 3 | -0/+321 |
| | |||||
* | Fixed tons of small markup problems. | Fred Drake | 1999-03-12 | 1 | -69/+74 |
| | |||||
* | Added availabililty annotations to respond to concerns of /F. | Fred Drake | 1999-03-12 | 1 | -4/+5 |
| | |||||
* | Fixed grammatical error reported by Donald Wallace Rouse II | Fred Drake | 1999-03-12 | 1 | -2/+2 |
| | | | | <dwr2@ix.netcom.com>. | ||||
* | Fixup the module keys. There were some problems with hosting / processing | Fred Drake | 1999-03-12 | 4 | -8/+6 |
| | | | | file HTML files on Windows machines do to case insensitivity. | ||||
* | Updates based on comments from /F. | Fred Drake | 1999-03-12 | 1 | -6/+23 |
| | |||||
* | Add support for <platform>, some cleanup of module section after | Fred Drake | 1999-03-11 | 1 | -0/+20 |
| | | | | creating the <moduleinfo>. | ||||
* | Lots of nits to respond to various comments from users. | Fred Drake | 1999-03-10 | 1 | -57/+56 |
| | |||||
* | Fix a number of typos and small grammatical nits pointed out by Detlef | Fred Drake | 1999-03-09 | 1 | -9/+13 |
| | | | | | | | | Lannert <lannert@lannert.rz.uni-duesseldorf.de>. Added a comment explaining the cast in the method table for the keyword arguments sample code, in response to another comment by Detlef. | ||||
* | Added note about __builtin__._ to section dicussing classes of | Fred Drake | 1999-03-05 | 1 | -5/+15 |
| | | | | reserved names, just to avoid confusion on the part of users. | ||||
* | Oops, missed a couple of substitutions in the templates. | Fred Drake | 1999-03-04 | 1 | -6/+9 |
| |