summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Tell what the result objects are (based on comment from the list).Fred Drake1999-08-191-4/+5
* Added disclaimer to the sleep() function.Guido van Rossum1999-08-191-0/+5
* Explain the possible range of values for the pid parameter toFred Drake1999-08-131-6/+14
* In note mentioning [].remove()'s exception, tell what exception isFred Drake1999-08-091-25/+21
* Add index entries for open():Fred Drake1999-08-051-1/+4
* Add index entry "I/O control, buffering" for fdopen().Fred Drake1999-08-051-0/+1
* Add index entry "I/O control, buffering" for makefile().Fred Drake1999-08-051-3/+4
* Change the directory tree walking example to use clearer variableGuido van Rossum1999-08-031-11/+14
* Markup nits.Fred Drake1999-08-021-40/+33
* Fixed hyperlink references to the __builtin__ and __main__ modules;Fred Drake1999-08-021-2/+2
* Added description of optional parameter to UserDict constructor.Fred Drake1999-07-261-2/+5
* Update getattr() description to document the optional thirdFred Drake1999-07-221-5/+7
* typo: privide --> provideFred Drake1999-07-201-1/+1
* Move chdir() and getcwd() descriptions to "Files and Directories" withFred Drake1999-07-121-10/+16
* Several methods return tuples, not lists.Fred Drake1999-07-071-4/+5
* Move some misc. comments from the example section to the main section.Fred Drake1999-07-071-22/+22
* dir() method description revised based on comments from Greg Stein.Fred Drake1999-07-071-6/+7
* Missing space; reported by Robert Kern <kernr@ncifcrf.gov>.Fred Drake1999-07-061-1/+1
* Fix a number of minor problems pointed out by /F.Fred Drake1999-07-061-7/+8
* Fixed typo reported by /F; thanks!Fred Drake1999-07-061-1/+1
* Minor markup nit.Fred Drake1999-07-021-2/+2
* Added entry for asyncore module.Fred Drake1999-07-021-0/+1
* Fix a few markup nits, improve some index entries.Fred Drake1999-07-021-38/+41
* New documentation from Chris Petrilli <petrilli@amber.org>.Fred Drake1999-07-021-0/+197
* For spawn*(), point to the magic constants; some readers have a hardFred Drake1999-07-021-2/+4
* Removed entries for several modules which have been documented.Fred Drake1999-07-011-72/+55
* Documentation for dl module from Moshe.Fred Drake1999-07-011-0/+99
* Added entry for dl module.Fred Drake1999-07-011-0/+1
* Remove extraneous "contains" -- pointed out by Daniel BarclayFred Drake1999-07-011-1/+3
* Per Frank Stajano's suggestion, state explicitly that the functionsFred Drake1999-07-011-0/+14
* Make the reference to the os module in the module synopsis (for theFred Drake1999-07-011-1/+1
* For "Matching vs. Searching", remove comment that the section isFred Drake1999-06-291-8/+6
* Added some minor prose before the descriptions of the data attributesFred Drake1999-06-291-5/+12
* Added entry for pty module.Fred Drake1999-06-291-0/+1
* pty documentation from Moshe; with small edits.Fred Drake1999-06-291-0/+41
* Improve description of the example.Fred Drake1999-06-291-4/+9
* Usage nit: a bunch of "nor"s should have been a single "or".Fred Drake1999-06-291-5/+5
* Minor wording change in section title.Fred Drake1999-06-291-1/+1
* byteswap() method: Tell *what* exception gets raised when the typeFred Drake1999-06-291-2/+3
* Remove unnecessary comma.Fred Drake1999-06-291-1/+1
* Comment out XXX comment; this needn't appear in the formattedFred Drake1999-06-291-1/+1
* Add note about not being able to use this module with modules notFred Drake1999-06-291-1/+3
* Moshe: Remove extraneous "and".Fred Drake1999-06-291-1/+1
* Added entries for mutex and nis modules.Fred Drake1999-06-271-0/+2
* NIS documentation from Moshe.Fred Drake1999-06-271-0/+48
* Mutex documentation from Moshe.Fred Drake1999-06-271-0/+57
* Separate documentation of SUNAUDIODEV from sunaudiodev; this mirrorsFred Drake1999-06-271-11/+24
* Fix some typos.Fred Drake1999-06-251-5/+5
* Add entries for the sched module.Fred Drake1999-06-251-1/+2
* Moshe's section on the sched module, with edits.Fred Drake1999-06-251-0/+95