• 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
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
RISCOS Loading commit data...
Tools Loading commit data...
.cvsignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
PLAN.txt Loading commit data...
README Loading commit data...
acconfig.h Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...