8 Commits (6dbca367dceda3999979bdc3cdcfdb201f40d044)

Author SHA1 Message Date
Brett Cannon efb00c0cc1 Issue #14153 Create _Py_device_encoding() to prevent _io from having to import 14 years ago
Victor Stinner 2f02a51135 PyUnicode_EncodeFS() raises an exception if _Py_wchar2char() fails 15 years ago
Victor Stinner 168e117e0a Add an optional size argument to _Py_char2wchar() 16 years ago
Victor Stinner 5d1e3438cd Mark _Py_char2wchar() input argument as constant 16 years ago
Victor Stinner 015f4d87ab _Py_wrealpath() requires the size of the output buffer 16 years ago
Victor Stinner a4a759515e _Py_stat() and _Py_fopen(): avoid PyUnicode_AsWideCharString() on Windows 16 years ago
Victor Stinner b306d7594f Fix fileutils for Windows 16 years ago
Victor Stinner 4e31443c4d Create fileutils.c/.h 16 years ago