summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libbase64.tex
Commit message (Collapse)AuthorAgeFilesLines
* Patch 547037. Corrected documentation to matchRaymond Hettinger2002-05-161-8/+6
| | | | actual module behavior for adding newlines.
* Clean up some markup cruft. A number of the macros that take noFred Drake2001-11-281-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.
* State that encode() and encodestring() append a newline to the input dataFred Drake2001-09-281-2/+7
| | | | | if it does not already end with a newline. This fixes SF bug #463330.
* Minor changes to match the style guide.Fred Drake2001-07-141-1/+2
|
* Convert several \seetext references to \seerfc and \seetitle versions.Fred Drake2001-04-121-5/+5
| | | | | These format somewhat better and include more semantic information in the source.
* Make all the \seemodule explanations consistent: start with a capitalizedFred Drake2000-10-181-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 Drake2000-04-031-8/+13
| | | | (Very rough.)
* Added "See also" sections linking to binascii.Fred Drake1999-04-231-0/+6
|
* More reasonable section titles.Fred Drake1999-02-221-3/+3
|
* New section header style.Fred Drake1998-08-101-2/+4
| | | | Fix up a few synopses.
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-2/+4
|
* Minor grammatical correction: "This module perform ..." --> "This moduleFred Drake1998-05-221-1/+1
| | | | performs ...".
* Removed obsolete \setindexsubitem macros.Fred Drake1998-04-041-1/+0
|
* Be more specific about where in RFC 1421 to look, since it's not at allFred Drake1998-04-021-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 previousFred Drake1998-02-131-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 Drake1998-02-101-1/+0
|
* Use the new RFC macros wherever RFCs are referenced by number. No otherFred Drake1998-02-091-2/+2
| | | | changes.
* Fixed index entries to be more consistent.Fred Drake1998-01-071-5/+5
|
* Added \indexsubitem definition; functions were previously indexed for theFred Drake1997-11-301-0/+2
| | | | wrong module.
* AMK's megapatch:Guido van Rossum1997-07-171-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 Rossum1997-04-271-0/+43