- 30 Agu, 2007 1 kayıt (commit)
-
-
Collin Winter yazdı
-
- 16 Nis, 2007 1 kayıt (commit)
-
-
Walter Dörwald yazdı
methods to incrementalcodecs. Also forward port r54786 (fix the incremental utf_8_sig decoder).
-
- 21 Nis, 2006 1 kayıt (commit)
-
-
Thomas Wouters yazdı
(branch-creation time) up to 43067. 43068 and 43069 contain a little swapping action between re.py and sre.py, and this mightily confuses svn merge, so later changes are going in separately. This merge should break no additional tests. The last-merged revision is going in a 'last_merge' property on '.' (the branch directory.) Arbitrarily chosen, really; if there's a BCP for this, I couldn't find it, but we can easily change it afterwards ;)
-
- 14 Mar, 2005 1 kayıt (commit)
-
-
Walter Dörwald yazdı
-
- 07 Eyl, 2004 1 kayıt (commit)
-
-
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.
-
- 08 Agu, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 05 Nis, 2002 1 kayıt (commit)
-
-
Marc-André Lemburg yazdı
They now raise an NotImplementedError to hint to the truth ;-)
-
- 19 Haz, 2001 1 kayıt (commit)
-
-
Marc-André Lemburg yazdı
write a BOM at the start of the stream and also to only read it as BOM at the start of a stream. Subsequent reading/writing of BOMs will read/write the BOM as ZWNBSP character. This is in sync with the Unicode specifications. Note that UTF-16 files will now *have* to start with a BOM mark in order to be readable by the codec.
-
- 10 Mar, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-