- 16 Ara, 2011 10 kayıt (commit)
-
-
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 10 kayıt (commit)
-
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
files, display a message popup and continue rather than crash. (original patch by Roger Serwy)
-
Ned Deily yazdı
files, display a message popup and continue rather than crash. (original patch by Roger Serwy)
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
-
Giampaolo Rodola yazdı
Fix #13449: add 'blocking' parameter to sched.scheduler.run() so that the scheduler can be used in non-blocking applications
-
Giampaolo Rodola yazdı
-
- 13 Ara, 2011 2 kayıt (commit)
-
-
Alexandre Vassalotti yazdı
-
Alexandre Vassalotti yazdı
Initial patch by sbt.
-