summaryrefslogtreecommitdiffstats
path: root/Lib/encodings/utf_8_sig.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | 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.
* Patch #1177307: UTF-8-Sig codec.Martin v. Löwis2006-01-081-0/+57