index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
fileutils.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Merge 3.3.
Stefan Krah
2012-11-12
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #15835: Define PATH_MAX on HP-UX.
Stefan Krah
2012-11-12
1
-0/+1
*
|
|
Issue #16330: Use surrogate-related macros
Victor Stinner
2012-10-30
1
-2/+2
|
/
/
*
|
Issue #14153 Create _Py_device_encoding() to prevent _io from having to import
Brett Cannon
2012-02-29
1
-0/+34
*
|
Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the
Antoine Pitrou
2011-12-22
1
-0/+6
*
|
_Py_fopen now allows bytes filenames under non-Windows platforms.
Antoine Pitrou
2011-12-19
1
-2/+2
*
|
import.c now catchs _Py_stat() exceptions
Victor Stinner
2011-12-18
1
-4/+4
*
|
Add PyUnicode_DecodeLocaleAndSize() and PyUnicode_DecodeLocale()
Victor Stinner
2011-12-16
1
-9/+16
*
|
Catch PyUnicode_AS_UNICODE() errors in fileutils.c
Victor Stinner
2011-11-16
1
-2/+11
|
/
*
_Py_char2wchar() frees the memory on conversion error
Victor Stinner
2010-11-08
1
-2/+7
*
PyUnicode_EncodeFS() raises an exception if _Py_wchar2char() fails
Victor Stinner
2010-11-08
1
-6/+14
*
Add an optional size argument to _Py_char2wchar()
Victor Stinner
2010-10-16
1
-11/+16
*
_Py_wrealpath() uses _Py_char2wchar() to decode the result, to support
Victor Stinner
2010-10-16
1
-2/+12
*
_Py_wreadlink(): catch _Py_char2wchar() failure
Victor Stinner
2010-10-16
1
-0/+4
*
_Py_wreadlink() uses _Py_char2wchar() to decode the result, to support
Victor Stinner
2010-10-16
1
-2/+7
*
Mark _Py_char2wchar() input argument as constant
Victor Stinner
2010-10-15
1
-1/+1
*
_Py_wgetcwd() decodes the path using _Py_char2wchar() to support surrogates
Victor Stinner
2010-10-14
1
-3/+11
*
fileutils.c: document which encodings are used
Victor Stinner
2010-10-07
1
-6/+26
*
_Py_wrealpath() requires the size of the output buffer
Victor Stinner
2010-10-07
1
-2/+3
*
_Py_stat() and _Py_fopen(): avoid PyUnicode_AsWideCharString() on Windows
Victor Stinner
2010-10-07
1
-18/+6
*
Fix fileutils for Windows
Victor Stinner
2010-10-07
1
-8/+7
*
Ooops, fileutils.c contains twice the same code
Victor Stinner
2010-10-07
1
-380/+0
*
Create fileutils.c/.h
Victor Stinner
2010-10-07
1
-0/+758
[prev]