summaryrefslogtreecommitdiff
path: root/Lib/test/test_binascii.py
Commit message (Expand)AuthorAgeFilesLines
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-4/+4
* Issue #4387: binascii now refuses to accept str as binary input.Martin v. Löwis2008-12-021-2/+10
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Rename buffer -> bytearray.Guido van Rossum2007-11-211-3/+3
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-3/+3
* Rename checks for test_support.have_unicode (we alwaysWalter Dörwald2007-06-081-3/+1
* Make test_base64 pass.Guido van Rossum2007-05-221-2/+2
* Make binascii use byte strings everywhere (in and out).Guido van Rossum2007-05-221-42/+45
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-2/+2
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-2/+2
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-1/+1
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-0/+9
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-1/+1
* SF #1022953: binascii.a2b_hqx("") raises SystemErrorRaymond Hettinger2004-09-061-0/+10
* Whitespace normalization.Tim Peters2004-07-081-1/+1
* Port test_binascii.py to PyUnit and enhance tests.Walter Dörwald2004-03-151-123/+149
* binascii_a2b_base64: Properly return an empty string if the input was allThomas Wouters2003-03-171-0/+4
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* Whitespace normalization.Tim Peters2002-05-231-1/+1
* easy --disable-unicode proofing.Michael W. Hudson2002-05-201-2/+4
* Add test case for SF bug 534347.Guido van Rossum2002-04-041-0/+8
* Whitespace normalization.Tim Peters2001-10-181-1/+0
* Add test of hexlify on Unicode stringsJeremy Hylton2001-10-111-0/+4
* The first batch of changes recommended by the fixdiv tool. These areGuido van Rossum2001-09-041-2/+2
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-4/+4
* Update the code to better reflect recommended style:Fred Drake2000-12-121-1/+1
* tests for binascii.b2a_hex() and binascii.a2b_hex().Barry Warsaw2000-08-151-0/+19
* Added test for new crc32() function.Guido van Rossum2000-02-161-0/+6
* Rewritten -- this now tests the binascii *except* for the binhexGuido van Rossum1999-10-191-44/+85
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-12/+12
* Minor output message changeRoger E. Masse1997-01-161-1/+7
* test script for the binascii C module.Roger E. Masse1997-01-161-0/+40