1. 5629268 Make b64encode raises properly a TypeError when altchars is not bytes. by Alexandre Vassalotti · 15 years ago
  2. 706824f More codestring -> codebytes. by Georg Brandl · 15 years ago
  3. b54d801 #3613: add base64.encodebytes and decodebytes as the new spelling of encodestring and decodestring; deprecate the latter. by Georg Brandl · 15 years ago
  4. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  5. 5209857f Removed implicit convertions of str object to bytes from base64. by Alexandre Vassalotti · 16 years ago
  6. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
  7. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  8. 083e20c Forgot one. This makes test_urllib2.py pass. by Guido van Rossum · 17 years ago
  9. 54a40cb Force test_xmlrpc to pass. I'm not happy with how I did this, but I don't by Guido van Rossum · 17 years ago
  10. 98b349f Fix some tests I broke. (More to follow.) by Guido van Rossum · 17 years ago
  11. 09549f4 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  12. 4581ae5 Make test_base64 pass. by Guido van Rossum · 17 years ago
  13. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 18 years ago
  14. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  15. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  16. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  17. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  18. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  19. 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
  20. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  21. 8f799e4 __all__: Remove freenet_b64encode and freenet_b64decode. by Barry Warsaw · 21 years ago
  22. 4c904d1 Added more complete RFC 3548 support for Base64, Base32, and Base16 by Barry Warsaw · 21 years ago
  23. 54e54c6 The first batch of changes recommended by the fixdiv tool. These are by Guido van Rossum · 23 years ago
  24. fbb2b4c check in for patch #430846 by Peter Schneider-Kamp · 23 years ago
  25. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 24 years ago
  26. 0365180 a couple of nits from Patch #100933 by Jeremy Hylton · 24 years ago
  27. 4acc25b Mass patch by Ka-Ping Yee: by Guido van Rossum · 25 years ago
  28. d2783da The correct RFC to reference is RFC-1521 (MIME part one), not 1421 (PEM). by Guido van Rossum · 25 years ago
  29. 5b34ec1 Fixed spelling in comment: "RFC", not "RFX". by Fred Drake · 26 years ago
  30. 25107de Set correct RFC number. Open input in binary. by Guido van Rossum · 27 years ago
  31. aa925a5 Add #! line. by Guido van Rossum · 27 years ago
  32. 951213e Use binascii module (resulting in a 60-fold speedup:-) by Jack Jansen · 29 years ago
  33. 54c1510 improved test/main program by Guido van Rossum · 29 years ago
  34. 3b8e160 upgdaded the test program by Guido van Rossum · 29 years ago
  35. f194546 two mime encoding schemes by Guido van Rossum · 29 years ago