summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Collapse)AuthorAgeFilesLines
* Misspellling: "occurance" --> "occurrence"Fred Drake1999-04-091-1/+1
|
* Updated documentation by Per Cederqvist. I've added back theGuido van Rossum1999-04-071-15/+58
| | | | | documentation sendmail() to reflect the changes by The Dragon (see smtplib.py checkin).
* Added more "See also" entries, + 1 inline hyperlink.Fred Drake1999-04-053-1/+21
|
* Fixed latex2html weirdness with footnotes.Fred Drake1999-04-055-43/+42
|
* correct version info for zlib.Jeremy Hylton1999-04-051-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 beFred Drake1999-04-051-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. MadeFred Drake1999-04-052-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 creptFred Drake1999-04-051-9/+2
| | | | in!
* Made improvements based on changes just made and comments fromFred Drake1999-04-051-6/+11
| | | | Bernhard Reiter <bernhard@csd.uwm.edu>.
* Where rfc822.Message is mentioned, add a link to the rfc822 module.Fred Drake1999-03-271-4/+5
|
* Document complex() with string arg.Guido van Rossum1999-03-251-2/+4
|
* SIGTERM is no longer caught to call sys.exitfunc.Guido van Rossum1999-03-252-7/+5
| | | | This change was made long ago but the documentation was never updated.
* Added note about ftpmirror.py, since that seems to be one of the mostFred Drake1999-03-251-0/+8
| | | | requested Python tools/examples.
* Document new builtin buffer(). Greg Stein.Guido van Rossum1999-03-191-0/+10
|
* Documented FTP.set_pasv().Fred Drake1999-03-181-13/+15
|
* Note that abspath() was added in 1.5.2.Fred Drake1999-03-171-0/+1
|
* Fixed minor nits, added index entries to make these easier to find for peopleFred Drake1999-03-162-9/+17
| | | | not familiar with Unix terminology.
* Preliminary mhlib and telnetlib documents from Skip Montanaro -- thanks, Skip!Fred Drake1999-03-153-0/+321
|
* Fixed tons of small markup problems.Fred Drake1999-03-121-69/+74
|
* Added availabililty annotations to respond to concerns of /F.Fred Drake1999-03-121-4/+5
|
* Fixup the module keys. There were some problems with hosting / processingFred Drake1999-03-124-8/+6
| | | | file HTML files on Windows machines do to case insensitivity.
* Updates based on comments from /F.Fred Drake1999-03-121-6/+23
|
* Fixed description of WSTOPSIG(), added WTERMSIG(). Problem reportedFred Drake1999-03-041-0/+5
| | | | by Jonathan Giddy <jon@dgs.monash.edu.au>.
* "\platform{UNIX}" should really be spelled "\platform{Unix}".Fred Drake1999-03-0213-14/+14
|
* Added \platform annotations.Fred Drake1999-03-0224-93/+136
|
* extract_tb(): Only describe this function once. Problem reported byFred Drake1999-02-261-23/+12
| | | | Jonathan Giddy <jon@dgs.monash.edu.au>.
* Typo: "Availabilty" --> "Availability"Fred Drake1999-02-261-1/+1
| | | | Thanks to /F!
* Added note about comments, from Christopher Petrilli.Fred Drake1999-02-241-1/+3
|
* Update some of the top comments and shorten title of the firstFred Drake1999-02-241-3/+6
| | | | section.
* Document the correct class hierarchy for SystemExit. It is not anBarry Warsaw1999-02-241-4/+8
| | | | error and so it derives from Exception and not SystemError.
* Incorporated updates to describe geturl() by Sjoerd MullenderFred Drake1999-02-221-15/+20
| | | | <Sjoerd.Mullender@cwi.nl>.
* Refer to the right RFC in the intro.Fred Drake1999-02-221-1/+1
|
* Other chapter titles refer to collections of modules as "Services"; doFred Drake1999-02-221-1/+1
| | | | the same here.
* BabylMailbox description: Properly escape the backslashes in theFred Drake1999-02-221-1/+1
| | | | string representations.
* Oops, used a \label twice - fix one of them.Fred Drake1999-02-221-1/+1
|
* More reasonable section titles.Fred Drake1999-02-225-11/+13
|
* Shorten section title.Fred Drake1999-02-201-2/+2
|
* Added descriptions for BabylMailbox and Maildir (Qmail) mailboxFred Drake1999-02-201-5/+15
| | | | objects.
* Shorten section title.Fred Drake1999-02-206-12/+12
|
* Shorten a few section titles.Fred Drake1999-02-2015-66/+72
|
* Give subsections reasonable file names in the HTML.Fred Drake1999-02-191-6/+6
|
* Added an index entry.Fred Drake1999-02-191-3/+6
|
* Shortened the short synopsis -- too long.Fred Drake1999-02-191-3/+2
|
* Use more current approach to recording authors.Fred Drake1999-02-191-6/+3
|
* Shortened the short synopsis -- way too long.Fred Drake1999-02-191-1/+1
|
* Fix an amazing number of typos & malformed sentences reported by DetlefFred Drake1999-02-197-18/+18
| | | | Lannert <lannert@uni-duesseldorf.de>.
* Noted that the module was added in 1.5.2.Fred Drake1999-02-191-0/+1
|
* Update description of what modules "look like" when printed.Fred Drake1999-02-191-2/+7
|
* Use current approach to record documentation author.Fred Drake1999-02-181-4/+2
|
* Record module & documentation author.Fred Drake1999-02-181-3/+3
|