- 17 Ara, 2011 7 kayıt (commit)
-
-
Charles-François Natali yazdı
Farrell.
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
Search the invalid character using mbrtowc().
-
Victor Stinner yazdı
instead of surrogateescape So it would be possible to support more error handlers later.
-
Victor Stinner yazdı
Add also FIXMEs in unicodeobject.c
-
Victor Stinner yazdı
-
Victor Stinner yazdı
* Use PyUnicode_EncodeLocale() in time.strftime() if wcsftime() is not available * Document my last changes in Misc/NEWS
-
- 16 Ara, 2011 12 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Victor Stinner yazdı
* PyUnicode_DecodeLocaleAndSize() and PyUnicode_DecodeLocale() decode a string from the current locale encoding * _Py_char2wchar() writes an "error code" in the size argument to indicate if the function failed because of memory allocation failure or because of a decoding error. The function doesn't write the error message directly to stderr. * Fix time.strftime() (if wcsftime() is missing): decode strftime() result from the current locale encoding, not from the filesystem encoding.
-
Victor Stinner yazdı
line argument cannot be decoded
-
Victor Stinner yazdı
cannot be decoded
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
encoding and the surrogateescape error handler, rather than UTF-8. Patch by David Watson.
-
Antoine Pitrou yazdı
Original patch by Hallvard B Furuseth.
-
Antoine Pitrou yazdı
Original patch by Hallvard B Furuseth.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Initial patch by Matthias Troffaes.
-
Benjamin Peterson yazdı
-
- 15 Ara, 2011 18 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Thanks Mark Shannon.
-
Victor Stinner yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Benjamin Peterson yazdı
Thanks to Darren Dale for patch.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
overriden and take additional arguments (followup to issue #12555).
-
Antoine Pitrou yazdı
effect of appearing to resolve the issue. Thanks to Mark Shannon for noticing.
-
Antoine Pitrou yazdı
effect of appearing to resolve the issue. Thanks to Mark Shannon for noticing.
-
Meador Inge yazdı
-
Meador Inge yazdı
-
Meador Inge yazdı
-
Meador Inge yazdı
-
Meador Inge yazdı
-
- 14 Ara, 2011 3 kayıt (commit)