]> granicus.if.org Git - python/commit
#7475: add (un)transform method to bytes/bytearray and str, add back codecs that...
authorGeorg Brandl <georg@python.org>
Thu, 2 Dec 2010 18:06:51 +0000 (18:06 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 2 Dec 2010 18:06:51 +0000 (18:06 +0000)
commit02524629f39bb70f4ea00ab8e64d694e08719227
treede93598f38e1b4d84eaa743b31df1a79a21c957c
parentde0ab5eab31c9ea9a628718778b0dc57df0d8470
#7475: add (un)transform method to bytes/bytearray and str, add back codecs that can be used with them from Python 2.
17 files changed:
Doc/library/codecs.rst
Doc/library/stdtypes.rst
Lib/codecs.py
Lib/encodings/aliases.py
Lib/encodings/base64_codec.py [new file with mode: 0644]
Lib/encodings/bz2_codec.py [new file with mode: 0644]
Lib/encodings/hex_codec.py [new file with mode: 0644]
Lib/encodings/quopri_codec.py [new file with mode: 0644]
Lib/encodings/rot_13.py [new file with mode: 0755]
Lib/encodings/uu_codec.py [new file with mode: 0644]
Lib/encodings/zlib_codec.py [new file with mode: 0644]
Lib/test/test_bytes.py
Lib/test/test_codecs.py
Misc/NEWS
Objects/bytearrayobject.c
Objects/bytesobject.c
Objects/unicodeobject.c