index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_binascii.py
Commit message (
Expand
)
Author
Age
*
gh-118314: Fix padding edge case in binascii.a2b_base64 strict mode (GH-118320)
Youfu Zhang
2024-05-07
*
gh-67565: Add tests for C-contiguity checks (GH-110951)
Furkan Onder
2023-10-20
*
gh-109418: Fix hypothesis strategy for b2a_roundtrip test (#109419)
Nikita Sobolev
2023-09-14
*
gh-109140: Rename duplicated tests in `test_binascii` (#109141)
Hugo van Kemenade
2023-09-08
*
gh-107862: Add roundtrip `hypothesis` tests to `test_binascii` (#107863)
Nikita Sobolev
2023-09-01
*
gh-84623: Remove unused imports in tests (#93772)
Victor Stinner
2022-06-13
*
bpo-38256: Fix binascii.crc32() when inputs are 4+GiB (GH-32000)
Gregory P. Smith
2022-03-20
*
bpo-45085: Remove the binhex module (GH-28117)
Victor Stinner
2021-09-02
*
bpo-44678: Separate error message for discontinuous padding in binascii.a2b_b...
Idan Moral
2021-07-19
*
bpo-43086: Add handling for out-of-spec data in a2b_base64 (GH-24402)
Idan Moral
2021-07-18
*
bpo-40275: Use new test.support helper submodules in tests (GH-21449)
Hai Shi
2020-08-03
*
bpo-39353: binascii.crc_hqx() is no longer deprecated (GH-18276)
Victor Stinner
2020-01-30
*
bpo-39353: Deprecate the binhex module (GH-18025)
Victor Stinner
2020-01-22
*
bpo-22385: Support output separators in hex methods. (#13578)
Gregory P. Smith
2019-05-29
*
bpo-34736: improve error message for invalid length b64decode inputs (GH-9563)
Tal Einat
2018-09-27
*
bpo-33770: improve base64 exception message for encoded inputs of invalid len...
Tal Einat
2018-06-10
*
bpo-32147: Improved perfomance of binascii.unhexlify(). (GH-4586)
Sergey Fedoseev
2018-02-26
*
bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (...
Xiang Zhang
2017-05-03
*
Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
Serhiy Storchaka
2016-09-14
|
\
|
*
Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
Serhiy Storchaka
2016-09-14
*
|
Issue #25384: Fix binascii.rledecode_hqx()
Victor Stinner
2015-10-14
*
|
Issue #25357: Add an optional newline paramer to binascii.b2a_base64().
Victor Stinner
2015-10-11
|
/
*
Issue #23738: Merge 3.4 into 3.5
Martin Panter
2015-09-09
|
\
|
*
Issue #23738: Document and test actual keyword parameter names
Martin Panter
2015-09-09
*
|
Issue #23728: binascii.crc_hqx() could return an integer outside of the range
Serhiy Storchaka
2015-04-20
|
\
|
|
*
Issue #23728: binascii.crc_hqx() could return an integer outside of the range
Serhiy Storchaka
2015-04-20
*
|
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
|
/
*
Issue #23280: Fix docstrings for binascii.(un)hexlify
Zachary Ware
2015-01-20
*
Issue #13637: "a2b" functions in the binascii module now accept ASCII-only un...
Antoine Pitrou
2011-12-20
*
Issue #4770: Restrict binascii module to accept only bytes (as specified).
Florent Xicluna
2010-07-27
*
Merged revisions 78678,78680,78682 via svnmerge from
Benjamin Peterson
2010-03-05
*
Merged revisions 77528 via svnmerge from
Antoine Pitrou
2010-01-16
*
Merged revisions 77506 via svnmerge from
Antoine Pitrou
2010-01-15
*
Merge note: only the tests have been kept here, since the rest was already
Antoine Pitrou
2010-01-14
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
*
Issue #4387: binascii now refuses to accept str as binary input.
Martin v. Löwis
2008-12-02
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
*
Rename buffer -> bytearray.
Guido van Rossum
2007-11-21
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
*
Rename checks for test_support.have_unicode (we always
Walter Dörwald
2007-06-08
*
Make test_base64 pass.
Guido van Rossum
2007-05-22
*
Make binascii use byte strings everywhere (in and out).
Guido van Rossum
2007-05-22
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
*
SF #1022953: binascii.a2b_hqx("") raises SystemError
Raymond Hettinger
2004-09-06
*
Whitespace normalization.
Tim Peters
2004-07-08
*
Port test_binascii.py to PyUnit and enhance tests.
Walter Dörwald
2004-03-15
[next]