Files
cpython/Doc/lib
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
..
2003-10-30 05:42:15 +00:00
2004-03-25 16:14:17 +00:00
2004-08-31 13:22:43 +00:00
2004-08-31 13:21:07 +00:00
2004-05-18 04:24:02 +00:00
2004-07-10 11:15:56 +00:00
2004-06-17 13:29:11 +00:00
2003-12-07 13:00:25 +00:00
2003-12-30 20:36:20 +00:00
2003-09-16 21:45:22 +00:00
2004-08-26 03:11:56 +00:00
2003-11-10 14:43:16 +00:00
2003-09-05 15:50:20 +00:00
2004-01-26 19:40:18 +00:00
2004-09-06 07:04:09 +00:00
2004-07-11 13:20:11 +00:00
2004-08-31 10:21:51 +00:00
2004-05-11 05:29:34 +00:00
2004-06-06 16:51:46 +00:00
2003-12-18 20:58:34 +00:00
2003-12-17 20:50:46 +00:00
2004-07-10 23:06:07 +00:00
2004-03-26 17:11:10 +00:00
2003-10-21 17:58:55 +00:00
2004-01-11 23:00:16 +00:00
2004-03-23 21:40:07 +00:00
2003-11-10 14:50:54 +00:00
2004-05-22 16:38:11 +00:00
2004-08-31 13:49:36 +00:00
2003-08-25 04:28:05 +00:00
2003-12-31 05:18:46 +00:00
2004-08-07 19:10:36 +00:00
2004-09-06 00:42:14 +00:00
2004-09-06 01:01:08 +00:00
2003-09-11 18:18:54 +00:00
2004-08-31 13:05:59 +00:00
2004-07-17 13:35:43 +00:00
2004-07-13 14:03:31 +00:00
2003-12-30 23:01:19 +00:00
2003-08-25 04:28:05 +00:00
2004-09-05 19:42:15 +00:00
2003-08-25 04:28:05 +00:00
2004-02-28 15:19:33 +00:00