Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch #462190, patch #464070: Support quoted printable in the binascii module. | Martin v. Löwis | 2001-09-30 | 1 | -7/+13 |
| | | | | Decode and encode underscores for header style encoding. Fixes bug #463996. | ||||
* | Document the new encodestring() and decodestring() functions. Also, | Barry Warsaw | 2001-06-19 | 1 | -2/+19 |
| | | | | | | add some description of what the quotetabs argument does for the encode*() functions. Finally, add a "see also" pointing to the base64 module. | ||||
* | Added "See also" section; from Peter Funk <pf@artcom-gmbh.de> | Fred Drake | 2000-04-04 | 1 | -1/+3 |
| | | | | (re-written). | ||||
* | Make internal module references hyperlinks wherever it makes sense. | Fred Drake | 1999-04-22 | 1 | -2/+2 |
| | |||||
* | More reasonable section titles. | Fred Drake | 1999-02-22 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | Small consistency nits. | Fred Drake | 1998-04-03 | 1 | -5/+4 |
| | |||||
* | 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. | ||||
* | 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. | ||||
* | Use the new RFC macros wherever RFCs are referenced by number. No other | Fred Drake | 1998-02-09 | 1 | -2/+1 |
| | | | | changes. | ||||
* | 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/+31 |