Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
6c22e65773c94ff810bd7adbb43c2b52e269598a
/
Lib
/
encodings
/
base64_codec.py
e5cb836
#7475: Remove references to '.transform' from transform codec docstrings.
by R David Murray
· 11 years ago
94ee389
Issue #19619: Blacklist non-text codecs in method API
by Serhiy Storchaka
· 11 years ago
7c23ea2
Don't use deprecated aliases.
by Georg Brandl
· 14 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
· 14 years ago
42748a8
Rip out all codecs that can't work in a unicode/bytes world:
by Walter Dörwald
· 17 years ago
ea0ebd8
Make test_str.py pass.
by Guido van Rossum
· 17 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
· 22 years ago
26e3b68
Patch #462635 by Andrew Kuchling correcting bugs in the new
by Marc-André Lemburg
· 23 years ago
2d92041
This patch changes the way the string .encode() method works slightly
by Marc-André Lemburg
· 23 years ago