1. efb00c0 Issue #14153 Create _Py_device_encoding() to prevent _io from having to import by Brett Cannon · 12 years ago
  2. 2f02a51 PyUnicode_EncodeFS() raises an exception if _Py_wchar2char() fails by Victor Stinner · 14 years ago
  3. 168e117 Add an optional size argument to _Py_char2wchar() by Victor Stinner · 14 years ago
  4. 5d1e3438 Mark _Py_char2wchar() input argument as constant by Victor Stinner · 14 years ago
  5. 015f4d8 _Py_wrealpath() requires the size of the output buffer by Victor Stinner · 14 years ago
  6. a4a7595 _Py_stat() and _Py_fopen(): avoid PyUnicode_AsWideCharString() on Windows by Victor Stinner · 14 years ago
  7. b306d75 Fix fileutils for Windows by Victor Stinner · 14 years ago
  8. 4e31443 Create fileutils.c/.h by Victor Stinner · 14 years ago