summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libmd5.tex
Commit message (Collapse)AuthorAgeFilesLines
* [Patch #476612] Change docs to describe PEP247 interfaceAndrew M. Kuchling2001-11-021-0/+10
|
* Fix up a few style nits -- avoid "e.g." and "i.e." -- these makeFred Drake2001-07-061-1/+1
| | | | | translation more difficult, as well as reading the English more difficult for non-native speakers.
* Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings.Ka-Ping Yee2001-01-241-2/+2
| | | | Switch from octal escapes to hex escapes for other nonprintable characters.
* Repaired some glitches in the MD5 and SHA docs; copied the descriptions ofTim Peters2000-09-181-3/+5
| | | | | | the MD5 methods into the SHA docs (substituting "sha" for "md5", of course, and changing the stuff that depended on digest size accordingly). Fred, don't trust me!
* Add a reference to the sha module, noting that SHA is considered moreFred Drake2000-09-141-0/+7
| | | | secure. Suggested by Erno Kuusela <erno@iki.fi>.
* Added description of the md5.hexdigest() method.Barry Warsaw2000-08-151-0/+5
|
* 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.
* Nits.Fred Drake1999-04-231-2/+2
|
* New section header style.Fred Drake1998-08-101-1/+2
| | | | Fix up a few synopses.
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-2/+4
|
* Remove obsolete \setindexsubitem macro.Fred Drake1998-04-041-18/+17
| | | | Logical markup, methoddesc, etc.
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-6/+6
| | | | | | | | | 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-1/+2
| | | | changes.
* AMK's megapatch:Guido van Rossum1997-07-171-2/+3
| | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files
* Give correct length of string.Guido van Rossum1996-06-261-1/+1
|
* mass changes; fix titles; add examples; correct typos; clarifications;Guido van Rossum1995-03-171-27/+30
| | | | unified style; etc.
* small changes by Soren LarsenGuido van Rossum1995-03-131-1/+1
|
* copyright.tex: Add 1995 to copyright message.Guido van Rossum1995-01-041-4/+10
| | | | | | | | | | | | | | | lib.tex: add libimp; remove bogus warning about lineii. libmath.tex: document hypot(). libmd5.tex: rename md5.md5() to md5.new(). libposix.tex: document chown(). libposixfile.tex: openfile() instead of fileopen(). libsocket.tex: document gethostbyaddr(). libtypes.tex: add footnote explaining why readline() keeps the newline. ref3.tex: correct typos, add back*quotes to index. ref4.tex: don't use \verb inside footnote. ref5.tex: explain repr() and str() and add them + back*quotes to index. ref6.tex: correct typo, don't use \verb in footnote. ref7.tex: don't use \verb in footnote.
* Lots of small corrections by Andrew Kuchling (plus all new rotor docs)Guido van Rossum1994-08-081-8/+10
|
* Restructured library documentationGuido van Rossum1994-01-021-0/+53