1. 2f24d98 Closes #14158: merged test file resilience fix from 3.2. by Vinay Sajip · 12 years ago
  2. f959618 Closes #14158: improved resilience to test files left behind. by Vinay Sajip · 12 years ago
  3. dff46fa Fix use of assertRaises following c760bd844222 (spotted by Alex Gaynor). by Antoine Pitrou · 12 years ago
  4. ea6b4d5 Issue #13641: Decoding functions in the base64 module now accept ASCII-only unicode strings. by Antoine Pitrou · 12 years ago
  5. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  6. 6495136 #1466065: add validate option to base64.b64decode by R. David Murray · 14 years ago
  7. 0dee1b8 Fix the new TestMain.test_decode() of test_base64 for Windows by Victor Stinner · 14 years ago
  8. 479736b Issue #4769: Fix main() function of the base64 module, use sys.stdin.buffer and by Victor Stinner · 14 years ago
  9. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  10. b54d801 #3613: add base64.encodebytes and decodebytes as the new spelling of encodestring and decodestring; deprecate the latter. by Georg Brandl · 15 years ago
  11. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  12. 5209857f Removed implicit convertions of str object to bytes from base64. by Alexandre Vassalotti · 16 years ago
  13. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  14. 4581ae5 Make test_base64 pass. by Guido van Rossum · 17 years ago
  15. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  16. 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
  17. 4f019d3 More complete code coverage, including testing the new RFC 3548 support. by Barry Warsaw · 21 years ago
  18. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  19. cb68258 Made it more readable. by Guido van Rossum · 22 years ago
  20. 0a51b58 base64.decodestring('') should return '' instead of raising an by Barry Warsaw · 22 years ago
  21. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  22. 8ac1495 Whitespace normalization. by Tim Peters · 22 years ago
  23. 2ae8753 Added Mitchell Surface's regression tests for base64. Closes patch #550002. by Raymond Hettinger · 22 years ago