1. 1c0689c Issue #19526: Exclude all new API from the stable ABI. by Martin v. Löwis · 11 years ago
  2. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  3. efb00c0 Issue #14153 Create _Py_device_encoding() to prevent _io from having to import by Brett Cannon · 12 years ago
  4. 2f02a51 PyUnicode_EncodeFS() raises an exception if _Py_wchar2char() fails by Victor Stinner · 14 years ago
  5. 168e117 Add an optional size argument to _Py_char2wchar() by Victor Stinner · 14 years ago
  6. 5d1e3438 Mark _Py_char2wchar() input argument as constant by Victor Stinner · 14 years ago
  7. 015f4d8 _Py_wrealpath() requires the size of the output buffer by Victor Stinner · 14 years ago
  8. a4a7595 _Py_stat() and _Py_fopen(): avoid PyUnicode_AsWideCharString() on Windows by Victor Stinner · 14 years ago
  9. b306d75 Fix fileutils for Windows by Victor Stinner · 14 years ago
  10. 4e31443 Create fileutils.c/.h by Victor Stinner · 14 years ago