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
/
Include
/
fileutils.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename
Victor Stinner
2014-08-01
1
-2/+2
*
Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get and
Victor Stinner
2014-07-29
1
-1/+8
*
Issue #19526: Exclude all new API from the stable ABI.
Martin v. Löwis
2014-01-03
1
-0/+4
*
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner
2013-08-27
1
-0/+15
*
Issue #14153 Create _Py_device_encoding() to prevent _io from having to import
Brett Cannon
2012-02-29
1
-0/+2
*
PyUnicode_EncodeFS() raises an exception if _Py_wchar2char() fails
Victor Stinner
2010-11-08
1
-1/+2
*
Add an optional size argument to _Py_char2wchar()
Victor Stinner
2010-10-16
1
-1/+2
*
Mark _Py_char2wchar() input argument as constant
Victor Stinner
2010-10-15
1
-1/+1
*
_Py_wrealpath() requires the size of the output buffer
Victor Stinner
2010-10-07
1
-1/+2
*
_Py_stat() and _Py_fopen(): avoid PyUnicode_AsWideCharString() on Windows
Victor Stinner
2010-10-07
1
-2/+2
*
Fix fileutils for Windows
Victor Stinner
2010-10-07
1
-1/+1
*
Create fileutils.c/.h
Victor Stinner
2010-10-07
1
-0/+55