This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-06 04:37:33 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
055cbf04ab9374ae82c3f57085103ee07976a12a
cpython
/
Lib
/
encodings
T
History
Stan Ulbrych
9d7621b75b
gh-146054: Limit the growth of
encodings.search_function
cache (GH-146055)
2026-03-17 15:02:59 +01:00
..
__init__.py
gh-146054: Limit the growth of
encodings.search_function
cache (GH-146055)
2026-03-17 15:02:59 +01:00
_win_cp_codecs.py
…
aliases.py
gh-83336: Add alias for consistency to
utf-8-sig
(
#136530
)
2025-09-24 10:38:57 +02: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-141968: use
bytearray.take_bytes
in
encodings.idna
(
#141975
)
2025-11-26 21:16:25 +05:30
iso2022_jp_1.py
…
iso2022_jp_2.py
…
iso2022_jp_3.py
…
iso2022_jp_2004.py
…
iso2022_jp_ext.py
…
iso2022_jp.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
gh-135995: Fix missing char in palmos encoding (
#135990
)
2025-06-26 18:35:45 -04:00
ptcp154.py
…
punycode.py
gh-141968: Use take_bytes in encodings.punycode (
#141974
)
2025-11-28 17:47:14 +00:00
quopri_codec.py
…
raw_unicode_escape.py
…
rot_13.py
…
shift_jis_2004.py
…
shift_jis.py
…
shift_jisx0213.py
…
tis_620.py
…
undefined.py
…
unicode_escape.py
…
utf_7.py
…
utf_8_sig.py
…
utf_8.py
…
utf_16_be.py
…
utf_16_le.py
…
utf_16.py
…
utf_32_be.py
…
utf_32_le.py
…
utf_32.py
…
uu_codec.py
Fix pyflakes warnings: variable is assigned to but never used (
#142294
)
2025-12-08 14:00:31 +01:00
zlib_codec.py
…