| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #23728: binascii.crc_hqx() could return an integer outside of the range | Serhiy Storchaka | 2015-04-20 | 1 | -0/+12 |
|\ |
|
| * | Issue #23728: binascii.crc_hqx() could return an integer outside of the range | Serhiy Storchaka | 2015-04-20 | 1 | -0/+12 |
|
|
* | | Issue #21741: Update 147 test modules to use test discovery. | Zachary Ware | 2015-04-13 | 1 | -8/+1 |
|/ |
|
* | Issue #23280: Fix docstrings for binascii.(un)hexlify | Zachary Ware | 2015-01-20 | 1 | -1/+3 |
|
|
* | Issue #13637: "a2b" functions in the binascii module now accept ASCII-only un... | Antoine Pitrou | 2011-12-20 | 1 | -3/+31 |
|
|
* | Issue #4770: Restrict binascii module to accept only bytes (as specified). | Florent Xicluna | 2010-07-27 | 1 | -13/+13 |
|
|
* | Merged revisions 78678,78680,78682 via svnmerge from | Benjamin Peterson | 2010-03-05 | 1 | -0/+0 |
|
|
* | Merged revisions 77528 via svnmerge from | Antoine Pitrou | 2010-01-16 | 1 | -32/+71 |
|
|
* | Merged revisions 77506 via svnmerge from | Antoine Pitrou | 2010-01-15 | 1 | -0/+3 |
|
|
* | Merge note: only the tests have been kept here, since the rest was already | Antoine Pitrou | 2010-01-14 | 1 | -7/+24 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -4/+4 |
|
|
* | Issue #4387: binascii now refuses to accept str as binary input. | Martin v. Löwis | 2008-12-02 | 1 | -2/+10 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
|
|
* | Rename buffer -> bytearray. | Guido van Rossum | 2007-11-21 | 1 | -3/+3 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -3/+3 |
|
|
* | Rename checks for test_support.have_unicode (we always | Walter Dörwald | 2007-06-08 | 1 | -3/+1 |
|
|
* | Make test_base64 pass. | Guido van Rossum | 2007-05-22 | 1 | -2/+2 |
|
|
* | Make binascii use byte strings everywhere (in and out). | Guido van Rossum | 2007-05-22 | 1 | -42/+45 |
|
|
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 | 1 | -2/+2 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -2/+2 |
|
|
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -1/+1 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -0/+9 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -1/+1 |
|
|
* | SF #1022953: binascii.a2b_hqx("") raises SystemError | Raymond Hettinger | 2004-09-06 | 1 | -0/+10 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-07-08 | 1 | -1/+1 |
|
|
* | Port test_binascii.py to PyUnit and enhance tests. | Walter Dörwald | 2004-03-15 | 1 | -123/+149 |
|
|
* | binascii_a2b_base64: Properly return an empty string if the input was all | Thomas Wouters | 2003-03-17 | 1 | -0/+4 |
|
|
* | Complete the absolute import patch for the test suite. All relative | Barry Warsaw | 2002-07-30 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-05-23 | 1 | -1/+1 |
|
|
* | easy --disable-unicode proofing. | Michael W. Hudson | 2002-05-20 | 1 | -2/+4 |
|
|
* | Add test case for SF bug 534347. | Guido van Rossum | 2002-04-04 | 1 | -0/+8 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-10-18 | 1 | -1/+0 |
|
|
* | Add test of hexlify on Unicode strings | Jeremy Hylton | 2001-10-11 | 1 | -0/+4 |
|
|
* | The first batch of changes recommended by the fixdiv tool. These are | Guido van Rossum | 2001-09-04 | 1 | -2/+2 |
|
|
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -4/+4 |
|
|
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -1/+1 |
|
|
* | tests for binascii.b2a_hex() and binascii.a2b_hex(). | Barry Warsaw | 2000-08-15 | 1 | -0/+19 |
|
|
* | Added test for new crc32() function. | Guido van Rossum | 2000-02-16 | 1 | -0/+6 |
|
|
* | Rewritten -- this now tests the binascii *except* for the binhex | Guido van Rossum | 1999-10-19 | 1 | -44/+85 |
|
|
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -12/+12 |
|
|
* | Minor output message change | Roger E. Masse | 1997-01-16 | 1 | -1/+7 |
|
|
* | test script for the binascii C module. | Roger E. Masse | 1997-01-16 | 1 | -0/+40 |
|
|