summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| | | | results are possible but non-portable.
* atof() description: Add information about accepting 'NaN' to produceFred Drake1999-02-182-9/+12
| | | | the NaN value.
* 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
|
* Added chapter on Windows modules, including msvcrt and winsound.Fred Drake1999-02-165-13/+162
|
* Added availability notes for samefile(), sameopenfile(), samestat()Fred Drake1999-02-151-0/+3
| | | | since these are not available on Windows.
* Make sure all HTML pages generated from this section have reasonableFred Drake1999-02-121-27/+26
| | | | | | names. Markup nits.
* Markup nits.Fred Drake1999-02-121-12/+6
|
* Added section for MimeWriter, contributed by Christopher PetrilliFred Drake1999-02-123-8/+76
| | | | | | <petrilli@amber.org>. This spells the end of another whole section in the undoc chapter!
* Document <complex #>.conjugate().Fred Drake1999-02-121-0/+2
|
* Update documentation to reflect changes to Queue.py by Tim Peters.Guido van Rossum1999-02-081-15/+29
|
* Document sameopenfile(), samestat().Fred Drake1999-02-031-3/+17
|
* Document splitdrive().Fred Drake1999-02-031-2/+10
| | | | | | For all split*(), these split path *into* pairs, not split path *in* pairs. "Into" can be used for transformations, "in" is for containment.
* Portability fix for [f]statvfs() return tuple: no longer return theGuido van Rossum1999-02-031-2/+1
| | | | | | f_fsid field, since it's not a scalar on all systems supporting this call (in particular, it's a tuple of two longs on AIX). Since it's not particularly useful, just nuke it. Adapted the doc strings too.
* Fix the os/posix documentation issue.Fred Drake1999-02-022-66/+730
|
* Moved \versionadded to end of description sections.Fred Drake1999-02-021-1/+1
|
* Moved posixpath to os.path.Fred Drake1999-02-021-1/+1
|
* Added posixpath, winsound.Fred Drake1999-02-021-4/+15
|
* Change this to be os.path.Fred Drake1999-02-021-66/+67
| | | | | Use consistent parameter naming with the os documentation (paths always named "path" or "path1", "path2"...).
* Move \versionadded macros to end of descriptions.Fred Drake1999-02-021-4/+3
|
* Patch by Sjoerd Mullender to placate /F:Guido van Rossum1999-02-021-2/+6
| | | | | Clarified (hopefully :-) the documentation of elements and attributes variables.
* Added module synopsis.Fred Drake1999-02-011-1/+2
|
* Take out just about everything and refer the reader to the os module.Fred Drake1999-02-011-516/+15
|
* Make the text generic, and call it os.path instead of posixpath.Fred Drake1999-02-011-27/+24
|
* OSError description: "as the by the" --> "as the"Fred Drake1999-02-011-3/+3
|
* Document abspath() (implementation is forthcoming).Guido van Rossum1999-01-291-0/+6
|
* Added \modulesynopsis.Fred Drake1999-01-281-0/+2
|
* Document the repr module. This removes the entire "Code objects andFred Drake1999-01-273-9/+126
| | | | files, debugger etc." section from "Undocumented Modules"!