- 16 Dec, 2011 12 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Victor Stinner authored
* 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 authored
line argument cannot be decoded
-
Victor Stinner authored
cannot be decoded
-
Antoine Pitrou authored
-
Antoine Pitrou authored
encoding and the surrogateescape error handler, rather than UTF-8. Patch by David Watson.
-
Antoine Pitrou authored
Original patch by Hallvard B Furuseth.
-
Antoine Pitrou authored
Original patch by Hallvard B Furuseth.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Initial patch by Matthias Troffaes.
-
Benjamin Peterson authored
-
- 15 Dec, 2011 18 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Thanks Mark Shannon.
-
Victor Stinner authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Benjamin Peterson authored
Thanks to Darren Dale for patch.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
overriden and take additional arguments (followup to issue #12555).
-
Antoine Pitrou authored
effect of appearing to resolve the issue. Thanks to Mark Shannon for noticing.
-
Antoine Pitrou authored
effect of appearing to resolve the issue. Thanks to Mark Shannon for noticing.
-
Meador Inge authored
-
Meador Inge authored
-
Meador Inge authored
-
Meador Inge authored
-
Meador Inge authored
-
- 14 Dec, 2011 10 commits
-
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
files, display a message popup and continue rather than crash. (original patch by Roger Serwy)
-
Ned Deily authored
files, display a message popup and continue rather than crash. (original patch by Roger Serwy)
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Giampaolo Rodola' authored
Fix #13449: add 'blocking' parameter to sched.scheduler.run() so that the scheduler can be used in non-blocking applications
-
Giampaolo Rodola' authored
-