summaryrefslogtreecommitdiff
path: root/Lib/test/test_binascii.py
Commit message (Expand)AuthorAgeFilesLines
* gh-84623: Remove unused imports in tests (#93772)Victor Stinner2022-06-131-1/+1
* bpo-38256: Fix binascii.crc32() when inputs are 4+GiB (GH-32000)Gregory P. Smith2022-03-201-1/+9
* bpo-45085: Remove the binhex module (GH-28117)Victor Stinner2021-09-021-57/+5
* bpo-44678: Separate error message for discontinuous padding in binascii.a2b_b...Idan Moral2021-07-191-6/+9
* bpo-43086: Add handling for out-of-spec data in a2b_base64 (GH-24402)Idan Moral2021-07-181-0/+41
* bpo-40275: Use new test.support helper submodules in tests (GH-21449)Hai Shi2020-08-031-7/+8
* bpo-39353: binascii.crc_hqx() is no longer deprecated (GH-18276)Victor Stinner2020-01-301-3/+0
* bpo-39353: Deprecate the binhex module (GH-18025)Victor Stinner2020-01-221-0/+22
* bpo-22385: Support output separators in hex methods. (#13578)Gregory P. Smith2019-05-291-0/+12
* bpo-34736: improve error message for invalid length b64decode inputs (GH-9563)Tal Einat2018-09-271-1/+5
* bpo-33770: improve base64 exception message for encoded inputs of invalid len...Tal Einat2018-06-101-0/+28
* bpo-32147: Improved perfomance of binascii.unhexlify(). (GH-4586)Sergey Fedoseev2018-02-261-0/+5
* bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (...Xiang Zhang2017-05-031-12/+24
* Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().Serhiy Storchaka2016-09-141-23/+92
|\
| * Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().Serhiy Storchaka2016-09-141-23/+92
* | Issue #25384: Fix binascii.rledecode_hqx()Victor Stinner2015-10-141-1/+15
* | Issue #25357: Add an optional newline paramer to binascii.b2a_base64().Victor Stinner2015-10-111-0/+10
|/
* Issue #23738: Merge 3.4 into 3.5Martin Panter2015-09-091-0/+3
|\
| * Issue #23738: Document and test actual keyword parameter namesMartin Panter2015-09-091-0/+3
* | Issue #23728: binascii.crc_hqx() could return an integer outside of the rangeSerhiy Storchaka2015-04-201-0/+12
|\ \ | |/
| * Issue #23728: binascii.crc_hqx() could return an integer outside of the rangeSerhiy Storchaka2015-04-201-0/+12
* | Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-8/+1
|/
* Issue #23280: Fix docstrings for binascii.(un)hexlifyZachary Ware2015-01-201-1/+3
* Issue #13637: "a2b" functions in the binascii module now accept ASCII-only un...Antoine Pitrou2011-12-201-3/+31
* Issue #4770: Restrict binascii module to accept only bytes (as specified).Florent Xicluna2010-07-271-13/+13
* Merged revisions 78678,78680,78682 via svnmerge fromBenjamin Peterson2010-03-051-0/+0
* Merged revisions 77528 via svnmerge fromAntoine Pitrou2010-01-161-32/+71
* Merged revisions 77506 via svnmerge fromAntoine Pitrou2010-01-151-0/+3
* Merge note: only the tests have been kept here, since the rest was alreadyAntoine Pitrou2010-01-141-7/+24
* 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