COMMITS
/ Python/fileutils.c October 12, 2013
A
Don't export internal symbols ("make smelly")
Antoine Pitrou committed
September 7, 2013
V
Close #18954: Fix some typo in fileutils.c comments
Victor Stinner committed
August 27, 2013
V
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner committed
July 7, 2013
V
Issue #18203: Fix decode_ascii_surrogateescape(), use PyMem_RawMalloc() as _Py_char2wchar()
Victor Stinner committed
V
Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initialization
Victor Stinner committed
June 24, 2013
V
If MS_WIN64 is defined, MS_WINDOWS is also defined: #ifdef can be simplified.
Victor Stinner committed
June 4, 2013
V
Issue #9566: Fix compiler warning on Windows 64-bit
Victor Stinner committed
May 7, 2013
V
Fix a compiler warning: in and out are unused in _Py_char2wchar() if
Victor Stinner committed
December 4, 2012
V
Issue #16455: On FreeBSD and Solaris, if the locale is C, the
Victor Stinner committed
November 12, 2012
V
Issue #16416: Fix error handling in _Py_wchar2char() _Py_char2wchar() functions
Victor Stinner committed
V
Issue #16416: OS data are now always encoded/decoded to/from
Victor Stinner committed
S
Merge 3.3.
Stefan Krah committed
S
Issue #15835: Define PATH_MAX on HP-UX.
Stefan Krah committed
October 30, 2012
V
Issue #16330: Use surrogate-related macros
Victor Stinner committed
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