summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Remove one item.Fred Drake1999-07-021-9/+8
| | | | Rearrange & comment on others.
* Minor markup nit.Fred Drake1999-07-022-3/+3
|
* Added entry for asyncore module.Fred Drake1999-07-022-0/+2
|
* 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
| | | | time finding the bindings.
* Removed entries for several modules which have been documented.Fred Drake1999-07-011-72/+55
| | | | Updated comments on several remaining modules.
* Documentation for dl module from Moshe.Fred Drake1999-07-011-0/+99
|
* Added entry for dl module.Fred Drake1999-07-012-0/+2
|
* Remove extraneous "contains" -- pointed out by Daniel BarclayFred Drake1999-07-011-1/+3
| | | | | | | <danielb@digitalfocus.com>. Added credit to Martin von Loewis for creating the module and documentation.
* Per Frank Stajano's suggestion, state explicitly that the functionsFred Drake1999-07-011-0/+14
| | | | | described in the sub-sections are directly available at the module level. He found this confusing.
* Make the reference to the os module in the module synopsis (for theFred Drake1999-07-011-1/+1
| | | | table at the front of the chapter) a hyperlink.
* Made several grammatical corrections based on comments from DanielFred Drake1999-06-301-10/+20
| | | | | | | | Barcla <danielb@digitalfocus.com>. Also added example of what happens when a parameter is set both positionally and by a keyword (one of Daniels suggestions related to that paragraph).
* For "Matching vs. Searching", remove comment that the section isFred Drake1999-06-291-8/+6
| | | | | incomplete; I don't remember what else I thought I was going to put in, but it looks o.k. to me know.
* Added some reminders.Fred Drake1999-06-291-2/+9
|
* Move the setting for secnumdepth to the document classes; make the numberingFred Drake1999-06-293-1/+2
| | | | | | | for the manual class go one deeper than it previously did (\subsection entries will now be numbered); no change for howto documents. This makes it easier to refer precisely to smaller sections using \ref.
* Added some minor prose before the descriptions of the data attributesFred Drake1999-06-291-5/+12
| | | | to make it clear that these are instance attributes, not module data.
* Added entry for pty module.Fred Drake1999-06-292-0/+2
|
* 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
| | | | Make reference to the copy_reg module a hyperlink.
* 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-272-0/+4
|
* 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-252-1/+3
|
* 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-232-0/+2
|
* 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-232-0/+4
|
* Two more from Moshe!Fred Drake1999-06-232-0/+219
|
* Added entry for the chunk module.Fred Drake1999-06-222-0/+2
|
* 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
|
* Added entries for four of Moshe's documentation sections.Fred Drake1999-06-211-0/+4
|
* 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!)