summaryrefslogtreecommitdiffstats
path: root/Python/fileutils.c
Commit message (Expand)AuthorAgeFilesLines
* import.c now catchs _Py_stat() exceptionsVictor Stinner2011-12-181-4/+4
* Add PyUnicode_DecodeLocaleAndSize() and PyUnicode_DecodeLocale()Victor Stinner2011-12-161-9/+16
* Catch PyUnicode_AS_UNICODE() errors in fileutils.cVictor Stinner2011-11-161-2/+11
* _Py_char2wchar() frees the memory on conversion errorVictor Stinner2010-11-081-2/+7
* PyUnicode_EncodeFS() raises an exception if _Py_wchar2char() failsVictor Stinner2010-11-081-6/+14
* Add an optional size argument to _Py_char2wchar()Victor Stinner2010-10-161-11/+16
* _Py_wrealpath() uses _Py_char2wchar() to decode the result, to supportVictor Stinner2010-10-161-2/+12
* _Py_wreadlink(): catch _Py_char2wchar() failureVictor Stinner2010-10-161-0/+4
* _Py_wreadlink() uses _Py_char2wchar() to decode the result, to supportVictor Stinner2010-10-161-2/+7
* Mark _Py_char2wchar() input argument as constantVictor Stinner2010-10-151-1/+1
* _Py_wgetcwd() decodes the path using _Py_char2wchar() to support surrogatesVictor Stinner2010-10-141-3/+11
* fileutils.c: document which encodings are usedVictor Stinner2010-10-071-6/+26
* _Py_wrealpath() requires the size of the output bufferVictor Stinner2010-10-071-2/+3
* _Py_stat() and _Py_fopen(): avoid PyUnicode_AsWideCharString() on WindowsVictor Stinner2010-10-071-18/+6
* Fix fileutils for WindowsVictor Stinner2010-10-071-8/+7
* Ooops, fileutils.c contains twice the same codeVictor Stinner2010-10-071-380/+0
* Create fileutils.c/.hVictor Stinner2010-10-071-0/+758