Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
672b6baa71010f236ee8c8ce912e98cb542385c6
/
Lib
/
test
/
test_binascii.py
13f1f42
bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (#1326)
by Xiang Zhang
· 8 years ago
62a1f02
Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
by Serhiy Storchaka
· 8 years ago
e6265e9
Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
by Serhiy Storchaka
· 8 years ago
1bfe930
Issue #25384: Fix binascii.rledecode_hqx()
by Victor Stinner
· 9 years ago
e84c976
Issue #25357: Add an optional newline paramer to binascii.b2a_base64().
by Victor Stinner
· 9 years ago
0ff8909
Issue #23738: Merge 3.4 into 3.5
by Martin Panter
· 9 years ago
bf19d16
Issue #23738: Document and test actual keyword parameter names
by Martin Panter
· 9 years ago
e3037e1
Issue #23728: binascii.crc_hqx() could return an integer outside of the range
by Serhiy Storchaka
· 10 years ago
2ef7c47
Issue #23728: binascii.crc_hqx() could return an integer outside of the range
by Serhiy Storchaka
· 10 years ago
38c707e
Issue #21741: Update 147 test modules to use test discovery.
by Zachary Ware
· 10 years ago
b176d40
Issue #23280: Fix docstrings for binascii.(un)hexlify
by Zachary Ware
· 10 years ago
0831676
Issue #13637: "a2b" functions in the binascii module now accept ASCII-only unicode strings.
by Antoine Pitrou
· 13 years ago
f1046ca
Issue #4770: Restrict binascii module to accept only bytes (as specified).
by Florent Xicluna
· 14 years ago
5a53fde
Merged revisions 78678,78680,78682 via svnmerge from
by Benjamin Peterson
· 15 years ago
747e8b3
Merged revisions 77528 via svnmerge from
by Antoine Pitrou
· 15 years ago
2843aa8
Merged revisions 77506 via svnmerge from
by Antoine Pitrou
· 15 years ago
6d4b00c
Merge note: only the tests have been kept here, since the rest was already
by Antoine Pitrou
· 15 years ago
c9c0f20
convert old fail* assertions to assert*
by Benjamin Peterson
· 15 years ago
15b16a3
Issue #4387: binascii now refuses to accept str as binary input.
by Martin v. Löwis
· 16 years ago
ee8712c
#2621 rename test.test_support to test.support
by Benjamin Peterson
· 16 years ago
254348e
Rename buffer -> bytearray.
by Guido van Rossum
· 17 years ago
98297ee
Merging the py3k-pep3137 branch back into the py3k branch.
by Guido van Rossum
· 17 years ago
9b77553
Rename checks for test_support.have_unicode (we always
by Walter Dörwald
· 17 years ago
4581ae5
Make test_base64 pass.
by Guido van Rossum
· 17 years ago
0e225aa
Make binascii use byte strings everywhere (in and out).
by Guido van Rossum
· 17 years ago
d59da4b
Merged revisions 55407-55513 via svnmerge from
by Guido van Rossum
· 17 years ago
805365e
Merged revisions 55007-55179 via svnmerge from
by Guido van Rossum
· 18 years ago
ef87d6e
Rip out all the u"..." literals and calls to unicode().
by Guido van Rossum
· 18 years ago
d8faa36
Merged revisions 53952-54987 via svnmerge from
by Guido van Rossum
· 18 years ago
89f507f
Four months of trunk changes (including a few releases...)
by Thomas Wouters
· 18 years ago
658717e
SF #1022953: binascii.a2b_hqx("") raises SystemError
by Raymond Hettinger
· 20 years ago
27f8836
Whitespace normalization.
by Tim Peters
· 20 years ago
cd1e8a9
Port test_binascii.py to PyUnit and enhance tests.
by Walter Dörwald
· 21 years ago
9e1c192
binascii_a2b_base64: Properly return an empty string if the input was all
by Thomas Wouters
· 22 years ago
408b6d3
Complete the absolute import patch for the test suite. All relative
by Barry Warsaw
· 22 years ago
8ac1495
Whitespace normalization.
by Tim Peters
· 22 years ago
286225b
easy --disable-unicode proofing.
by Michael W. Hudson
· 22 years ago
065fa41
Add test case for SF bug 534347.
by Guido van Rossum
· 23 years ago
e0c446b
Whitespace normalization.
by Tim Peters
· 23 years ago
de7c192
Add test of hexlify on Unicode strings
by Jeremy Hylton
· 23 years ago
54e54c6
The first batch of changes recommended by the fixdiv tool. These are
by Guido van Rossum
· 23 years ago
3661908
This patch removes all uses of "assert" in the regression test suite
by Marc-André Lemburg
· 24 years ago
132dce2
Update the code to better reflect recommended style:
by Fred Drake
· 24 years ago
97ca66f
tests for binascii.b2a_hex() and binascii.a2b_hex().
by Barry Warsaw
· 24 years ago
cba0436
Added test for new crc32() function.
by Guido van Rossum
· 25 years ago
fdecda0
Rewritten -- this now tests the binascii *except* for the binhex
by Guido van Rossum
· 25 years ago
41360a4
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
3b039fa
Minor output message change
by Roger E. Masse
· 28 years ago
2a1c834
test script for the binascii C module.
by Roger E. Masse
· 28 years ago