summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libbinascii.tex
Commit message (Collapse)AuthorAgeFilesLines
* Clean up some markup cruft. A number of the macros that take noFred Drake2001-11-281-2/+2
| | | | | | | | 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.
* Added notes to clarify that binascii.crc32(), zlib.crc32(), andFred Drake2001-10-151-1/+3
| | | | zlib.adler32() are not suitable as general hash functions.
* Patch #462190, patch #464070: Support quoted printable in the binascii module.Martin v. Löwis2001-09-301-0/+20
| | | | Decode and encode underscores for header style encoding. Fixes bug #463996.
* Work around limitations of the module synopsis table generation to avoidFred Drake2001-05-091-1/+1
| | | | | | leaking LaTeX2HTML's internal string munging. This fixes SF bug #420399.
* Fix markup bug that prevented formatting.Fred Drake2000-08-151-7/+9
| | | | | Adjusted some markup for consistency with the rest of the documentation and creation of the proper index entries.
* Describe the b2a_hex() and a2b_hex() functions (a.k.a. hexlify() andBarry Warsaw2000-08-151-0/+15
| | | | unhexlify() respectively).
* Rob W. W. Hooft's spelling fixes for the Library Reference. I hopeThomas Wouters2000-07-161-1/+1
| | | | | | | | | SourceForge doesn't choke on this batch :-) I'm not entirely sure this is 100% correct. The patch changes an \index{persistency} to \index{presistence}, and I don't know what \index{} does. But it seems to do so persi--er, consistently, so I hope it isn't a problem.
* Added docs for new crc32() function. By Jim Ahlstrom.Guido van Rossum2000-02-161-0/+12
| | | | (Fred, please check.)
* Refer to the binhex module, not the non-existent hexbin module.Fred Drake1999-04-231-2/+11
| | | | Added a "See also" section.
* Make internal module references hyperlinks wherever it makes sense.Fred Drake1999-04-221-5/+5
|
* New section header style.Fred Drake1998-08-101-1/+2
| | | | Fix up a few synopses.
* Fix typo in binascii synopsis.Fred Drake1998-08-071-2/+2
|
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-2/+5
|
* Logical markup.Fred Drake1998-04-031-20/+21
|
* Separate binhex and binuu documentation from binascii. Support betterFred Drake1998-02-191-74/+2
| | | | module addressing in HTML.
* Capitalize subsection title.Fred Drake1998-02-131-1/+1
|
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-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 Drake1997-12-171-2/+2
| | | | for both modules documented here.
* 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
* Note that passing a filename to uu.{en,de}code() is deprecated.Guido van Rossum1997-04-271-9/+8
|
* Added base64 codec docsJack Jansen1995-10-101-0/+12
|
* Documented new argument order.Jack Jansen1995-08-301-31/+23
|
* Documented binascii, binhex and uu modules. Put them in theJack Jansen1995-08-291-0/+146
Internet/WWW section, for lack of a better place.