1. 6d72b0e Clarify docstring by Andrew M. Kuchling · 18 years ago
  2. a3f0927 ("Forward-port" of r46506) by Armin Rigo · 18 years ago
  3. 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
  4. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  5. 8f799e4 __all__: Remove freenet_b64encode and freenet_b64decode. by Barry Warsaw · 21 years ago
  6. 4c904d1 Added more complete RFC 3548 support for Base64, Base32, and Base16 by Barry Warsaw · 21 years ago
  7. 54e54c6 The first batch of changes recommended by the fixdiv tool. These are by Guido van Rossum · 23 years ago
  8. fbb2b4c check in for patch #430846 by Peter Schneider-Kamp · 23 years ago
  9. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 24 years ago
  10. 0365180 a couple of nits from Patch #100933 by Jeremy Hylton · 24 years ago
  11. 4acc25b Mass patch by Ka-Ping Yee: by Guido van Rossum · 25 years ago
  12. d2783da The correct RFC to reference is RFC-1521 (MIME part one), not 1421 (PEM). by Guido van Rossum · 25 years ago
  13. 5b34ec1 Fixed spelling in comment: "RFC", not "RFX". by Fred Drake · 26 years ago
  14. 25107de Set correct RFC number. Open input in binary. by Guido van Rossum · 27 years ago
  15. aa925a5 Add #! line. by Guido van Rossum · 27 years ago
  16. 951213e Use binascii module (resulting in a 60-fold speedup:-) by Jack Jansen · 29 years ago
  17. 54c1510 improved test/main program by Guido van Rossum · 29 years ago
  18. 3b8e160 upgdaded the test program by Guido van Rossum · 29 years ago
  19. f194546 two mime encoding schemes by Guido van Rossum · 29 years ago