summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* Removed bosities around example code; not sure where that stuff creptFred Drake1999-04-051-9/+2
* Made improvements based on changes just made and comments fromFred Drake1999-04-051-6/+11
* 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
* Added note about ftpmirror.py, since that seems to be one of the mostFred Drake1999-03-251-0/+8
* 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
* 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
* 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
* "\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
* Typo: "Availabilty" --> "Availability"Fred Drake1999-02-261-1/+1
* 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
* Document the correct class hierarchy for SystemExit. It is not anBarry Warsaw1999-02-241-4/+8
* Incorporated updates to describe geturl() by Sjoerd MullenderFred Drake1999-02-221-15/+20
* 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
* BabylMailbox description: Properly escape the backslashes in theFred Drake1999-02-221-1/+1
* 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
* 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
* 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
* Documentation for pyclbr and tokenize modules.Fred Drake1999-02-182-0/+102
* Added sections for pyclbr and tokenize.Fred Drake1999-02-181-0/+2
* Remove the "Parsing Python" section. Hurray!Fred Drake1999-02-181-15/+0
* Add notes to __builtin__.float() and string.atof() that the NaN and InfFred Drake1999-02-182-12/+20
* atof() description: Add information about accepting 'NaN' to produceFred Drake1999-02-182-9/+12
* The _O_* constants are defined as O_* in the os module.Fred Drake1999-02-161-5/+5
* Remove "_" from the P_* symbols used with the spawn*() functions.Fred Drake1999-02-161-5/+5