Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
cb0613b860a59cae74443acf92e08fcf5b2d9d19
/
Lib
/
encodings
/
bz2_codec.py
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
b981995
The bz2 codec isn't supported any more. I've also commented out several codecs which were removed in the past.
by Christian Heimes
· 17 years ago
89f507f
Four months of trunk changes (including a few releases...)
by Thomas Wouters
· 18 years ago
a977329
Merge part of the trunk changes into the p3yk branch. This merges from 43030
by Thomas Wouters
· 19 years ago
0ad142a
Revert previous change. MAL preferred the old version.
by Raymond Hettinger
· 21 years ago
a455170
Simplifed the code.
by Raymond Hettinger
· 21 years ago
9edae34
Fix typo in the comments.
by Raymond Hettinger
· 21 years ago
9a80c5d
Added codec for bz2 compression.
by Raymond Hettinger
· 21 years ago