summaryrefslogtreecommitdiffstats
path: root/Lib/encodings/utf_32.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix my last commit (r81471) about codecsVictor Stinner2010-05-221-3/+3
| | | | Rememder: don't touch the code just before a commit
* Issue #6268: More bugfixes about BOM, UTF-16 and UTF-32Victor Stinner2010-05-221-7/+13
| | | | | | | * Fix seek() method of codecs.open(), don't write the BOM twice after seek(0) * Fix reset() method of codecs, UTF-16, UTF-32 and StreamWriter classes * test_codecs: use "w+" mode instead of "wt+". "t" mode is not supported by Solaris or Windows, but does it really exist? I found it the in the issue.
* Backport r57105 and r57145 from the py3k branch: UTF-32 codecs.Walter Dörwald2007-08-171-0/+144