Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add warning that last() and previous() don't work for hashtable | Fred Drake | 1999-04-22 | 1 | -4/+6 |
| | | | | | databases (opened using hashopen()), as noted by Skip Montanaro on comp.lang.python. | ||||
* | Misc. markup nits. | Fred Drake | 1999-04-21 | 1 | -28/+29 |
| | | | | All sections get reasonable file names in the HTML output. | ||||
* | Fix markup typo. | Fred Drake | 1999-04-21 | 1 | -1/+1 |
| | |||||
* | Mark the "Notes:" sections under tables the same way it's done | Fred Drake | 1999-04-21 | 1 | -5/+11 |
| | | | | elsewhere in the library reference. | ||||
* | The version information here was checked good in 1999, not 199. ;-) | Fred Drake | 1999-04-21 | 1 | -6/+6 |
| | | | | | Added "See also" reference to zlib home page, even though it's mentioned in the text. | ||||
* | Reflow paragraph to work around LaTeX2HTML dropping a space. | Fred Drake | 1999-04-21 | 1 | -6/+6 |
| | | | | Make all references to the os module hyperlinks. | ||||
* | Reflow paragraph to work around LaTeX2HTML dropping a space. | Fred Drake | 1999-04-21 | 1 | -8/+7 |
| | |||||
* | Small nits, more hyperlinks. | Fred Drake | 1999-04-21 | 1 | -8/+27 |
| | | | | Added more information for cStringIO. | ||||
* | Make references to whrandom hyperlinks. | Fred Drake | 1999-04-21 | 1 | -10/+10 |
| | |||||
* | Small markup nits. | Fred Drake | 1999-04-21 | 1 | -11/+11 |
| | |||||
* | Make the names of the referenced modules hyperlinks; they had not been | Fred Drake | 1999-04-21 | 1 | -5/+6 |
| | | | | marked at all. | ||||
* | Nits. Reference to signal module becomes a hyperlink. | Fred Drake | 1999-04-21 | 1 | -5/+5 |
| | |||||
* | Work around LaTeX2HTML comment-handling bug. | Fred Drake | 1999-04-21 | 1 | -2/+2 |
| | |||||
* | Logical markup nits. | Fred Drake | 1999-04-21 | 1 | -22/+25 |
| | | | | Make references to other modules hyperlinks. | ||||
* | Logical markup & other small nits. | Fred Drake | 1999-04-21 | 1 | -16/+15 |
| | |||||
* | Explain *why* the copytree() implementation is presented as the | Fred Drake | 1999-04-21 | 1 | -1/+2 |
| | | | | example! | ||||
* | Textual references to the glob module can be hyperlinks. | Fred Drake | 1999-04-21 | 1 | -2/+2 |
| | |||||
* | Markup nit to fixed dropped space in HTML output. | Fred Drake | 1999-04-21 | 1 | -4/+4 |
| | |||||
* | Markup nits. | Fred Drake | 1999-04-21 | 1 | -3/+2 |
| | |||||
* | Added "See also" reference to xdrlib. | Fred Drake | 1999-04-21 | 1 | -10/+11 |
| | | | | Markup nits. | ||||
* | Markup nits. | Fred Drake | 1999-04-21 | 1 | -8/+5 |
| | |||||
* | Mark the references to module names use \module or \refmodule (the | Fred Drake | 1999-04-21 | 1 | -8/+6 |
| | | | | closing paragraph used \code). | ||||
* | Important fix mentioned by The Dragon De Monsyne: the sendmail() | Guido van Rossum | 1999-04-21 | 1 | -2/+1 |
| | | | | | method does _not_ disconnect the connection when it throws a SMTPHeloError! | ||||
* | Oops; minor nit in example: none of the other interactive examples | Fred Drake | 1999-04-21 | 1 | -1/+0 |
| | | | | show the "trailing" prompt, so don't show it here! | ||||
* | Added link to xdrlib module in "See also" section. | Fred Drake | 1999-04-21 | 1 | -1/+2 |
| | |||||
* | Added index entry for "file objects"; this is appearantly referenced | Fred Drake | 1999-04-21 | 1 | -4/+5 |
| | | | | | | somewhere in the Reference Manual, and someone tried to locate it via the index. Report on the omission by Stefan Franke <sfranke@cdc-group.com>. | ||||
* | Added doc for the "module" attribute on the class descriptor objects; | Fred Drake | 1999-04-20 | 1 | -2/+7 |
| | | | | omission repoorted by Glyn Webster <glyn@ninz.org.nz>. | ||||
* | Added example use of pack_list() to help explain the pack_item | Fred Drake | 1999-04-20 | 1 | -0/+9 |
| | | | | | parameter. Lack of clarity reported by Matthew Gallagher <hew@hons.cs.usyd.edu.au>. | ||||
* | Updated to reflect additions. | Fred Drake | 1999-04-19 | 2 | -7/+2 |
| | |||||
* | colorsys docs from David Ascher. | Fred Drake | 1999-04-19 | 1 | -0/+54 |
| | |||||
* | bsddb docs from Skip Montanaro; added interesting links. | Fred Drake | 1999-04-19 | 3 | -2/+146 |
| | |||||
* | Remove superfluous index entry for posix.popen(); no longer | Fred Drake | 1999-04-16 | 1 | -1/+0 |
| | | | | appropriate since popen() is only documented in os. | ||||
* | Added link to Fredrik Lundh's online Tkinter reference material. | Fred Drake | 1999-04-16 | 1 | -1/+4 |
| | |||||
* | Minor nits, include author info. | Fred Drake | 1999-04-16 | 1 | -2/+2 |
| | |||||
* | Removed dbhash from the undocumented list. | Fred Drake | 1999-04-15 | 1 | -4/+1 |
| | |||||
* | Document the dbhash module, and link to it from appropriate places. | Fred Drake | 1999-04-15 | 4 | -3/+94 |
| | |||||
* | Correct documentation for <file>.read(); Python makes a serious | Fred Drake | 1999-04-14 | 1 | -6/+8 |
| | | | | | | best-effort to return 'size' bytes. Point out that this may mean multiple fread() calls. Reported by Anders Hammarquist <iko@iko.pp.se> via the Debian crew. | ||||
* | Fix availability declaration for popen2 module; report by Barry Scott | Fred Drake | 1999-04-13 | 1 | -1/+1 |
| | | | | <barry@scottb.demon.co.uk>. | ||||
* | Minor cleanup. | Fred Drake | 1999-04-13 | 1 | -6/+7 |
| | |||||
* | Fix availability declaration for stat module; report by Barry Scott | Fred Drake | 1999-04-13 | 1 | -1/+1 |
| | | | | <barry@scottb.demon.co.uk>. | ||||
* | Work around problems with HTML conversion by making the break and | Fred Drake | 1999-04-13 | 1 | -6/+2 |
| | | | | | tbreak synopses be all on one line (each). Known problem, most recently reported by Barry Scott <barry@scottb.demon.co.uk>. | ||||
* | Misspellling: "occurance" --> "occurrence" | Fred Drake | 1999-04-09 | 1 | -1/+1 |
| | |||||
* | 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 | ||||
* | 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. | ||||
* | 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>. |