Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added link to xdrlib module in "See also" section. | Fred Drake | 1999-04-21 | 1 | -1/+2 |
| | |||||
* | Fix some remaining index & consistency nits. (Many data member | Fred Drake | 1999-04-21 | 1 | -8/+8 |
| | | | | references were being omitted from the general index.) | ||||
* | 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 | 3 | -7/+4 |
| | |||||
* | 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 |
| | |||||
* | In list of sequence comparison examples, "=" should be "==". Reported | Fred Drake | 1999-04-16 | 1 | -1/+1 |
| | | | | by Mirko Liss <n89553@hrz.uni-paderborn.de>. | ||||
* | Removed dbhash from the undocumented list. | Fred Drake | 1999-04-15 | 1 | -4/+1 |
| | |||||
* | Add libdbhash.tex. | Fred Drake | 1999-04-15 | 1 | -0/+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. | ||||
* | Use the standard stylesheet here as well. | Fred Drake | 1999-04-14 | 1 | -0/+1 |
| | |||||
* | Use the tools/mkdvi.sh script to generate DVI and PDF output for the | Fred Drake | 1999-04-14 | 1 | -24/+11 |
| | | | | library reference now that it's sufficiently capable. | ||||
* | Further refinement, to allow this to handle the library reference as | Fred Drake | 1999-04-14 | 1 | -5/+5 |
| | | | | well as the other "manual" documents. | ||||
* | Typo: "Otherwose" --> "Otherwise" (reported by Joakim Sernbrant | Fred Drake | 1999-04-14 | 1 | -29/+29 |
| | | | | | | <joakim.sernbrant@front.se>). Misc. small fixes to the logical markup. | ||||
* | Add some support for the module index, so this can be used to build | Fred Drake | 1999-04-14 | 1 | -0/+13 |
| | | | | the .aux file for any of the "manual" class documents. | ||||
* | For now, comment out the \ignorePlatformAnnotation; the global index | Fred Drake | 1999-04-13 | 1 | -1/+1 |
| | | | | doesn't really work with this. | ||||
* | Don't include the verbatim style; the default handling is better. | Fred Drake | 1999-04-13 | 2 | -2/+2 |
| | |||||
* | Fix problem of LaTeX leakage in the module synopsis tables at the | Fred Drake | 1999-04-13 | 1 | -1/+1 |
| | | | | | beginning of chapters. Known problem reported by Barry Scott <barry@scottb.demon.co.uk>. | ||||
* | 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>. | ||||
* | Just in case a copy of the documentation gets released somehow... | Fred Drake | 1999-04-13 | 1 | -1/+1 |
| | |||||
* | Ignore the doc/ directory ("Documenting Python"). | Fred Drake | 1999-04-12 | 1 | -0/+1 |
| | |||||
* | Misspellling: "occurance" --> "occurrence" | Fred Drake | 1999-04-09 | 1 | -1/+1 |
| | |||||
* | Use #!/usr/bin/env python instead of #!/usr/local/bin/python. | 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 | ||||
* | 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 |
| |