Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
6b51ddfa2262ba1883d2c2eceb7fa3afd6a24b5d
/
Lib
/
test
/
test_binascii.py
bd617ad
Issue #23728: Added a test for binascii.crc_hqx().
by Serhiy Storchaka
· 10 years ago
b3be23a
remove the svn:executable property from files that don't have shebang lines
by Benjamin Peterson
· 15 years ago
db983a7
Followup to #7703: a2b_hqx() didn't follow the new buffer API (neither in trunk
by Antoine Pitrou
· 15 years ago
c391ad0
Issue #7701: Fix crash in binascii.b2a_uu() in debug mode when given a
by Antoine Pitrou
· 15 years ago
fd3a60d
Issue #7703: Add support for the new buffer API to functions of the
by Antoine Pitrou
· 15 years ago
ce8e33a
Reverting the Revision: 77368. I committed Flox's big patch for tests by
by Senthil Kumaran
· 15 years ago
3ddc435
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
by Senthil Kumaran
· 15 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
4aef727
Patch #1185447: binascii.b2a_qp() now correctly quotes binary characters
by Georg Brandl
· 18 years ago
25aabf4
Bug #1588217: don't parse "= " as a soft line break in binascii's
by Georg Brandl
· 18 years ago
658717e
SF #1022953: binascii.a2b_hqx("") raises SystemError
by Raymond Hettinger
· 21 years ago
27f8836
Whitespace normalization.
by Tim Peters
· 21 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
· 23 years ago
8ac1495
Whitespace normalization.
by Tim Peters
· 23 years ago
286225b
easy --disable-unicode proofing.
by Michael W. Hudson
· 23 years ago
065fa41
Add test case for SF bug 534347.
by Guido van Rossum
· 23 years ago
e0c446b
Whitespace normalization.
by Tim Peters
· 24 years ago
de7c192
Add test of hexlify on Unicode strings
by Jeremy Hylton
· 24 years ago
54e54c6
The first batch of changes recommended by the fixdiv tool. These are
by Guido van Rossum
· 24 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
· 25 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
· 26 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