Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor wording change in section title. | Fred Drake | 1999-06-29 | 1 | -1/+1 |
| | |||||
* | byteswap() method: Tell *what* exception gets raised when the type | Fred Drake | 1999-06-29 | 1 | -2/+3 |
| | | | | cannot be byteswapped. | ||||
* | Remove unnecessary comma. | Fred Drake | 1999-06-29 | 1 | -1/+1 |
| | |||||
* | Comment out XXX comment; this needn't appear in the formatted | Fred Drake | 1999-06-29 | 1 | -1/+1 |
| | | | | versions. XXX comments only need to be grep-able. | ||||
* | Add note about not being able to use this module with modules not | Fred Drake | 1999-06-29 | 1 | -1/+3 |
| | | | | implemented in Python. | ||||
* | Moshe: Remove extraneous "and". | Fred Drake | 1999-06-29 | 1 | -1/+1 |
| | |||||
* | Added entries for mutex and nis modules. | Fred Drake | 1999-06-27 | 1 | -0/+2 |
| | |||||
* | NIS documentation from Moshe. | Fred Drake | 1999-06-27 | 1 | -0/+48 |
| | |||||
* | Mutex documentation from Moshe. | Fred Drake | 1999-06-27 | 1 | -0/+57 |
| | |||||
* | Separate documentation of SUNAUDIODEV from sunaudiodev; this mirrors | Fred Drake | 1999-06-27 | 1 | -11/+24 |
| | | | | similar constructs elsewhere (al/AL, gl/GL/DEVICE). | ||||
* | Fix some typos. | Fred Drake | 1999-06-25 | 1 | -5/+5 |
| | | | | Add an index entry. | ||||
* | Add entries for the sched module. | Fred Drake | 1999-06-25 | 1 | -1/+2 |
| | |||||
* | Moshe's section on the sched module, with edits. | Fred Drake | 1999-06-25 | 1 | -0/+95 |
| | |||||
* | Update to Sjoerd's documentation of the chunk module, with some | Fred Drake | 1999-06-25 | 1 | -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 -- this | Guido van Rossum | 1999-06-24 | 1 | -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 Drake | 1999-06-23 | 1 | -3/+0 |
| | |||||
* | Add entries for tty module. | Fred Drake | 1999-06-23 | 1 | -0/+1 |
| | |||||
* | Updates from Moshe, again edited by me. Describe the parameters to | Fred Drake | 1999-06-23 | 1 | -27/+50 |
| | | | | border() using a table instead of text for ease of comprehension. | ||||
* | Added "See Also" section for termios module. | Fred Drake | 1999-06-23 | 1 | -0/+9 |
| | |||||
* | Various updates. | Fred Drake | 1999-06-23 | 1 | -24/+20 |
| | |||||
* | tty module documentation from Moshe, with some editing and an added | Fred Drake | 1999-06-23 | 1 | -0/+36 |
| | | | | "See also" section. | ||||
* | Added more sections... | Fred Drake | 1999-06-23 | 1 | -0/+2 |
| | |||||
* | Two more from Moshe! | Fred Drake | 1999-06-23 | 2 | -0/+219 |
| | |||||
* | Added entry for the chunk module. | Fred Drake | 1999-06-22 | 1 | -0/+1 |
| | |||||
* | New section from Moshe Zadka, modified by FLD for markup, some | Fred Drake | 1999-06-22 | 1 | -0/+71 |
| | | | | additional content. | ||||
* | Added some "See also" references to htmllib docs. | Fred Drake | 1999-06-21 | 1 | -0/+32 |
| | | | | Documented htmlentitydefs. | ||||
* | Added entry for curses module. | Fred Drake | 1999-06-21 | 1 | -0/+1 |
| | |||||
* | Preliminary documentation for the curses module by Moshe Zadka, with | Fred Drake | 1999-06-21 | 1 | -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 Drake | 1999-06-21 | 1 | -1/+1 |
| | |||||
* | Three more modules documented by Moshe! | Fred Drake | 1999-06-21 | 4 | -0/+197 |
| | |||||
* | Added a few minor comments, mostly to discourage documentation of | Fred Drake | 1999-06-18 | 1 | -11/+13 |
| | | | | really old modules that may become obsolete. | ||||
* | Further clarfication of the system-dependence of the system() return | Fred Drake | 1999-06-18 | 1 | -1/+3 |
| | | | | value, based on comments from Tim Peters. | ||||
* | Re-categorize the dump module as obsolete. | Fred Drake | 1999-06-18 | 1 | -3/+3 |
| | |||||
* | fpformat has been documented for at least a week now! | Fred Drake | 1999-06-18 | 1 | -5/+0 |
| | |||||
* | Small markup & usage adjustments. | Fred Drake | 1999-06-17 | 1 | -3/+2 |
| | |||||
* | Correction: the parameters of new.instance() are type-checked. | Fred Drake | 1999-06-17 | 1 | -11/+11 |
| | | | | | Edited several of the descriptions for English usage and more consistent style. | ||||
* | Updated version from Moshe, with a re-written warning about the | Fred Drake | 1999-06-17 | 1 | -28/+11 |
| | | | | side-effect of cmpcache.cmp() using statcache.stat() internally. | ||||
* | Minor markup nits. | Fred Drake | 1999-06-17 | 1 | -3/+4 |
| | |||||
* | Small English usage nits. | Fred Drake | 1999-06-17 | 1 | -10/+13 |
| | |||||
* | Small markup and English usage nits. | Fred Drake | 1999-06-17 | 1 | -29/+30 |
| | |||||
* | Add/remove entries due to additional sections from Moshe. | Fred Drake | 1999-06-17 | 2 | -19/+6 |
| | |||||
* | New module documentation sections from Moshe Zadka <moshez@math.huji.ac.il>! | Fred Drake | 1999-06-17 | 6 | -0/+390 |
| | |||||
* | Added note to __not__() description that this operation is defined | Fred Drake | 1999-06-15 | 1 | -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 Drake | 1999-06-15 | 1 | -9/+11 |
| | | | | Noted that name=value is allowed in addition to name: value. | ||||
* | Misc. changes related to the new sections. | Fred Drake | 1999-06-14 | 3 | -12/+14 |
| | |||||
* | New sections from Moshe Zadka <moshez@math.huji.ac.il>. | Fred Drake | 1999-06-14 | 3 | -0/+173 |
| | | | | These document CGIHTTPServer, SimpleHTTPServer, and linecache. | ||||
* | Add entry for the fpformat module. | Fred Drake | 1999-06-11 | 1 | -0/+1 |
| | |||||
* | Documentation for the fpformat module by Moshe Zadka | Fred Drake | 1999-06-11 | 1 | -0/+51 |
| | | | | <mzadka@geocities.com>. | ||||
* | Added 'ce' to the list of "registered" values for os.name. | Fred Drake | 1999-06-11 | 1 | -3/+3 |
| | | | | Make references to the posix module hyperlinks. | ||||
* | Some clarifications on operations for mapping types, based on comments | Fred Drake | 1999-06-10 | 1 | -20/+36 |
| | | | | from Gerry Weiner <gerry@ucar.edu>. |