COMMITS
/ Include/fileutils.h March 9, 2017
V
bpo-29619: Convert st_ino using unsigned integer (#557)
Victor Stinner committed
December 27, 2016
S
Issue #29058: All stable API extensions added after Python 3.2 are now
Serhiy Storchaka committed
September 11, 2016
S
Issue #26900: Excluded underscored names and other private API from limited API.
Serhiy Storchaka committed
September 8, 2016
S
Issue #23524: Finish removing _PyVerify_fd from sources
Steve Dower committed
April 12, 2015
April 1, 2015
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 19, 2015
V
Issue #23708: Add _Py_read() and _Py_write() functions to factorize code handle
Victor Stinner committed
March 17, 2015
V
Issue #23694: Enhance _Py_open(), it now raises exceptions
Victor Stinner committed
March 6, 2015
February 22, 2015
S
Issue #23152: Move declarations back to posixmodule.c.
Serhiy Storchaka committed
S
Issue #23152: Move declaration into a header and exclude from stable API.
Serhiy Storchaka committed
February 21, 2015
S
Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Windows.
Steve Dower 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 3, 2014
M
Issue #19526: Exclude all new API from the stable ABI.
Martin v. Löwis committed
August 27, 2013
V
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner committed
February 29, 2012
B
Issue #14153 Create _Py_device_encoding() to prevent _io from having to import
Brett Cannon committed
November 8, 2010
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
October 15, 2010
V
Mark _Py_char2wchar() input argument as constant
Victor Stinner committed
October 7, 2010
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
Create fileutils.c/.h
Victor Stinner committed