Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
18b6751e3947be83fef92367d727bedef7ab41a7
/
Lib
/
encodings
/
base64_codec.py
7c23ea2
Don't use deprecated aliases.
by Georg Brandl
· 15 years ago
0252462
#7475: add (un)transform method to bytes/bytearray and str, add back codecs that can be used with them from Python 2.
by Georg Brandl
· 15 years ago
42748a8
Rip out all codecs that can't work in a unicode/bytes world:
by Walter Dörwald
· 18 years ago
ea0ebd8
Make test_str.py pass.
by Guido van Rossum
· 18 years ago
a977329
Merge part of the trunk changes into the p3yk branch. This merges from 43030
by Thomas Wouters
· 19 years ago
469cdad
Whitespace normalization.
by Tim Peters
· 23 years ago
26e3b68
Patch #462635 by Andrew Kuchling correcting bugs in the new
by Marc-André Lemburg
· 24 years ago
2d92041
This patch changes the way the string .encode() method works slightly
by Marc-André Lemburg
· 24 years ago