summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Collapse)AuthorAgeFilesLines
* Update portability information for the spawn*() functions and relatedFred Drake2000-02-291-4/+11
| | | | | constants. Someone will need to fill in information on the spawn*() functions that aren't listed.
* Added entry for libtabnanny.tex.Fred Drake2000-02-231-0/+1
|
* Initial version from Peter Funk <pf@artcom-gmbh.de>, with minorFred Drake2000-02-231-0/+62
| | | | consistency changes and a note that the API may change in the future.
* Update the description of int() to include the radix parameter;Fred Drake2000-02-171-12/+16
| | | | | | | omission noted on c.l.py by Aahz Maruch. Swapped the order of the descriptions of int() and intern() so that int() comes first (the functions are in alphabetic order).
* Added docs for new crc32() function. By Jim Ahlstrom.Guido van Rossum2000-02-161-0/+12
| | | | (Fred, please check.)
* Document the API changes to the nntplib module (exceptions becomeBarry Warsaw2000-02-101-14/+40
| | | | | classes, NNTP.__init__() grows a new optional argument to set reader mode on the server).
* The dircmp module is now obsolete.Fred Drake2000-02-031-3/+3
|
* Document GetoptError and label error an alias.Fred Drake1999-12-211-2/+9
|
* Document 1.5.2+ aspects of the NotANumber exception. (Note that thisFred Drake1999-12-211-2/+5
| | | | is in the development branch, not the maintenance branch!)
* Document that the |mode| parameter to open() is optional and explain howFred Drake1999-12-212-10/+14
| | | | the default value is determined.
* Document getgroups(), getlogin(), fpathconf(), pathconf(),Fred Drake1999-12-151-1/+107
| | | | pathconf_names, confstr(), confstr_names, sysconf(), sysconf_names.
* Markup consistency nits that Guido didn't check. ;-)Fred Drake1999-12-131-6/+6
|
* Doc update from Piers Lauder see changes for imaplib.py version 2.16.Guido van Rossum1999-12-131-0/+32
|
* Document the new stuff in the os module.Fred Drake1999-12-091-2/+47
|
* Update link to PythonWare library page.Fred Drake1999-12-011-2/+2
|
* Removed last XXX comment; no further action needed on this one.Fred Drake1999-11-171-4/+3
|
* Preliminary documentation for turtle module (Tk), by Moshe Zadka.Fred Drake1999-11-151-0/+160
| | | | | Fixed up a few TeXisms and markup nits, but otherwise unchanged. Somewhat raw.
* Use \citetitle and \programopt as appropriate.Fred Drake1999-11-1012-100/+105
|
* Use \citetitle instead of \emph.Fred Drake1999-11-091-4/+4
|
* Use \citetitle in one place.Fred Drake1999-11-093-3/+3
|
* Use the new markup as apporpriate.Fred Drake1999-11-091-17/+17
|
* Use \programopt in one place.Fred Drake1999-11-091-7/+7
|
* Use \programopt in one place.Fred Drake1999-11-091-1/+1
|
* pathes --> paths; typo reported by Gerry Wiener <gerry@ucar.edu>.Fred Drake1999-10-291-1/+1
|
* Make references to new filecmp module hyperlinks now that there'sFred Drake1999-10-291-2/+2
| | | | documentation.
* Added section for filecmp.Fred Drake1999-10-291-0/+1
|
* filecmp documentation from Moshe Zadka <moshez@math.huji.ac.il>.Fred Drake1999-10-291-0/+40
|
* Added deprecation notes, in case anyone decides to read these anyway.Fred Drake1999-10-262-0/+6
|
* cmp and cmpcache are now obsolete, so don't include theirFred Drake1999-10-261-2/+2
| | | | documentation sections.
* Added cmp and cmpcache to the "Obsolete" section.Fred Drake1999-10-261-7/+14
|
* Documented Beep() function.Fred Drake1999-10-221-3/+13
|
* Fixed typo in explanation of abspath(); noticed by Paul PrescodFred Drake1999-10-181-1/+1
| | | | <paul@prescod.net>.
* os.name: Note that 'java' is one of the registered names.Fred Drake1999-09-171-1/+1
|
* Added documentation for inet_aton() and inet_ntoa(), from BenFred Drake1999-09-161-0/+28
| | | | | | | Gertzfield <che@debian.org> (with minor changes). (Should have been here instead of in the branch in the first place, since these weren't in for the 1.5.2 release.)
* Name the parameter to expr() and suite() "source" instead of "string".Fred Drake1999-09-091-6/+6
|
* Doco update from Sjoerd Mullender.Guido van Rossum1999-08-262-23/+29
|
* Added additional index entries.Fred Drake1999-08-241-11/+14
| | | | Minor markup nits.
* whrandom should come immediately after random, not before.Fred Drake1999-08-231-1/+1
|
* 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
| | | | waitpid().
* In note mentioning [].remove()'s exception, tell what exception isFred Drake1999-08-091-25/+21
| | | | raised. Prompted by Barry's whining. ;-0
* Add index entries for open():Fred Drake1999-08-051-1/+4
| | | | | | | buffer size, I/O I/O control, buffering line-buffered I/O unbuffered I/O
* 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
| | | | names, some suggested by Joe Ellsworth.
* Markup nits.Fred Drake1999-08-021-40/+33
| | | | | Adjust examples to use the object interface instead of the function interface.
* Fixed hyperlink references to the __builtin__ and __main__ modules;Fred Drake1999-08-021-2/+2
| | | | error reported by Dale Nagata <DNagata@creo.com>.
* Added description of optional parameter to UserDict constructor.Fred Drake1999-07-261-2/+5
| | | | Omission reported by Barry Warsaw.
* Update getattr() description to document the optional thirdFred Drake1999-07-221-5/+7
| | | | parameter. Thanks to Barry Warsaw for pointing out the oversight.