Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -8/+13 |
| | | | | (Very rough.) | ||||
* | 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 | -3/+3 |
| | |||||
* | New section header style. | Fred Drake | 1998-08-10 | 1 | -2/+4 |
| | | | | Fix up a few synopses. | ||||
* | Adjusted to use the new module synopsis support macros. | Fred Drake | 1998-07-23 | 1 | -2/+4 |
| | |||||
* | Minor grammatical correction: "This module perform ..." --> "This module | Fred Drake | 1998-05-22 | 1 | -1/+1 |
| | | | | performs ...". | ||||
* | Removed obsolete \setindexsubitem macros. | Fred Drake | 1998-04-04 | 1 | -1/+0 |
| | |||||
* | Be more specific about where in RFC 1421 to look, since it's not at all | Fred Drake | 1998-04-02 | 1 | -11/+12 |
| | | | | | | | obvious when taking a quick look. Say "base64" instead of "base-64", since that seems to be how it's referred to in other RFCs. | ||||
* | Remove all \bcode / \ecode cruft; this is no longer needed. See previous | Fred Drake | 1998-02-13 | 1 | -1/+1 |
| | | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across. | ||||
* | Removed all references to the \rfcindex{} macro; now only \rfc{} is used. | Fred Drake | 1998-02-10 | 1 | -1/+0 |
| | |||||
* | Use the new RFC macros wherever RFCs are referenced by number. No other | Fred Drake | 1998-02-09 | 1 | -2/+2 |
| | | | | changes. | ||||
* | Fixed index entries to be more consistent. | Fred Drake | 1998-01-07 | 1 | -5/+5 |
| | |||||
* | Added \indexsubitem definition; functions were previously indexed for the | Fred Drake | 1997-11-30 | 1 | -0/+2 |
| | | | | wrong module. | ||||
* | AMK's megapatch: | Guido van Rossum | 1997-07-17 | 1 | -0/+1 |
| | | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files | ||||
* | Added fnmatch, base64 and quopri, received from Andrew Kuchling. | Guido van Rossum | 1997-04-27 | 1 | -0/+43 |