Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c4afe2950ab97fb529da99b511036b8a974b1694
/
Lib
/
base64.py
6d72b0e
Clarify docstring
by Andrew M. Kuchling
· 19 years ago
a3f0927
("Forward-port" of r46506)
by Armin Rigo
· 19 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
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 21 years ago
8f799e4
__all__: Remove freenet_b64encode and freenet_b64decode.
by Barry Warsaw
· 21 years ago
4c904d1
Added more complete RFC 3548 support for Base64, Base32, and Base16
by Barry Warsaw
· 21 years ago
54e54c6
The first batch of changes recommended by the fixdiv tool. These are
by Guido van Rossum
· 24 years ago
fbb2b4c
check in for patch #430846
by Peter Schneider-Kamp
· 24 years ago
e99d5ea
added __all__ lists to a number of Python modules
by Skip Montanaro
· 24 years ago
0365180
a couple of nits from Patch #100933
by Jeremy Hylton
· 25 years ago
4acc25b
Mass patch by Ka-Ping Yee:
by Guido van Rossum
· 25 years ago
d2783da
The correct RFC to reference is RFC-1521 (MIME part one), not 1421 (PEM).
by Guido van Rossum
· 25 years ago
5b34ec1
Fixed spelling in comment: "RFC", not "RFX".
by Fred Drake
· 27 years ago
25107de
Set correct RFC number. Open input in binary.
by Guido van Rossum
· 28 years ago
aa925a5
Add #! line.
by Guido van Rossum
· 28 years ago
951213e
Use binascii module (resulting in a 60-fold speedup:-)
by Jack Jansen
· 30 years ago
54c1510
improved test/main program
by Guido van Rossum
· 30 years ago
3b8e160
upgdaded the test program
by Guido van Rossum
· 30 years ago
f194546
two mime encoding schemes
by Guido van Rossum
· 30 years ago