Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure both hyphens of a long-option show up in the HTML output. | Fred Drake | 1998-03-27 | 1 | -2/+2 |
| | |||||
* | According to Tim Peters, there should be 'print' statements in one | Guido van Rossum | 1998-03-17 | 1 | -3/+3 |
| | | | | particular example. | ||||
* | Change "\," to just "," in function signatures. This is easier to maintain, | Fred Drake | 1998-03-17 | 57 | -315/+316 |
| | | | | | works better with LaTeX2HTML, and allows some simplification of the python.sty macros. | ||||
* | Revert the index stuff to work better with LaTeX2HTML. | Fred Drake | 1998-03-17 | 1 | -4/+12 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-16 | 1 | -97/+93 |
| | | | | Convert a {description} list to a {tableii} environment. | ||||
* | Markup nits. | Fred Drake | 1998-03-16 | 1 | -7/+11 |
| | | | | Adjusted some index entries. | ||||
* | Adjusted an index entry. | Fred Drake | 1998-03-16 | 1 | -1/+1 |
| | |||||
* | Added an index entry. | Fred Drake | 1998-03-16 | 1 | -0/+1 |
| | |||||
* | Use {classdesc} consistently. | Fred Drake | 1998-03-16 | 1 | -12/+7 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-15 | 1 | -11/+11 |
| | | | | Emphasized title "4Sight User's Guide". | ||||
* | Markup nits. | Fred Drake | 1998-03-15 | 1 | -37/+37 |
| | | | | Some additional index entries. | ||||
* | Logical markup. | Fred Drake | 1998-03-14 | 1 | -28/+19 |
| | | | | Replace ugly {description} with a {tableii}, for the what() return values. | ||||
* | Logical markup. | Fred Drake | 1998-03-14 | 1 | -37/+42 |
| | | | | Replace ugly {description} with a {tableii}, for the option descriptions. | ||||
* | Logical markup, using {classdesc} as appropriate. | Fred Drake | 1998-03-14 | 1 | -25/+25 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-14 | 1 | -41/+42 |
| | |||||
* | Logical markup, using {classdesc} as appropriate. | Fred Drake | 1998-03-14 | 1 | -9/+9 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-14 | 1 | -48/+53 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-14 | 1 | -36/+42 |
| | | | | | Use {classdesc} environments to describe the constructors, and place them at the top. | ||||
* | Logical markup. | Fred Drake | 1998-03-14 | 1 | -51/+54 |
| | | | | | Wrap general Message class description in a {classdesc} instead of nothing at all. | ||||
* | Logical markup. | Fred Drake | 1998-03-14 | 1 | -24/+25 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-12 | 2 | -119/+124 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-12 | 1 | -36/+39 |
| | |||||
* | Use {classdesc} instead of {funcdesc} for HTMLParser. | Fred Drake | 1998-03-12 | 1 | -5/+4 |
| | | | | Clean up index reference to SGMLParser class. | ||||
* | Logical markup. | Fred Drake | 1998-03-12 | 2 | -190/+199 |
| | | | | Lots of nits in both. | ||||
* | Use \envvar{FOO} instead of \code{\$FOO}. | Fred Drake | 1998-03-12 | 1 | -2/+3 |
| | |||||
* | Use \withsubitem{} for indexing extra-module functions. | Fred Drake | 1998-03-12 | 1 | -2/+3 |
| | |||||
* | Use \withsubitem{} for indexing functions from other modules. This fixes | Fred Drake | 1998-03-12 | 1 | -2/+2 |
| | | | | things in the index. | ||||
* | Logical markup. | Fred Drake | 1998-03-12 | 1 | -41/+40 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-12 | 1 | -34/+33 |
| | | | | Improve some index entries. | ||||
* | Logical markup. | Fred Drake | 1998-03-12 | 1 | -30/+31 |
| | | | | | | Markup consistency. Removed incorrect \setindexsubitem{}. | ||||
* | Replace lists of attributes for code and frame objects with a reference to the | Fred Drake | 1998-03-11 | 1 | -18/+2 |
| | | | | Python Reference Manual. | ||||
* | Logical markup. | Fred Drake | 1998-03-11 | 1 | -17/+18 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-11 | 1 | -31/+31 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-11 | 1 | -27/+30 |
| | | | | | Changed example to use "import posixfile" instead of "from posixfile import *" since only one symbol was used. | ||||
* | Logical markup. | Fred Drake | 1998-03-11 | 1 | -36/+36 |
| | | | | | | | Made references to constants in other TERMIOS module explicit in termios description. Removed superfluous backslash from example. | ||||
* | Logical markup. | Fred Drake | 1998-03-11 | 1 | -16/+16 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-11 | 1 | -123/+140 |
| | | | | Added information on the exception attributes when exceptions are classes. | ||||
* | Logical markup. | Fred Drake | 1998-03-10 | 1 | -25/+26 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-10 | 1 | -42/+24 |
| | | | | | | Correct misuse of indexsubutem. Describe the Queue class using {classdesc}{Queue}, not {funcdesc}{__init__}. | ||||
* | Add some more labels for logical addressing. | Fred Drake | 1998-03-10 | 1 | -0/+3 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-10 | 1 | -83/+86 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-10 | 1 | -73/+80 |
| | | | | | Convert one bulleted list to a {tableii} environment; the other should probably be converted, but I haven't decided to what. | ||||
* | Use a {datadesc} environment to describe errorcode. | Fred Drake | 1998-03-10 | 1 | -9/+13 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-10 | 1 | -12/+11 |
| | |||||
* | Logical markup. | Fred Drake | 1998-03-10 | 1 | -39/+36 |
| | | | | Use {funcdesc} and {excdesc} to describe the module, not just running text. | ||||
* | Logical markup. small nits. | Fred Drake | 1998-03-10 | 1 | -36/+35 |
| | |||||
* | Adjust the index inclusion for the new index support. | Fred Drake | 1998-03-09 | 1 | -3/+7 |
| | |||||
* | Markup adjustments. | Fred Drake | 1998-03-08 | 1 | -23/+25 |
| | |||||
* | Mark the journal title. | Fred Drake | 1998-03-08 | 1 | -1/+1 |
| | |||||
* | Correct spelling of emdash. | Fred Drake | 1998-03-08 | 1 | -1/+1 |
| |