Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Logical markup. | Fred Drake | 1998-04-03 | 1 | -20/+21 |
| | |||||
* | Separate binhex and binuu documentation from binascii. Support better | Fred Drake | 1998-02-19 | 1 | -74/+2 |
| | | | | module addressing in HTML. | ||||
* | Capitalize subsection title. | Fred Drake | 1998-02-13 | 1 | -1/+1 |
| | |||||
* | Remove all \bcode / \ecode cruft; this is no longer needed. See previous | Fred Drake | 1998-02-13 | 1 | -3/+3 |
| | | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across. | ||||
* | Make the word "Module" in the section header start with an upper-case "M" | Fred Drake | 1997-12-17 | 1 | -2/+2 |
| | | | | for both modules documented here. | ||||
* | 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 | ||||
* | Note that passing a filename to uu.{en,de}code() is deprecated. | Guido van Rossum | 1997-04-27 | 1 | -9/+8 |
| | |||||
* | Added base64 codec docs | Jack Jansen | 1995-10-10 | 1 | -0/+12 |
| | |||||
* | Documented new argument order. | Jack Jansen | 1995-08-30 | 1 | -31/+23 |
| | |||||
* | Documented binascii, binhex and uu modules. Put them in the | Jack Jansen | 1995-08-29 | 1 | -0/+146 |
Internet/WWW section, for lack of a better place. |