aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_base64.py
Commit message (Expand)AuthorAge
* Made it more readable.Guido van Rossum2002-08-22
* base64.decodestring('') should return '' instead of raising anBarry Warsaw2002-08-15
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* Whitespace normalization.Tim Peters2002-05-23
* Added Mitchell Surface's regression tests for base64. Closes patch #550002.Raymond Hettinger2002-05-18