- 20 Ara, 2014 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 25 Kas, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 07 Kas, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Based on patch by Martin Panter.
-
- 15 Eyl, 2014 1 kayıt (commit)
-
-
Nick Coghlan yazdı
-
- 16 May, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 15 May, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
encodings.
-
- 14 May, 2014 3 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
- 18 Mar, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 17 Mar, 2014 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
(Windows code page 65001, Microsoft UTF-8).
-
- 24 Şub, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
str.encode, bytes.decode and bytearray.decode now use an internal API to throw LookupError for known non-text encodings, rather than attempting the encoding or decoding operation and then throwing a TypeError for an unexpected output type. The latter mechanism remains in place for third party non-text encodings. Backported changeset d68df99d7a57.
-
- 09 Şub, 2014 2 kayıt (commit)
-
-
Victor Stinner yazdı
The decoder does not support partial decoding yet for this code page.
-
Victor Stinner yazdı
The decoder does not support partial decoding yet for this code page.
-
- 08 Şub, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
input was truncated in BASE64 section.
-
- 07 Şub, 2014 2 kayıt (commit)
-
-
Nick Coghlan yazdı
-
Serhiy Storchaka yazdı
-
- 06 Şub, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 26 Ock, 2014 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
codecs.StreamReader returned incomplete data when were called after readline() or read(size). Based on patch by Amaury Forgeot d'Arc.
-
Serhiy Storchaka yazdı
codecs.StreamReader returned incomplete data when were called after readline() or read(size). Based on patch by Amaury Forgeot d'Arc.
-
Nick Coghlan yazdı
-
- 30 Ara, 2013 1 kayıt (commit)
-
-
Zachary Ware yazdı
-
- 24 Kas, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Changed deprecation message in the fileinput module.
-
- 23 Kas, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Nick Coghlan yazdı
The codecs themselves were restored in Python 3.2, this completes the restoration by adding back the convenience aliases. These aliases were originally left out due to confusing errors when attempting to use them with the text encoding specific convenience methods. Python 3.4 includes several improvements to those errors, thus permitting the aliases to be restored as well.
-
- 22 Kas, 2013 1 kayıt (commit)
-
-
Nick Coghlan yazdı
str.encode, bytes.decode and bytearray.decode now use an internal API to throw LookupError for known non-text encodings, rather than attempting the encoding or decoding operation and then throwing a TypeError for an unexpected output type. The latter mechanism remains in place for third party non-text encodings.
-
- 19 Kas, 2013 2 kayıt (commit)
-
-
Nick Coghlan yazdı
The zlib and hex codecs throw custom exception types with weakref support if the input type is valid, but the data fails validation. Make sure the exception chaining in the codec infrastructure can wrap those as well.
-
Serhiy Storchaka yazdı
The utf-16* and utf-32* encoders no longer allow surrogate code points (U+D800-U+DFFF) to be encoded. The utf-32* decoders no longer decode byte sequences that correspond to surrogate code points. The surrogatepass error handler now works with the utf-16* and utf-32* codecs. Based on patches by Victor Stinner and Kang-Hao (Kenny) Lu.
-
- 15 Kas, 2013 2 kayıt (commit)
-
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
- 13 Kas, 2013 1 kayıt (commit)
-
-
Nick Coghlan yazdı
- output type errors now redirect users to the type-neutral convenience functions in the codecs module - stateless errors that occur during encoding and decoding will now be automatically wrapped in exceptions that give the name of the codec involved
-
- 19 Eki, 2013 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 02 Eki, 2013 1 kayıt (commit)
-
-
Nick Coghlan yazdı
This mostly affected the encodebytes and decodebytes function (which are used by base64_codec) Also added a test to ensure all bytes-bytes codecs can handle memoryview input and tests for handling of multidimensional and non-bytes format input in the modern base64 API.
-
- 29 Ock, 2013 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-