aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_binascii.py
Commit message (Expand)AuthorAge
* Merged revisions 77508 via svnmerge fromAntoine Pitrou2010-01-15
* Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-13
* Issue #4387: binascii now refuses to accept str as binary input.Martin v. Löwis2008-12-02
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Rename buffer -> bytearray.Guido van Rossum2007-11-21
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-06
* Rename checks for test_support.have_unicode (we alwaysWalter Dörwald2007-06-08
* Make test_base64 pass.Guido van Rossum2007-05-22
* Make binascii use byte strings everywhere (in and out).Guido van Rossum2007-05-22
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-22
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-02
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-13
* SF #1022953: binascii.a2b_hqx("") raises SystemErrorRaymond Hettinger2004-09-06
* Whitespace normalization.Tim Peters2004-07-08
* Port test_binascii.py to PyUnit and enhance tests.Walter Dörwald2004-03-15
* binascii_a2b_base64: Properly return an empty string if the input was allThomas Wouters2003-03-17
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-30
* Whitespace normalization.Tim Peters2002-05-23
* easy --disable-unicode proofing.Michael W. Hudson2002-05-20
* Add test case for SF bug 534347.Guido van Rossum2002-04-04
* Whitespace normalization.Tim Peters2001-10-18
* Add test of hexlify on Unicode stringsJeremy Hylton2001-10-11
* The first batch of changes recommended by the fixdiv tool. These areGuido van Rossum2001-09-04
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-17
* Update the code to better reflect recommended style:Fred Drake2000-12-12
* tests for binascii.b2a_hex() and binascii.a2b_hex().Barry Warsaw2000-08-15
* Added test for new crc32() function.Guido van Rossum2000-02-16
* Rewritten -- this now tests the binascii *except* for the binhexGuido van Rossum1999-10-19
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-26
* Minor output message changeRoger E. Masse1997-01-16
* test script for the binascii C module.Roger E. Masse1997-01-16