1. 168e117 Add an optional size argument to _Py_char2wchar() by Victor Stinner · 14 years ago
  2. 0a1b8cb _Py_wrealpath() uses _Py_char2wchar() to decode the result, to support by Victor Stinner · 14 years ago
  3. 350147b _Py_wreadlink(): catch _Py_char2wchar() failure by Victor Stinner · 14 years ago
  4. 3f711f4 _Py_wreadlink() uses _Py_char2wchar() to decode the result, to support by Victor Stinner · 14 years ago
  5. 5d1e3438 Mark _Py_char2wchar() input argument as constant by Victor Stinner · 14 years ago
  6. f4061da _Py_wgetcwd() decodes the path using _Py_char2wchar() to support surrogates by Victor Stinner · 14 years ago
  7. 6672d0c fileutils.c: document which encodings are used by Victor Stinner · 14 years ago
  8. 015f4d8 _Py_wrealpath() requires the size of the output buffer by Victor Stinner · 14 years ago
  9. a4a7595 _Py_stat() and _Py_fopen(): avoid PyUnicode_AsWideCharString() on Windows by Victor Stinner · 14 years ago
  10. b306d75 Fix fileutils for Windows by Victor Stinner · 14 years ago
  11. e7c8083 Ooops, fileutils.c contains twice the same code by Victor Stinner · 14 years ago
  12. 4e31443 Create fileutils.c/.h by Victor Stinner · 14 years ago