Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
313fa9d3651a5edab0d8f0f3b41720818b80c19d
/
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
· 15 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
· 18 years ago
89f507f
Four months of trunk changes (including a few releases...)
by Thomas Wouters
· 19 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
· 22 years ago
a455170
Simplifed the code.
by Raymond Hettinger
· 22 years ago
9edae34
Fix typo in the comments.
by Raymond Hettinger
· 22 years ago
9a80c5d
Added codec for bz2 compression.
by Raymond Hettinger
· 22 years ago