Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor edits: | Fred Drake | 2005-03-03 | 1 | -3/+4 |
| | | | | | | - function names marked with \function should include parentheses - "standard error" instead of "stderr" for text - a boolean parameter takes true or false values, not just True or False | ||||
* | Document quiet parameter to decode. Fixes #803413. | Martin v. Löwis | 2005-03-03 | 1 | -1/+5 |
| | |||||
* | SF Patch #1093896: miscellaneous doc typos | Raymond Hettinger | 2005-01-01 | 1 | -1/+1 |
| | |||||
* | Remove mentionings of DOS. | Martin v. Löwis | 2002-10-10 | 1 | -1/+1 |
| | |||||
* | Document that uu.decode() will always raise a uu.Error if out_file | Barry Warsaw | 2001-08-17 | 1 | -9/+18 |
| | | | | | isn't given, and the file in the uu header already exists. Also add a description of the uu.Error exception class. | ||||
* | Make all the \seemodule explanations consistent: start with a capitalized | Fred Drake | 2000-10-18 | 1 | -2/+2 |
| | | | | | | letter and end with proper punctuation. "Documenting Python" will be updated accordingly so that this will be editorial policy for the Python documentation. | ||||
* | Work around a space-dropping problem in LaTeX2HTML. | Fred Drake | 1999-04-23 | 1 | -5/+4 |
| | | | | Clarify the usage of a parameter. | ||||
* | Added "See also" sections linking to binascii. | Fred Drake | 1999-04-23 | 1 | -0/+6 |
| | |||||
* | More reasonable section titles. | Fred Drake | 1999-02-22 | 1 | -2/+3 |
| | |||||
* | New section header style. | Fred Drake | 1998-08-10 | 1 | -1/+2 |
| | | | | Fix up a few synopses. | ||||
* | Adjusted to use the new module synopsis support macros. | Fred Drake | 1998-07-23 | 1 | -2/+4 |
| | |||||
* | Remove all uses of \sectcode; we can now use logical markup everywhere. | Fred Drake | 1998-04-04 | 1 | -1/+1 |
| | |||||
* | Remove obsolete \setindexsubitem macro, | Fred Drake | 1998-04-04 | 1 | -4/+4 |
| | | | | | | Added index entries. Markup nits. | ||||
* | Change "\," to just "," in function signatures. This is easier to maintain, | Fred Drake | 1998-03-17 | 1 | -2/+2 |
| | | | | | works better with LaTeX2HTML, and allows some simplification of the python.sty macros. | ||||
* | Separate binhex and binuu documentation from binascii. Support better | Fred Drake | 1998-02-19 | 1 | -0/+35 |
module addressing in HTML. |