index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_base64.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #22088: Clarify base-64 alphabets and which characters are discarded
Martin Panter
2016-02-23
1
-0/+11
*
Issue #22088: Port base64 character ignoring doc and test from 857d9fe60169
Martin Panter
2015-12-14
1
-1/+15
*
Issue #17842. Added base64 module tests with bytearray arguments.
Serhiy Storchaka
2013-04-28
1
-0/+26
*
Standardize on test.test_support.run_unittest() (as opposed to a mix of run_u...
Collin Winter
2007-04-25
1
-10/+2
*
[Patch #1171487, bug #1170331] Fix error in base64.b32decode when encoding a ...
Andrew M. Kuchling
2005-06-08
1
-0/+6
*
More complete code coverage, including testing the new RFC 3548 support.
Barry Warsaw
2004-01-04
1
-26/+181
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-17/+17
*
Made it more readable.
Guido van Rossum
2002-08-22
1
-46/+30
*
base64.decodestring('') should return '' instead of raising an
Barry Warsaw
2002-08-15
1
-6/+1
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
Whitespace normalization.
Tim Peters
2002-05-23
1
-16/+15
*
Added Mitchell Surface's regression tests for base64. Closes patch #550002.
Raymond Hettinger
2002-05-18
1
-0/+59