Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ccd5715a149388eec2f40e5efacac83d3fe357ca
/
Python
/
fileutils.c
0e576f1
Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the
by Antoine Pitrou
· 13 years ago
2b1cc89
_Py_fopen now allows bytes filenames under non-Windows platforms.
by Antoine Pitrou
· 13 years ago
bd0850b
import.c now catchs _Py_stat() exceptions
by Victor Stinner
· 13 years ago
af02e1c
Add PyUnicode_DecodeLocaleAndSize() and PyUnicode_DecodeLocale()
by Victor Stinner
· 13 years ago
ee587ea
Catch PyUnicode_AS_UNICODE() errors in fileutils.c
by Victor Stinner
· 13 years ago
19de4c3
_Py_char2wchar() frees the memory on conversion error
by Victor Stinner
· 15 years ago
2f02a51
PyUnicode_EncodeFS() raises an exception if _Py_wchar2char() fails
by Victor Stinner
· 15 years ago
168e117
Add an optional size argument to _Py_char2wchar()
by Victor Stinner
· 15 years ago
0a1b8cb
_Py_wrealpath() uses _Py_char2wchar() to decode the result, to support
by Victor Stinner
· 15 years ago
350147b
_Py_wreadlink(): catch _Py_char2wchar() failure
by Victor Stinner
· 15 years ago
3f711f4
_Py_wreadlink() uses _Py_char2wchar() to decode the result, to support
by Victor Stinner
· 15 years ago
5d1e3438
Mark _Py_char2wchar() input argument as constant
by Victor Stinner
· 15 years ago
f4061da
_Py_wgetcwd() decodes the path using _Py_char2wchar() to support surrogates
by Victor Stinner
· 15 years ago
6672d0c
fileutils.c: document which encodings are used
by Victor Stinner
· 15 years ago
015f4d8
_Py_wrealpath() requires the size of the output buffer
by Victor Stinner
· 15 years ago
a4a7595
_Py_stat() and _Py_fopen(): avoid PyUnicode_AsWideCharString() on Windows
by Victor Stinner
· 15 years ago
b306d75
Fix fileutils for Windows
by Victor Stinner
· 15 years ago
e7c8083
Ooops, fileutils.c contains twice the same code
by Victor Stinner
· 15 years ago
4e31443
Create fileutils.c/.h
by Victor Stinner
· 15 years ago