History log of /external/python/cpython2/Lib/encodings/utf_8_sig.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
73363e817a45992d4299fe6634de2bee5e4a2768 28-Jul-2010 Victor Stinner <victor.stinner@haypocalc.com> Issue #6213: Implement getstate() and setstate() methods of utf-8-sig and
utf-16 incremental encoders.
/external/python/cpython2/Lib/encodings/utf_8_sig.py
183744d6b9d45e77c3bd2dc30a6eb41c9f1c58f1 19-Nov-2007 Walter Dörwald <walter@livinglogic.de> Fix for #1444: utf_8_sig.StreamReader was (indirectly through decode())
calling codecs.utf_8_decode() with final==True, which falled with incomplete
byte sequences. Fix and test by James G. Sack.
/external/python/cpython2/Lib/encodings/utf_8_sig.py
4234827e99eb73adbd387e15619cd6290f80f655 12-Apr-2007 Walter Dörwald <walter@livinglogic.de> Fix utf-8-sig incremental decoder, which didn't recognise a BOM when the
first chunk fed to the decoder started with a BOM, but was longer than 3 bytes.
/external/python/cpython2/Lib/encodings/utf_8_sig.py
39b8b6afb52d3e1a0e52cd8f15f6b0d3210e5d6e 23-Nov-2006 Walter Dörwald <walter@livinglogic.de> Change decode() so that it works with a buffer (i.e. unicode(..., 'utf-8-sig'))
SF bug #1601501.
/external/python/cpython2/Lib/encodings/utf_8_sig.py
6b6e2bb8b1a7ca405440cd371ceabf3d35cb592b 13-Jun-2006 Walter Dörwald <walter@livinglogic.de> Fix passing errors to the encoder and decoder functions.
/external/python/cpython2/Lib/encodings/utf_8_sig.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/utf_8_sig.py
412ed3b8a7388da4850d2a832679fe21804a1591 08-Jan-2006 Martin v. Löwis <martin@v.loewis.de> Patch #1177307: UTF-8-Sig codec.
/external/python/cpython2/Lib/encodings/utf_8_sig.py