Files
cpython/Modules
Walter Dörwald 69652035bc SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support
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.
2004-09-07 20:24:22 +00:00
..
2004-08-03 07:06:22 +00:00
2004-07-02 18:57:45 +00:00
2004-01-04 04:00:13 +00:00
2003-07-08 21:17:25 +00:00
2003-12-04 22:17:49 +00:00
2002-10-30 21:08:34 +00:00
2004-06-17 15:55:53 +00:00
2003-02-13 18:44:57 +00:00