| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed minor nits, added index entries to make these easier to find for people | Fred Drake | 1999-03-16 | 2 | -9/+17 |
|
|
* | 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 |
|
|
* | Fixup the module keys. There were some problems with hosting / processing | Fred Drake | 1999-03-12 | 4 | -8/+6 |
|
|
* | Updates based on comments from /F. | Fred Drake | 1999-03-12 | 1 | -6/+23 |
|
|
* | Fixed description of WSTOPSIG(), added WTERMSIG(). Problem reported | Fred Drake | 1999-03-04 | 1 | -0/+5 |
|
|
* | "\platform{UNIX}" should really be spelled "\platform{Unix}". | Fred Drake | 1999-03-02 | 13 | -14/+14 |
|
|
* | Added \platform annotations. | Fred Drake | 1999-03-02 | 24 | -93/+136 |
|
|
* | extract_tb(): Only describe this function once. Problem reported by | Fred Drake | 1999-02-26 | 1 | -23/+12 |
|
|
* | Typo: "Availabilty" --> "Availability" | Fred Drake | 1999-02-26 | 1 | -1/+1 |
|
|
* | Added note about comments, from Christopher Petrilli. | Fred Drake | 1999-02-24 | 1 | -1/+3 |
|
|
* | Update some of the top comments and shorten title of the first | Fred Drake | 1999-02-24 | 1 | -3/+6 |
|
|
* | Document the correct class hierarchy for SystemExit. It is not an | Barry Warsaw | 1999-02-24 | 1 | -4/+8 |
|
|
* | Incorporated updates to describe geturl() by Sjoerd Mullender | Fred Drake | 1999-02-22 | 1 | -15/+20 |
|
|
* | Refer to the right RFC in the intro. | Fred Drake | 1999-02-22 | 1 | -1/+1 |
|
|
* | Other chapter titles refer to collections of modules as "Services"; do | Fred Drake | 1999-02-22 | 1 | -1/+1 |
|
|
* | BabylMailbox description: Properly escape the backslashes in the | Fred Drake | 1999-02-22 | 1 | -1/+1 |
|
|
* | Oops, used a \label twice - fix one of them. | Fred Drake | 1999-02-22 | 1 | -1/+1 |
|
|
* | More reasonable section titles. | Fred Drake | 1999-02-22 | 5 | -11/+13 |
|
|
* | Shorten section title. | Fred Drake | 1999-02-20 | 1 | -2/+2 |
|
|
* | Added descriptions for BabylMailbox and Maildir (Qmail) mailbox | Fred Drake | 1999-02-20 | 1 | -5/+15 |
|
|
* | Shorten section title. | Fred Drake | 1999-02-20 | 6 | -12/+12 |
|
|
* | Shorten a few section titles. | Fred Drake | 1999-02-20 | 15 | -66/+72 |
|
|
* | Give subsections reasonable file names in the HTML. | Fred Drake | 1999-02-19 | 1 | -6/+6 |
|
|
* | Added an index entry. | Fred Drake | 1999-02-19 | 1 | -3/+6 |
|
|
* | Shortened the short synopsis -- too long. | Fred Drake | 1999-02-19 | 1 | -3/+2 |
|
|
* | Use more current approach to recording authors. | Fred Drake | 1999-02-19 | 1 | -6/+3 |
|
|
* | Shortened the short synopsis -- way too long. | Fred Drake | 1999-02-19 | 1 | -1/+1 |
|
|
* | Fix an amazing number of typos & malformed sentences reported by Detlef | Fred Drake | 1999-02-19 | 7 | -18/+18 |
|
|
* | Noted that the module was added in 1.5.2. | Fred Drake | 1999-02-19 | 1 | -0/+1 |
|
|
* | Update description of what modules "look like" when printed. | Fred Drake | 1999-02-19 | 1 | -2/+7 |
|
|
* | Use current approach to record documentation author. | Fred Drake | 1999-02-18 | 1 | -4/+2 |
|
|
* | Record module & documentation author. | Fred Drake | 1999-02-18 | 1 | -3/+3 |
|
|
* | Documentation for pyclbr and tokenize modules. | Fred Drake | 1999-02-18 | 2 | -0/+102 |
|
|
* | Added sections for pyclbr and tokenize. | Fred Drake | 1999-02-18 | 1 | -0/+2 |
|
|
* | Remove the "Parsing Python" section. Hurray! | Fred Drake | 1999-02-18 | 1 | -15/+0 |
|
|
* | Add notes to __builtin__.float() and string.atof() that the NaN and Inf | Fred Drake | 1999-02-18 | 2 | -12/+20 |
|
|
* | atof() description: Add information about accepting 'NaN' to produce | Fred Drake | 1999-02-18 | 2 | -9/+12 |
|
|
* | The _O_* constants are defined as O_* in the os module. | Fred Drake | 1999-02-16 | 1 | -5/+5 |
|
|
* | Remove "_" from the P_* symbols used with the spawn*() functions. | Fred Drake | 1999-02-16 | 1 | -5/+5 |
|
|
* | Added chapter on Windows modules, including msvcrt and winsound. | Fred Drake | 1999-02-16 | 5 | -13/+162 |
|
|
* | Added availability notes for samefile(), sameopenfile(), samestat() | Fred Drake | 1999-02-15 | 1 | -0/+3 |
|
|
* | Make sure all HTML pages generated from this section have reasonable | Fred Drake | 1999-02-12 | 1 | -27/+26 |
|
|
* | Markup nits. | Fred Drake | 1999-02-12 | 1 | -12/+6 |
|
|
* | Added section for MimeWriter, contributed by Christopher Petrilli | Fred Drake | 1999-02-12 | 3 | -8/+76 |
|
|
* | Document <complex #>.conjugate(). | Fred Drake | 1999-02-12 | 1 | -0/+2 |
|
|
* | Update documentation to reflect changes to Queue.py by Tim Peters. | Guido van Rossum | 1999-02-08 | 1 | -15/+29 |
|
|
* | Document sameopenfile(), samestat(). | Fred Drake | 1999-02-03 | 1 | -3/+17 |
|
|
* | Document splitdrive(). | Fred Drake | 1999-02-03 | 1 | -2/+10 |
|
|