mirror of
https://github.com/python/cpython.git
synced 2025-11-26 21:33:10 +00:00
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r81474 | victor.stinner | 2010-05-22 18:59:09 +0200 (sam., 22 mai 2010) | 20 lines
Merged revisions 81471-81472 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81471 | victor.stinner | 2010-05-22 15:37:56 +0200 (sam., 22 mai 2010) | 7 lines
Issue #6268: More bugfixes about BOM, UTF-16 and UTF-32
* 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.
........
r81472 | victor.stinner | 2010-05-22 15:44:25 +0200 (sam., 22 mai 2010) | 4 lines
Fix my last commit (r81471) about codecs
Rememder: don't touch the code just before a commit
........
................
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| aliases.py | ||
| ascii.py | ||
| big5.py | ||
| big5hkscs.py | ||
| charmap.py | ||
| cp037.py | ||
| cp424.py | ||
| cp437.py | ||
| cp500.py | ||
| cp737.py | ||
| cp775.py | ||
| cp850.py | ||
| cp852.py | ||
| cp855.py | ||
| cp856.py | ||
| cp857.py | ||
| cp860.py | ||
| cp861.py | ||
| cp862.py | ||
| cp863.py | ||
| cp864.py | ||
| cp865.py | ||
| cp866.py | ||
| cp869.py | ||
| cp874.py | ||
| cp875.py | ||
| cp932.py | ||
| cp949.py | ||
| cp950.py | ||
| cp1006.py | ||
| cp1026.py | ||
| cp1140.py | ||
| cp1250.py | ||
| cp1251.py | ||
| cp1252.py | ||
| cp1253.py | ||
| cp1254.py | ||
| cp1255.py | ||
| cp1256.py | ||
| cp1257.py | ||
| cp1258.py | ||
| euc_jis_2004.py | ||
| euc_jisx0213.py | ||
| euc_jp.py | ||
| euc_kr.py | ||
| gb2312.py | ||
| gb18030.py | ||
| gbk.py | ||
| hp_roman8.py | ||
| hz.py | ||
| idna.py | ||
| iso2022_jp.py | ||
| iso2022_jp_1.py | ||
| iso2022_jp_2.py | ||
| iso2022_jp_3.py | ||
| iso2022_jp_2004.py | ||
| iso2022_jp_ext.py | ||
| iso2022_kr.py | ||
| iso8859_1.py | ||
| iso8859_2.py | ||
| iso8859_3.py | ||
| iso8859_4.py | ||
| iso8859_5.py | ||
| iso8859_6.py | ||
| iso8859_7.py | ||
| iso8859_8.py | ||
| iso8859_9.py | ||
| iso8859_10.py | ||
| iso8859_11.py | ||
| iso8859_13.py | ||
| iso8859_14.py | ||
| iso8859_15.py | ||
| iso8859_16.py | ||
| johab.py | ||
| koi8_r.py | ||
| koi8_u.py | ||
| latin_1.py | ||
| mac_arabic.py | ||
| mac_centeuro.py | ||
| mac_croatian.py | ||
| mac_cyrillic.py | ||
| mac_farsi.py | ||
| mac_greek.py | ||
| mac_iceland.py | ||
| mac_latin2.py | ||
| mac_roman.py | ||
| mac_romanian.py | ||
| mac_turkish.py | ||
| mbcs.py | ||
| palmos.py | ||
| ptcp154.py | ||
| punycode.py | ||
| raw_unicode_escape.py | ||
| shift_jis.py | ||
| shift_jis_2004.py | ||
| shift_jisx0213.py | ||
| tis_620.py | ||
| undefined.py | ||
| unicode_escape.py | ||
| unicode_internal.py | ||
| utf_7.py | ||
| utf_8.py | ||
| utf_8_sig.py | ||
| utf_16.py | ||
| utf_16_be.py | ||
| utf_16_le.py | ||
| utf_32.py | ||
| utf_32_be.py | ||
| utf_32_le.py | ||