• Marc-André Lemburg's avatar
    Fix to the UTF-8 encoder: it failed on 0-length input strings. · bd3be8f0
    Marc-André Lemburg yazdı
    Fix for the UTF-8 decoder: it will now accept isolated surrogates
    (previously it raised an exception which causes round-trips to
    fail).
    
    Added new tests for UTF-8 round-trip safety (we rely on UTF-8 for
    marshalling Unicode objects, so we better make sure it works for
    all Unicode code points, including isolated surrogates).
    
    Bumped the PYC magic in a non-standard way -- please review. This
    was needed because the old PYC format used illegal UTF-8 sequences
    for isolated high surrogates which now raise an exception.
    bd3be8f0
Adı
Son kayıt (commit)
Son güncelleme
..
test_MimeWriter Loading commit data...
test_asynchat Loading commit data...
test_atexit Loading commit data...
test_augassign Loading commit data...
test_bastion Loading commit data...
test_binascii Loading commit data...
test_builtin Loading commit data...
test_cfgparser Loading commit data...
test_cgi Loading commit data...
test_charmapcodec Loading commit data...
test_class Loading commit data...
test_coercion Loading commit data...
test_compare Loading commit data...
test_compile Loading commit data...
test_cookie Loading commit data...
test_exceptions Loading commit data...
test_extcall Loading commit data...
test_frozen Loading commit data...
test_future Loading commit data...
test_gettext Loading commit data...
test_global Loading commit data...
test_grammar Loading commit data...
test_httplib Loading commit data...
test_linuxaudiodev Loading commit data...
test_longexp Loading commit data...
test_math Loading commit data...
test_md5 Loading commit data...
test_mimetools Loading commit data...
test_minidom Loading commit data...
test_mmap Loading commit data...
test_new Loading commit data...
test_nis Loading commit data...
test_opcodes Loading commit data...
test_openpty Loading commit data...
test_operations Loading commit data...
test_pkg Loading commit data...
test_poll Loading commit data...
test_popen2 Loading commit data...
test_posixpath Loading commit data...
test_pow Loading commit data...
test_profile Loading commit data...
test_pty Loading commit data...
test_pwd Loading commit data...
test_pyexpat Loading commit data...
test_re Loading commit data...
test_regex Loading commit data...
test_rgbimg Loading commit data...
test_richcmp Loading commit data...
test_rotor Loading commit data...
test_sax Loading commit data...
test_scope Loading commit data...
test_signal Loading commit data...
test_socket Loading commit data...
test_string Loading commit data...
test_thread Loading commit data...
test_threadedtempfile Loading commit data...
test_tokenize Loading commit data...
test_types Loading commit data...
test_ucn Loading commit data...
test_unicode Loading commit data...
test_unicode_file Loading commit data...
test_unicodedata Loading commit data...
test_urlparse Loading commit data...
test_winreg Loading commit data...
test_winsound Loading commit data...
test_xreadline Loading commit data...
test_zlib Loading commit data...