COMMITS
/ Python/fileutils.c April 12, 2015
April 1, 2015
V
Issue #23836: Document functions releasing the GIL in fileutils.c
Victor Stinner committed
V
Issue #23836: Add _Py_write_noraise() function
Victor Stinner committed
March 30, 2015
V
Issue #23752: _Py_fstat() is now responsible to raise the Python exception
Victor Stinner committed
March 24, 2015
V
Issue #23753: Move _Py_wstat() from Python/fileutils.c to Modules/getpath.c
Victor Stinner committed
V
Issue #23753: Python doesn't support anymore platforms without stat() or
Victor Stinner committed
March 20, 2015
V
Issue #23708: Save/restore errno in _Py_read() and _Py_write()
Victor Stinner committed
V
Issue #23708: Split assertion expression in two assertions in _Py_read() and
Victor Stinner committed
March 19, 2015
V
Issue #23708: Fix _Py_read() compilation error on Windows
Victor Stinner committed
V
Issue #23708: Add _Py_read() and _Py_write() functions to factorize code handle
Victor Stinner committed
March 18, 2015
V
Issue #23694: Handle EINTR in _Py_open() and _Py_fopen_obj()
Victor Stinner committed
V
Issue #23694: Enhance _Py_fopen(), it now raises an exception on error
Victor Stinner committed
March 17, 2015
V
Issue #23694: Enhance _Py_open(), it now raises exceptions
Victor Stinner committed
March 14, 2015
S
Fixes incorrect use of GetLastError where errno should be used.
Steve Dower committed
S
Fixes incorrect use of GetLastError where errno should be used.
Steve Dower committed
March 8, 2015
S
March 6, 2015
February 21, 2015
S
S
Issue #23152: Renames attribute_data_to_stat to _Py_attribute_data_to_stat
Steve Dower committed
S
Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Windows.
Steve Dower committed
January 4, 2015
B
merge 3.4 (#23165)
Benjamin Peterson committed
B
merge 3.3 (closes #23165)
Benjamin Peterson committed
B
merge 3.2 (closes #23165)
Benjamin Peterson committed
B
add some overflow checks before multiplying (closes #23165)
Benjamin Peterson committed
September 2, 2014
V
Closes #22258: Fix the the internal function set_inheritable() on Illumos.
Victor Stinner committed
V
(Merge 3.4) Closes #22258: Fix the the internal function set_inheritable() on
Victor Stinner committed
August 1, 2014
V
Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename
Victor Stinner committed
July 29, 2014
V
Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get and
Victor Stinner committed
January 20, 2014
S
Merge from 3.3.
Stefan Krah committed
S
Issue #19036: Including locale.h should not depend on HAVE_LANGINFO_H.
Stefan Krah committed
November 15, 2013
V
fileutils.c: use MAXPATHLEN instead of PATH_MAX
Victor Stinner committed
V
(Merge 3.3) fileutils.c: use MAXPATHLEN instead of PATH_MAX
Victor Stinner committed
November 14, 2013
S
Add unused third arg for the benefit of Valgrind.
Stefan Krah committed
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
January 3, 2013
V
(Merge 3.2) Issue #16455: On FreeBSD and Solaris, if the locale is C, the
Victor Stinner committed
V
Issue #16455: On FreeBSD and Solaris, if the locale is C, the
Victor Stinner committed
December 4, 2012
V
Issue #16455: On FreeBSD and Solaris, if the locale is C, the
Victor Stinner committed
December 3, 2012
V
Issue #16416: Fix compilation error
Victor Stinner committed
V
(Merge 3.2) Issue #16416: On Mac OS X, operating system data are now always
Victor Stinner committed
V
Issue #16416: On Mac OS X, operating system data are now always
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