summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | cannot be byteswapped.
* 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
| | | | versions. XXX comments only need to be grep-able.
* Add note about not being able to use this module with modules notFred Drake1999-06-291-1/+3
| | | | implemented in Python.
* 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
| | | | similar constructs elsewhere (al/AL, gl/GL/DEVICE).
* Fix some typos.Fred Drake1999-06-251-5/+5
| | | | Add an index entry.
* 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
|
* Update to Sjoerd's documentation of the chunk module, with someFred Drake1999-06-251-32/+64
| | | | | additions from Moshe's version. Used my table for describing the chunk format, and added some markup and index entries.
* Clarify the example by explicitly importing the fcntl module -- thisGuido van Rossum1999-06-241-2/+2
| | | | | | | | | avoid being fooled into thinking that fcntl and FCNTL are the same thing -- they aren't! (fcntl is the extension, FCNTL.py is h2py output that defines all the constants). (XXX The example is still weird -- I think there's a more portable way to do locking now. That's for someone else to fix...)
* Removed tty module entry.Fred Drake1999-06-231-3/+0
|
* Add entries for tty module.Fred Drake1999-06-231-0/+1
|
* Updates from Moshe, again edited by me. Describe the parameters toFred Drake1999-06-231-27/+50
| | | | border() using a table instead of text for ease of comprehension.
* Added "See Also" section for termios module.Fred Drake1999-06-231-0/+9
|
* Various updates.Fred Drake1999-06-231-24/+20
|
* tty module documentation from Moshe, with some editing and an addedFred Drake1999-06-231-0/+36
| | | | "See also" section.
* Added more sections...Fred Drake1999-06-231-0/+2
|
* Two more from Moshe!Fred Drake1999-06-232-0/+219
|
* Added entry for the chunk module.Fred Drake1999-06-221-0/+1
|
* New section from Moshe Zadka, modified by FLD for markup, someFred Drake1999-06-221-0/+71
| | | | additional content.
* Added some "See also" references to htmllib docs.Fred Drake1999-06-211-0/+32
| | | | Documented htmlentitydefs.
* Added entry for curses module.Fred Drake1999-06-211-0/+1
|
* Preliminary documentation for the curses module by Moshe Zadka, withFred Drake1999-06-211-0/+394
| | | | | | | lots of markup fixes and some English nits fixed. Still needs real review. Some of the function signatures used in this module are really bad! (Two leading optional parameters? Ugh!)
* Fix a markup error.Fred Drake1999-06-211-1/+1
|
* Three more modules documented by Moshe!Fred Drake1999-06-214-0/+197
|
* Added a few minor comments, mostly to discourage documentation ofFred Drake1999-06-181-11/+13
| | | | really old modules that may become obsolete.
* Further clarfication of the system-dependence of the system() returnFred Drake1999-06-181-1/+3
| | | | value, based on comments from Tim Peters.
* Re-categorize the dump module as obsolete.Fred Drake1999-06-181-3/+3
|
* fpformat has been documented for at least a week now!Fred Drake1999-06-181-5/+0
|
* Small markup & usage adjustments.Fred Drake1999-06-171-3/+2
|
* Correction: the parameters of new.instance() are type-checked.Fred Drake1999-06-171-11/+11
| | | | | Edited several of the descriptions for English usage and more consistent style.
* Updated version from Moshe, with a re-written warning about theFred Drake1999-06-171-28/+11
| | | | side-effect of cmpcache.cmp() using statcache.stat() internally.
* Minor markup nits.Fred Drake1999-06-171-3/+4
|
* Small English usage nits.Fred Drake1999-06-171-10/+13
|
* Small markup and English usage nits.Fred Drake1999-06-171-29/+30
|
* Add/remove entries due to additional sections from Moshe.Fred Drake1999-06-172-19/+6
|
* New module documentation sections from Moshe Zadka <moshez@math.huji.ac.il>!Fred Drake1999-06-176-0/+390
|
* Added note to __not__() description that this operation is definedFred Drake1999-06-151-1/+3
| | | | | | only by the interpreter core and is not overridable by objects. Based on comment from David Ascher on the list.
* Several new index entries to make find this easier.Fred Drake1999-06-151-9/+11
| | | | Noted that name=value is allowed in addition to name: value.
* Misc. changes related to the new sections.Fred Drake1999-06-143-12/+14
|
* New sections from Moshe Zadka <moshez@math.huji.ac.il>.Fred Drake1999-06-143-0/+173
| | | | These document CGIHTTPServer, SimpleHTTPServer, and linecache.
* Add entry for the fpformat module.Fred Drake1999-06-111-0/+1
|
* Documentation for the fpformat module by Moshe ZadkaFred Drake1999-06-111-0/+51
| | | | <mzadka@geocities.com>.
* Added 'ce' to the list of "registered" values for os.name.Fred Drake1999-06-111-3/+3
| | | | Make references to the posix module hyperlinks.
* Some clarifications on operations for mapping types, based on commentsFred Drake1999-06-101-20/+36
| | | | from Gerry Weiner <gerry@ucar.edu>.