- 03 Eyl, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
Handle PyCapsule_Import() failure (exception) in PyCodec_NameReplaceErrors(): return immedialty NULL.
-
- 30 May, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
PyObject_IsInstance(), PyObject_RichCompareBool() and _PyDict_Contains() to check for and handle errors correctly.
-
- 18 May, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 16 Şub, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 25 Ock, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
decoding and translating.
-
- 26 Kas, 2014 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
-
- 25 Kas, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 04 Eki, 2014 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
"xmlcharrefreplace", and "surrogatepass" error handlers.
-
Serhiy Storchaka yazdı
"xmlcharrefreplace", and "surrogatepass" error handlers.
-
- 23 Eyl, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 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.
-
- 02 Mar, 2014 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 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.
-
- 04 Şub, 2014 1 kayıt (commit)
-
-
Nick Coghlan yazdı
- io.TextIOWrapper (and hence the open() builtin) now use the internal codec marking system added for issue #19619 - also tweaked the C code to only look up the encoding once, rather than multiple times - the existing output type checks remain in place to deal with unmarked third party codecs.
-
- 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 1 kayıt (commit)
-
-
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 1 kayıt (commit)
-
-
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 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 13 Agu, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 11 Tem, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 25 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 03 Kas, 2012 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 30 Eki, 2012 1 kayıt (commit)
-
-
Victor Stinner yazdı
Patch written by Serhiy Storchaka.
-
- 27 Eki, 2012 1 kayıt (commit)
-
-
Philip Jenvey yazdı
-
- 27 Nis, 2012 1 kayıt (commit)
-
-
Victor Stinner yazdı
* In debug mode, fill the string data with invalid characters * Simplify also reference counting in PyCodec_BackslashReplaceErrors() and PyCodec_XMLCharRefReplaceError()
-
- 18 Ock, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 01 Ara, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 04 Kas, 2011 4 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 14 Eki, 2011 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Victor Stinner yazdı
-
- 10 Eki, 2011 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 02 Eki, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
-