COMMITS
/ Python/fileutils.c November 8, 2010
V
_Py_char2wchar() frees the memory on conversion error
Victor Stinner committed
V
PyUnicode_EncodeFS() raises an exception if _Py_wchar2char() fails
Victor Stinner committed
October 16, 2010
V
Add an optional size argument to _Py_char2wchar()
Victor Stinner committed
V
_Py_wrealpath() uses _Py_char2wchar() to decode the result, to support
Victor Stinner committed
V
_Py_wreadlink(): catch _Py_char2wchar() failure
Victor Stinner committed
V
_Py_wreadlink() uses _Py_char2wchar() to decode the result, to support
Victor Stinner committed
October 15, 2010
V
Mark _Py_char2wchar() input argument as constant
Victor Stinner committed
October 14, 2010
V
_Py_wgetcwd() decodes the path using _Py_char2wchar() to support surrogates
Victor Stinner committed
October 7, 2010
V
fileutils.c: document which encodings are used
Victor Stinner committed
V
_Py_wrealpath() requires the size of the output buffer
Victor Stinner committed
V
_Py_stat() and _Py_fopen(): avoid PyUnicode_AsWideCharString() on Windows
Victor Stinner committed
V
Fix fileutils for Windows
Victor Stinner committed
V
Ooops, fileutils.c contains twice the same code
Victor Stinner committed
V
Create fileutils.c/.h
Victor Stinner committed