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