summaryrefslogtreecommitdiffstats
path: root/Lib/encodings/utf_16.py
Commit message (Expand)AuthorAgeFilesLines
* Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclassWalter Dörwald2006-03-151-2/+50
* Reset internal buffers when seek() is called. This fixes SF bug #1156259.Walter Dörwald2005-03-141-0/+7
* SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now supportWalter Dörwald2004-09-071-39/+25
* Whitespace normalization.Tim Peters2002-08-081-2/+1
* Fix for bug #222395: UTF-16 et al. don't handle .readline().Marc-André Lemburg2002-04-051-0/+3
* This patch by Martin v. Loewis changes the UTF-16 codec to onlyMarc-André Lemburg2001-06-191-3/+33
* Marc-Andre Lemburg: Unicode encodings.Guido van Rossum2000-03-101-0/+31