This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
cpython
mirror of
https://github.com/python/cpython
Watch
4
Star
1
Fork
You've already forked cpython
0
Code
Issues
Releases
Wiki
Activity
d791b9815a
cpython
/
Lib
/
encodings
History
John Sloboda
649857a157
gh-85287: Change codecs to raise precise UnicodeEncodeError and UnicodeDecodeError (
#113674
)
...
Co-authored-by: Inada Naoki <songofacandy@gmail.com>
2024-03-17 04:58:42 +00:00
..
__init__.py
bpo-46659: Fix the MBCS codec alias on Windows (GH-31218)
2022-02-22 22:04:07 +01:00
aliases.py
gh-102388: Add windows_31j to aliases for cp932 codec (
#102389
)
2024-02-19 17:01:35 +09:00
ascii.py
…
base64_codec.py
…
big5.py
…
big5hkscs.py
…
bz2_codec.py
…
charmap.py
…
cp037.py
…
cp273.py
…
cp424.py
…
cp437.py
…
cp500.py
…
cp720.py
…
cp737.py
…
cp775.py
…
cp850.py
…
cp852.py
…
cp855.py
…
cp856.py
…
cp857.py
…
cp858.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
…
cp1125.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
…
hex_codec.py
…
hp_roman8.py
…
hz.py
…
idna.py
gh-85287: Change codecs to raise precise UnicodeEncodeError and UnicodeDecodeError (
#113674
)
2024-03-17 04:58:42 +00:00
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_t.py
…
koi8_u.py
…
kz1048.py
…
latin_1.py
…
mac_arabic.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
…
oem.py
…
palmos.py
…
ptcp154.py
…
punycode.py
gh-85287: Change codecs to raise precise UnicodeEncodeError and UnicodeDecodeError (
#113674
)
2024-03-17 04:58:42 +00:00
quopri_codec.py
…
raw_unicode_escape.py
bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944)
2021-10-14 20:04:19 +03:00
rot_13.py
bpo-32943: Fix confusing error message for rot13 codec (GH-5869)
2018-03-25 12:09:21 +08:00
shift_jis.py
…
shift_jis_2004.py
…
shift_jisx0213.py
…
tis_620.py
…
undefined.py
gh-85287: Change codecs to raise precise UnicodeEncodeError and UnicodeDecodeError (
#113674
)
2024-03-17 04:58:42 +00:00
unicode_escape.py
bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939)
2021-10-14 13:17:00 +03:00
utf_7.py
…
utf_8.py
…
utf_8_sig.py
…
utf_16.py
gh-85287: Change codecs to raise precise UnicodeEncodeError and UnicodeDecodeError (
#113674
)
2024-03-17 04:58:42 +00:00
utf_16_be.py
…
utf_16_le.py
…
utf_32.py
gh-85287: Change codecs to raise precise UnicodeEncodeError and UnicodeDecodeError (
#113674
)
2024-03-17 04:58:42 +00:00
utf_32_be.py
…
utf_32_le.py
…
uu_codec.py
bpo-38945: UU Encoding: Don't let newline in filename corrupt the output format (
#17418
)
2019-12-02 14:25:21 -08:00
zlib_codec.py
…