COMMITS
/ Python/fileutils.c February 29, 2012
B
Issue #14153 Create _Py_device_encoding() to prevent _io from having to import
Brett Cannon committed
December 22, 2011
A
Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the
Antoine Pitrou committed
December 19, 2011
A
_Py_fopen now allows bytes filenames under non-Windows platforms.
Antoine Pitrou committed
December 18, 2011
V
import.c now catchs _Py_stat() exceptions
Victor Stinner committed
December 16, 2011
V
Add PyUnicode_DecodeLocaleAndSize() and PyUnicode_DecodeLocale()
Victor Stinner committed
November 16, 2011
V
Catch PyUnicode_AS_UNICODE() errors in fileutils.c
Victor Stinner committed
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