Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete the LaTeX doc tree. | Georg Brandl | 2007-08-15 | 1 | -55/+0 |
| | |||||
* | Added description of binhex.Error. | Fred Drake | 2002-03-25 | 1 | -0/+8 |
| | |||||
* | Clean up some markup cruft. A number of the macros that take no | Fred Drake | 2001-11-28 | 1 | -1/+1 |
| | | | | | | | | parameters (like \UNIX) are commonly entered using an empty group to separate the markup from a following inter-word space; this is not needed when the next character is punctuation, or the markup is the last thing in the enclosing group. These cases were marked inconsistently; the empty group is now *only* used when needed. | ||||
* | 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. | ||||
* | Fix some glaring markup consistency problems (presentation was | Fred Drake | 1999-04-23 | 1 | -4/+11 |
| | | | | | | broken). Added a "See also" section. | ||||
* | Shorten a few section titles. | Fred Drake | 1999-02-20 | 1 | -3/+4 |
| | |||||
* | 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 obsolete \setindexsubitem macros. | Fred Drake | 1998-04-04 | 1 | -7/+6 |
| | | | | | | | | Massive migration to methoddesc and memberdesc. Logical markup as needed. A sprinkling of index entries for flavor. | ||||
* | 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/+37 |
module addressing in HTML. |