Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Let's try again: new assertion. | Fred Drake | 1999-04-28 | 1 | -1/+1 |
| | |||||
* | Removed (empty) description of \optional from the "Inline Markup" | Fred Drake | 1999-04-28 | 1 | -3/+0 |
| | | | | section; that's not really the right place for it. | ||||
* | Fill in a few holes. | Fred Drake | 1999-04-28 | 1 | -4/+203 |
| | |||||
* | Fix up the HTML generated for envdesc and macrodesc environments. | Fred Drake | 1999-04-28 | 1 | -3/+3 |
| | | | | Make it possible for the user to tell the difference. ;-) | ||||
* | Handle \p and \op in parameter lists for the environment and macro | Fred Drake | 1999-04-28 | 1 | -10/+25 |
| | | | | description environments. | ||||
* | Adjust the message that gets added to the bottom of each page about | Fred Drake | 1999-04-28 | 1 | -1/+1 |
| | | | | where to send comments. | ||||
* | \filenq: Like \file, but don't use single-quotes; this looks better | Fred Drake | 1999-04-28 | 1 | -0/+1 |
| | | | | in tables. | ||||
* | Control the layout of output tables a little better so they're easier | Fred Drake | 1999-04-28 | 1 | -43/+67 |
| | | | | to debug. Small code cleanup around tables. | ||||
* | Point to the library reference manual for os.path documentation (in | Fred Drake | 1999-04-28 | 1 | -2/+3 |
| | | | | macpath section). | ||||
* | do_cmd_seetext(): Clean up so we get proper nesting of <div>s. This | Fred Drake | 1999-04-28 | 1 | -17/+29 |
| | | | | | | | | | | | | | | | fixes a rendering problem on IE5. General adjustments to the table* environments, including using <thead> and <tbody>. Attempt to adjust the vertical alignment of the table cells so that the baseline of the first cell matches the baseline of the remaining cells: When the first cell is small and the second cell of the same row is multi-line, the first cell was vertically centered by default. Specifying valign=baseline fixes the problem on IE, but Netscape seems to ignore both valign=top and valign=baseline (even though valign is NS's fault!). Make the horizontal alignment of 'p' columns left instead of center (for the headings). | ||||
* | Added "See also" reference to PyOpenGL. | Fred Drake | 1999-04-27 | 1 | -4/+14 |
| | |||||
* | mhlib is now documented. | Fred Drake | 1999-04-23 | 1 | -3/+0 |
| | |||||
* | Markup consistency. | Fred Drake | 1999-04-23 | 1 | -4/+4 |
| | |||||
* | Nits. | Fred Drake | 1999-04-23 | 1 | -2/+2 |
| | |||||
* | Add section for the sha module. | Fred Drake | 1999-04-23 | 2 | -0/+57 |
| | |||||
* | Patch from Greg Ward adding descriptions of S_IMODE() and S_IFMT(), | Fred Drake | 1999-04-23 | 1 | -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 Lannert | Fred Drake | 1999-04-23 | 1 | -2/+2 |
| | | | | <lannert@lannert.rz.uni-duesseldorf.de>. | ||||
* | Clarifications on the first(), next(), and previous() functions, based | Fred Drake | 1999-04-23 | 1 | -4/+5 |
| | | | | on comments from Detlef Lannert <lannert@lannert.rz.uni-duesseldorf.de>. | ||||
* | Fix a grammatical error reported by Detlef Lannert | Fred Drake | 1999-04-23 | 1 | -1/+1 |
| | | | | <lannert@lannert.rz.uni-duesseldorf.de>. | ||||
* | Fix a couple of typos reported by Detlef Lannert | Fred Drake | 1999-04-23 | 1 | -2/+2 |
| | | | | <lannert@lannert.rz.uni-duesseldorf.de>. | ||||
* | Fix a couple of grammatical errors reported by Detlef Lannert | Fred Drake | 1999-04-23 | 1 | -2/+2 |
| | | | | <lannert@lannert.rz.uni-duesseldorf.de>. | ||||
* | Work-around LaTeX2HTML space-dropping bug. | Fred Drake | 1999-04-23 | 1 | -2/+1 |
| | |||||
* | Fixed some logical markup nits. | Fred Drake | 1999-04-23 | 1 | -21/+26 |
| | | | | | Added a pointer to Grail in the see-also section, since it's used as an example. | ||||
* | Logical markup. | Fred Drake | 1999-04-23 | 1 | -3/+3 |
| | |||||
* | No, __repr__() does not accept a parameter other than self. | Fred Drake | 1999-04-23 | 1 | -1/+2 |
| | |||||
* | Shorten the section title. | Fred Drake | 1999-04-23 | 1 | -13/+13 |
| | | | | | Adjust markup to be a little more consistent with the rest of the document. | ||||
* | Shorten the section title. | Fred Drake | 1999-04-23 | 1 | -1/+4 |
| | |||||
* | Shorten the section title. | Fred Drake | 1999-04-23 | 1 | -5/+5 |
| | | | | Fix a couple of grammatical errors. | ||||
* | 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 | 2 | -0/+12 |
| | |||||
* | Refer to the binhex module, not the non-existent hexbin module. | Fred Drake | 1999-04-23 | 1 | -2/+11 |
| | | | | Added a "See also" section. | ||||
* | Fix some glaring markup consistency problems (presentation was | Fred Drake | 1999-04-23 | 1 | -4/+11 |
| | | | | | | broken). Added a "See also" section. | ||||
* | Added a couple more requests from users. | Fred Drake | 1999-04-23 | 1 | -0/+9 |
| | |||||
* | Hack places where '--' should appear as literal output but the -- was | Fred Drake | 1999-04-23 | 1 | -7/+7 |
| | | | | (properly) converted to - by LaTeX2HTML. | ||||
* | Fix square brackets around optional parameters to macros. | Fred Drake | 1999-04-23 | 1 | -2/+2 |
| | |||||
* | General small improvements and fixes. | Fred Drake | 1999-04-23 | 1 | -39/+47 |
| | |||||
* | Make internal module references hyperlinks wherever it makes sense. | Fred Drake | 1999-04-22 | 21 | -100/+103 |
| | |||||
* | Remove bogus characters in code sample. | Fred Drake | 1999-04-22 | 1 | -2/+2 |
| | |||||
* | Work around LaTeX2HTML comment-handling bug. | Fred Drake | 1999-04-22 | 1 | -2/+2 |
| | |||||
* | Shorten the section title. | Fred Drake | 1999-04-22 | 1 | -6/+5 |
| | |||||
* | Add command line flags to just list the files that contain the | Fred Drake | 1999-04-22 | 1 | -2/+20 |
| | | | | offending lines or to include line numbers in the output. | ||||
* | Added a "See also" section with some external references. | Fred Drake | 1999-04-22 | 1 | -0/+12 |
| | |||||
* | Markup nits. | Fred Drake | 1999-04-22 | 2 | -46/+45 |
| | | | | Make module references hyperlinks. | ||||
* | Clean up lots of mark up. | Fred Drake | 1999-04-22 | 1 | -43/+40 |
| | |||||
* | Added descriptions of the various exceptions, based on the docstrings. | Fred Drake | 1999-04-22 | 1 | -24/+65 |
| | | | | Various small cleanups. | ||||
* | Logical markup and small nits. | Fred Drake | 1999-04-22 | 1 | -51/+50 |
| | | | | | Don't refer to the STDWIN chapter; chances are really good it wasn't included. ;-) | ||||
* | Make some module references hyperlinks. | Fred Drake | 1999-04-22 | 1 | -6/+5 |
| | |||||
* | Minor logical markup nits. | Fred Drake | 1999-04-22 | 1 | -10/+10 |
| | | | | Make some module references hyperlinks. | ||||
* | Clean up some mark up. | Fred Drake | 1999-04-22 | 1 | -24/+21 |
| | |||||
* | Fix minor (English) usage nits. | Fred Drake | 1999-04-22 | 1 | -10/+6 |
| |