• Walter Dörwald's avatar
    SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support · 69652035
    Walter Dörwald yazdı
    decoding incomplete input (when the input stream is temporarily exhausted).
    codecs.StreamReader now implements buffering, which enables proper
    readline support for the UTF-16 decoders. codecs.StreamReader.read()
    has a new argument chars which specifies the number of characters to
    return. codecs.StreamReader.readline() and codecs.StreamReader.readlines()
    have a new argument keepends. Trailing "\n"s will be stripped from the lines
    if keepends is false. Added C APIs PyUnicode_DecodeUTF8Stateful and
    PyUnicode_DecodeUTF16Stateful.
    69652035
Adı
Son kayıt (commit)
Son güncelleme
..
RPM Loading commit data...
ACKS Loading commit data...
AIX-NOTES Loading commit data...
BeOS-NOTES Loading commit data...
BeOS-setup.py Loading commit data...
HISTORY Loading commit data...
NEWS Loading commit data...
NEWS.help Loading commit data...
PURIFY.README Loading commit data...
Porting Loading commit data...
README Loading commit data...
README.valgrind Loading commit data...
RFD Loading commit data...
SpecialBuilds.txt Loading commit data...
cheatsheet Loading commit data...
find_recursionlimit.py Loading commit data...
gdbinit Loading commit data...
indent.pro Loading commit data...
pymemcompat.h Loading commit data...
python-mode.el Loading commit data...
python.man Loading commit data...
setuid-prog.c Loading commit data...
valgrind-python.supp Loading commit data...
vgrindefs Loading commit data...