summaryrefslogtreecommitdiffstats
path: root/Lib/base64.py
Commit message (Collapse)AuthorAgeFilesLines
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-201-0/+2
| | | | | | | | added test script and expected output file as well this closes patch 103297. __all__ attributes will be added to other modules without first submitting a patch, just adding the necessary line to the test script to verify more-or-less correct implementation.
* a couple of nits from Patch #100933Jeremy Hylton2000-07-251-2/+2
|
* Mass patch by Ka-Ping Yee:Guido van Rossum2000-02-021-55/+57
| | | | | | | | | | | 1. Comments at the beginning of the module, before functions, and before classes have been turned into docstrings. 2. Tabs are normalized to four spaces. Also, removed the "remove" function from dircmp.py, which reimplements list.remove() (it must have been very old).
* The correct RFC to reference is RFC-1521 (MIME part one), not 1421 (PEM).Guido van Rossum2000-01-031-4/+1
|
* Fixed spelling in comment: "RFC", not "RFX".Fred Drake1998-05-221-1/+1
|
* Set correct RFC number. Open input in binary.Guido van Rossum1997-05-081-2/+2
|
* Add #! line.Guido van Rossum1997-04-021-0/+2
|
* Use binascii module (resulting in a 60-fold speedup:-)Jack Jansen1995-10-041-76/+14
|
* improved test/main programGuido van Rossum1995-09-181-2/+3
|
* upgdaded the test programGuido van Rossum1995-08-101-4/+18
|
* two mime encoding schemesGuido van Rossum1995-06-141-0/+125