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