summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* mhlib is now documented.Fred Drake1999-04-231-3/+0
|
* Markup consistency.Fred Drake1999-04-231-4/+4
|
* Nits.Fred Drake1999-04-231-2/+2
|
* Add section for the sha module.Fred Drake1999-04-232-0/+57
|
* Patch from Greg Ward adding descriptions of S_IMODE() and S_IFMT(),Fred Drake1999-04-231-9/+33
| | | | | and an explanation of why any of stat.S_*() would be used instead of os.path.is*(). (With some really small enhancements by me.)
* Fixed typo and font-control problem reported by Detlef LannertFred Drake1999-04-231-2/+2
| | | | <lannert@lannert.rz.uni-duesseldorf.de>.
* Clarifications on the first(), next(), and previous() functions, basedFred Drake1999-04-231-4/+5
| | | | on comments from Detlef Lannert <lannert@lannert.rz.uni-duesseldorf.de>.
* Fix a grammatical error reported by Detlef LannertFred Drake1999-04-231-1/+1
| | | | <lannert@lannert.rz.uni-duesseldorf.de>.
* Fix a couple of typos reported by Detlef LannertFred Drake1999-04-231-2/+2
| | | | <lannert@lannert.rz.uni-duesseldorf.de>.
* Fix a couple of grammatical errors reported by Detlef LannertFred Drake1999-04-231-2/+2
| | | | <lannert@lannert.rz.uni-duesseldorf.de>.
* Work-around LaTeX2HTML space-dropping bug.Fred Drake1999-04-231-2/+1
|
* Fixed some logical markup nits.Fred Drake1999-04-231-21/+26
| | | | | Added a pointer to Grail in the see-also section, since it's used as an example.
* Logical markup.Fred Drake1999-04-231-3/+3
|
* No, __repr__() does not accept a parameter other than self.Fred Drake1999-04-231-1/+2
|
* Shorten the section title.Fred Drake1999-04-231-13/+13
| | | | | Adjust markup to be a little more consistent with the rest of the document.
* Shorten the section title.Fred Drake1999-04-231-1/+4
|
* Shorten the section title.Fred Drake1999-04-231-5/+5
| | | | Fix a couple of grammatical errors.
* Work around a space-dropping problem in LaTeX2HTML.Fred Drake1999-04-231-5/+4
| | | | Clarify the usage of a parameter.
* Added "See also" sections linking to binascii.Fred Drake1999-04-232-0/+12
|
* Refer to the binhex module, not the non-existent hexbin module.Fred Drake1999-04-231-2/+11
| | | | Added a "See also" section.
* Fix some glaring markup consistency problems (presentation wasFred Drake1999-04-231-4/+11
| | | | | | broken). Added a "See also" section.
* Added a couple more requests from users.Fred Drake1999-04-231-0/+9
|
* Hack places where '--' should appear as literal output but the -- wasFred Drake1999-04-231-7/+7
| | | | (properly) converted to - by LaTeX2HTML.
* Fix square brackets around optional parameters to macros.Fred Drake1999-04-231-2/+2
|
* General small improvements and fixes.Fred Drake1999-04-231-39/+47
|
* Make internal module references hyperlinks wherever it makes sense.Fred Drake1999-04-2221-100/+103
|
* Remove bogus characters in code sample.Fred Drake1999-04-221-2/+2
|
* Work around LaTeX2HTML comment-handling bug.Fred Drake1999-04-221-2/+2
|
* Shorten the section title.Fred Drake1999-04-221-6/+5
|
* Add command line flags to just list the files that contain theFred Drake1999-04-221-2/+20
| | | | offending lines or to include line numbers in the output.
* Added a "See also" section with some external references.Fred Drake1999-04-221-0/+12
|
* Markup nits.Fred Drake1999-04-222-46/+45
| | | | Make module references hyperlinks.
* Clean up lots of mark up.Fred Drake1999-04-221-43/+40
|
* Added descriptions of the various exceptions, based on the docstrings.Fred Drake1999-04-221-24/+65
| | | | Various small cleanups.
* Logical markup and small nits.Fred Drake1999-04-221-51/+50
| | | | | Don't refer to the STDWIN chapter; chances are really good it wasn't included. ;-)
* Make some module references hyperlinks.Fred Drake1999-04-221-6/+5
|
* Minor logical markup nits.Fred Drake1999-04-221-10/+10
| | | | Make some module references hyperlinks.
* Clean up some mark up.Fred Drake1999-04-221-24/+21
|
* Fix minor (English) usage nits.Fred Drake1999-04-221-10/+6
|
* Reference to urllib module can be a hyperlink.Fred Drake1999-04-221-5/+4
|
* Fix dropped space in the HTML output.Fred Drake1999-04-221-6/+6
|
* Make reference to the socket module a hyperlink.Fred Drake1999-04-221-1/+1
|
* Shorten the section title.Fred Drake1999-04-221-1/+1
|
* Don't describe this module as being a popen() wrapper; that's a littleFred Drake1999-04-221-7/+6
| | | | confusing. This is clearly Unix-specific; label it as such.
* Remove \platform declaration; this module is generic.Fred Drake1999-04-221-1/+0
|
* Move stat to the Generic chapter.Fred Drake1999-04-221-1/+1
|
* Don't refer to the system documentation as "man pages"; tooFred Drake1999-04-221-5/+6
| | | | | Unix-centric. Note that this can be used with the output of os.fstat() as well as os.stat() and os.lstat().
* Make an assertion.Fred Drake1999-04-221-1/+1
|
* Updated a comment and the release number.Fred Drake1999-04-221-2/+3
|
* Add warning that last() and previous() don't work for hashtableFred Drake1999-04-221-4/+6
| | | | | databases (opened using hashopen()), as noted by Skip Montanaro on comp.lang.python.