Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #6213: Implement getstate() and setstate() methods of utf-8-sig and | Victor Stinner | 2010-07-28 | 1 | -0/+16 |
* | Fix my last commit (r81471) about codecs | Victor Stinner | 2010-05-22 | 1 | -3/+3 |
* | Issue #6268: More bugfixes about BOM, UTF-16 and UTF-32 | Victor Stinner | 2010-05-22 | 1 | -7/+13 |
* | Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass | Walter Dörwald | 2006-03-15 | 1 | -2/+50 |
* | Reset internal buffers when seek() is called. This fixes SF bug #1156259. | Walter Dörwald | 2005-03-14 | 1 | -0/+7 |
* | SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support | Walter Dörwald | 2004-09-07 | 1 | -39/+25 |
* | Whitespace normalization. | Tim Peters | 2002-08-08 | 1 | -2/+1 |
* | Fix for bug #222395: UTF-16 et al. don't handle .readline(). | Marc-André Lemburg | 2002-04-05 | 1 | -0/+3 |
* | This patch by Martin v. Loewis changes the UTF-16 codec to only | Marc-André Lemburg | 2001-06-19 | 1 | -3/+33 |
* | Marc-Andre Lemburg: Unicode encodings. | Guido van Rossum | 2000-03-10 | 1 | -0/+31 |