Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
069560b1171eb6385121ff3b6331e8814a4e7454
/
Lib
/
test
/
test_base64.py
4ce6faa
bpo-16995: add support for base32 extended hex (base32hex) (GH-20441)
by Filipe Laíns
· 5 years ago
0c4f0f3
bpo-40275: Use new test.support helper submodules in tests (GH-21169)
by Hai Shi
· 5 years ago
210c19e
bpo-39351: Remove base64.encodestring() (GH-18022)
by Victor Stinner
· 6 years ago
b19c0d77
bpo-39055: Reject a trailing \n in base64.b64decode() with validate=True. (GH-17616)
by Serhiy Storchaka
· 6 years ago
ac0b3c2
bpo-34164: Fix handling of incorrect padding in base64.b32decode(). (GH-8351)
by Serhiy Storchaka
· 7 years ago
c643a96
Add Python version since deprecation in base64 methods. (#33)
by Matthias Bussonnier
· 8 years ago
205e75b
Issue #25913: Leading <~ is optional now in base64.a85decode() with adobe=True.
by Serhiy Storchaka
· 9 years ago
ee3074e
Issue #22088: Clarify base-64 alphabets and which characters are discarded
by Martin Panter
· 9 years ago
00f8197
Issue #24279: Update test_base64 to use test.support.script_helper.
by Berker Peksag
· 10 years ago
6dd0d46
Issue #17618: Add Base85 and Ascii85 encoding/decoding to the base64 module.
by Antoine Pitrou
· 12 years ago
fdf239a
Close #17839: support bytes-like objects in base64 module
by Nick Coghlan
· 12 years ago
ea2b490
Issue #18011: base64.b32decode() now raises a binascii.Error if there are
by Serhiy Storchaka
· 12 years ago
abac0a7
Added base64 module tests for non-binary files.
by Serhiy Storchaka
· 12 years ago
017523c
Issue #17842. Added base64 module tests with bytearray arguments.
by Serhiy Storchaka
· 12 years ago
2f24d98
Closes #14158: merged test file resilience fix from 3.2.
by Vinay Sajip
· 13 years ago
f959618
Closes #14158: improved resilience to test files left behind.
by Vinay Sajip
· 13 years ago
dff46fa
Fix use of assertRaises following c760bd844222 (spotted by Alex Gaynor).
by Antoine Pitrou
· 13 years ago
ea6b4d5
Issue #13641: Decoding functions in the base64 module now accept ASCII-only unicode strings.
by Antoine Pitrou
· 13 years ago
b3aedd4
#9424: Replace deprecated assert* methods in the Python test suite.
by Ezio Melotti
· 15 years ago
6495136
#1466065: add validate option to base64.b64decode
by R. David Murray
· 15 years ago
0dee1b8
Fix the new TestMain.test_decode() of test_base64 for Windows
by Victor Stinner
· 15 years ago
479736b
Issue #4769: Fix main() function of the base64 module, use sys.stdin.buffer and
by Victor Stinner
· 15 years ago
c9c0f20
convert old fail* assertions to assert*
by Benjamin Peterson
· 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
5209857f
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