1. 6e57c2a [Patch #1171487, bug #1170331] Fix error in base64.b32decode when encoding a single null byte; test a null byte in all encodings to be sure it works by Andrew M. Kuchling · 19 years ago
  2. 4f019d3 More complete code coverage, including testing the new RFC 3548 support. by Barry Warsaw · 21 years ago
  3. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  4. cb68258 Made it more readable. by Guido van Rossum · 22 years ago
  5. 0a51b58 base64.decodestring('') should return '' instead of raising an by Barry Warsaw · 22 years ago
  6. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  7. 8ac1495 Whitespace normalization. by Tim Peters · 22 years ago
  8. 2ae8753 Added Mitchell Surface's regression tests for base64. Closes patch #550002. by Raymond Hettinger · 22 years ago