1. 9b77553 Rename checks for test_support.have_unicode (we always by Walter Dörwald · 17 years ago
  2. 4581ae5 Make test_base64 pass. by Guido van Rossum · 17 years ago
  3. 0e225aa Make binascii use byte strings everywhere (in and out). by Guido van Rossum · 17 years ago
  4. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  5. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  6. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  7. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  8. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  9. 658717e SF #1022953: binascii.a2b_hqx("") raises SystemError by Raymond Hettinger · 20 years ago
  10. 27f8836 Whitespace normalization. by Tim Peters · 20 years ago
  11. cd1e8a9 Port test_binascii.py to PyUnit and enhance tests. by Walter Dörwald · 20 years ago
  12. 9e1c192 binascii_a2b_base64: Properly return an empty string if the input was all by Thomas Wouters · 21 years ago
  13. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  14. 8ac1495 Whitespace normalization. by Tim Peters · 22 years ago
  15. 286225b easy --disable-unicode proofing. by Michael W. Hudson · 22 years ago
  16. 065fa41 Add test case for SF bug 534347. by Guido van Rossum · 22 years ago
  17. e0c446b Whitespace normalization. by Tim Peters · 23 years ago
  18. de7c192 Add test of hexlify on Unicode strings by Jeremy Hylton · 23 years ago
  19. 54e54c6 The first batch of changes recommended by the fixdiv tool. These are by Guido van Rossum · 23 years ago
  20. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  21. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  22. 97ca66f tests for binascii.b2a_hex() and binascii.a2b_hex(). by Barry Warsaw · 24 years ago
  23. cba0436 Added test for new crc32() function. by Guido van Rossum · 24 years ago
  24. fdecda0 Rewritten -- this now tests the binascii *except* for the binhex by Guido van Rossum · 25 years ago
  25. 41360a4 Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  26. 3b039fa Minor output message change by Roger E. Masse · 28 years ago
  27. 2a1c834 test script for the binascii C module. by Roger E. Masse · 28 years ago