summaryrefslogtreecommitdiffstats
path: root/Lib/encodings/utf_8_sig.py
Commit message (Expand)AuthorAgeFilesLines
* Fix for #1444: utf_8_sig.StreamReader was (indirectly through decode())Walter Dörwald2007-11-191-5/+11
* Fix utf-8-sig incremental decoder, which didn't recognise a BOM when theWalter Dörwald2007-04-121-7/+12
* Change decode() so that it works with a buffer (i.e. unicode(..., 'utf-8-sig'))Walter Dörwald2006-11-231-1/+1
* Fix passing errors to the encoder and decoder functions.Walter Dörwald2006-06-131-2/+2
* Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclassWalter Dörwald2006-03-151-2/+45
* Patch #1177307: UTF-8-Sig codec.Martin v. Löwis2006-01-081-0/+57