Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
d382066d2cf94f6f0d37ab85a8daeeb13feebe1d
/
Lib
/
test
/
test_base64.py
19f2aeb
Merged revisions 86596 via svnmerge from
by Ezio Melotti
· 15 years ago
827bd45
Merged revisions 81535 via svnmerge from
by Victor Stinner
· 15 years ago
20f4b44
Merged revisions 81533 via svnmerge from
by Victor Stinner
· 15 years ago
ab91fde
Merged revisions 73715 via svnmerge from
by Georg Brandl
· 16 years ago
b54d801
#3613: add base64.encodebytes and decodebytes as the new spelling of encodestring and decodestring; deprecate the latter.
by Georg Brandl
· 16 years ago
ee8712c
#2621 rename test.test_support to test.support
by Benjamin Peterson
· 17 years ago
5209857
Removed implicit convertions of str object to bytes from base64.
by Alexandre Vassalotti
· 17 years ago
34d1928
SF patch# 1770008 by Christian Heimes (plus some extras).
by Guido van Rossum
· 18 years ago
4581ae5
Make test_base64 pass.
by Guido van Rossum
· 18 years ago
d8faa36
Merged revisions 53952-54987 via svnmerge from
by Guido van Rossum
· 18 years ago
6e57c2a
[Patch #1171487, bug #1170331] Fix error in base64.b32decode when encoding a single null byte; test a null byte in all encodings to be sure it works
by Andrew M. Kuchling
· 20 years ago
4f019d3
More complete code coverage, including testing the new RFC 3548 support.
by Barry Warsaw
· 22 years ago
21d3a32
Combine the functionality of test_support.run_unittest()
by Walter Dörwald
· 22 years ago
cb68258
Made it more readable.
by Guido van Rossum
· 23 years ago
0a51b58
base64.decodestring('') should return '' instead of raising an
by Barry Warsaw
· 23 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
8ac1495
Whitespace normalization.
by Tim Peters
· 23 years ago
2ae8753
Added Mitchell Surface's regression tests for base64. Closes patch #550002.
by Raymond Hettinger
· 23 years ago