16 Commits (9866231eab8884022f41ee7bb96d3539ba8d53ea)

Author SHA1 Message Date
Victor Stinner 41a234a679 Issue #16416: Fix compilation error 13 years ago
Victor Stinner 27b1ca29cc Issue #16416: On Mac OS X, operating system data are now always 13 years ago
Victor Stinner 19de4c3a8c _Py_char2wchar() frees the memory on conversion error 15 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() 15 years ago
Victor Stinner 0a1b8cba90 _Py_wrealpath() uses _Py_char2wchar() to decode the result, to support 15 years ago
Victor Stinner 350147b5ca _Py_wreadlink(): catch _Py_char2wchar() failure 15 years ago
Victor Stinner 3f711f4a3e _Py_wreadlink() uses _Py_char2wchar() to decode the result, to support 15 years ago
Victor Stinner 5d1e3438cd Mark _Py_char2wchar() input argument as constant 15 years ago
Victor Stinner f4061dac60 _Py_wgetcwd() decodes the path using _Py_char2wchar() to support surrogates 15 years ago
Victor Stinner 6672d0c5bb fileutils.c: document which encodings are used 15 years ago
Victor Stinner 015f4d87ab _Py_wrealpath() requires the size of the output buffer 15 years ago
Victor Stinner a4a759515e _Py_stat() and _Py_fopen(): avoid PyUnicode_AsWideCharString() on Windows 15 years ago
Victor Stinner b306d7594f Fix fileutils for Windows 15 years ago
Victor Stinner e7c8083bf1 Ooops, fileutils.c contains twice the same code 15 years ago
Victor Stinner 4e31443c4d Create fileutils.c/.h 15 years ago