History log of /external/python/cpython2/Lib/encodings/bz2_codec.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c7797dc7482035ee166ca2e941b623382b92e1fc 31-May-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #19543: Emit deprecation warning for known non-text encodings.

Backported issues #19619: encode() and decode() methods and constructors
of str, unicode and bytearray classes now emit deprecation warning for known
non-text encodings when Python is ran with the -3 option.

Backported issues #20404: io.TextIOWrapper (and hence io.open()) now uses the
internal codec marking system added to emit deprecation warning for known non-text
encodings at stream construction time when Python is ran with the -3 option.
/external/python/cpython2/Lib/encodings/bz2_codec.py
2c9838e30f825b3bdaf0fc33f15a3cc74320ba6e 29-Oct-2006 Georg Brandl <georg@python.org> Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders.
/external/python/cpython2/Lib/encodings/bz2_codec.py
abb02e59946f9ea3076e96e3b03b51d1cebd46b4 15-Mar-2006 Walter Dörwald <walter@livinglogic.de> Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass
of tuple) that provides incremental decoders and encoders (a way to use
stateful codecs without the stream API). Functions
codecs.getincrementaldecoder() and codecs.getincrementalencoder() have
been added.
/external/python/cpython2/Lib/encodings/bz2_codec.py
0ad142aba05d0ecbbc42117e43cf98201b2cabc9 01-Dec-2003 Raymond Hettinger <python@rcn.com> Revert previous change. MAL preferred the old version.
/external/python/cpython2/Lib/encodings/bz2_codec.py
a45517065a01a98fb99e77daa74e7b5e85e889e8 01-Dec-2003 Raymond Hettinger <python@rcn.com> Simplifed the code.
/external/python/cpython2/Lib/encodings/bz2_codec.py
9edae346dd664f63aa4d707b9090c9638fbc9198 24-Sep-2003 Raymond Hettinger <python@rcn.com> Fix typo in the comments.
/external/python/cpython2/Lib/encodings/bz2_codec.py
9a80c5dbc497211267062d39c3fb4e2d5a8e702d 23-Sep-2003 Raymond Hettinger <python@rcn.com> Added codec for bz2 compression.
/external/python/cpython2/Lib/encodings/bz2_codec.py