COMMITS
/ Include/fileutils.h July 14, 2025
L
gh-67341: fix a typo in `Include/fileutils.h` (#136049)
Lee Dogeon committed
September 3, 2023
V
gh-108765: Move stat() fiddling from pyport.h to fileutils.h (#108854)
Victor Stinner committed
October 14, 2021
V
bpo-45434: Remove useless space in includes (GH-28963)
Victor Stinner committed
April 23, 2021
P
bpo-43795: PEP-652: Clean up the stable ABI/limited API (GH-25482)
Petr Viktorin committed
February 12, 2020
V
bpo-35134: Add Include/cpython/fileutils.h header file (GH-18493)
Victor Stinner committed
August 21, 2019
S
bpo-37834: Normalise handling of reparse points on Windows (GH-15231)
Steve Dower committed
June 25, 2019
V
bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053)
Victor Stinner committed
March 18, 2019
V
bpo-36352: Clarify fileutils.h documentation (GH-12406)
Victor Stinner committed
November 20, 2018
V
bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606)
Victor Stinner committed
November 6, 2018
V
bpo-35081: Add pycore_fileutils.h (GH-10371)
Victor Stinner committed
October 17, 2018
S
bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705)
Stéphane Wirtel committed
August 29, 2018
V
bpo-34523: Support surrogatepass in locale codecs (GH-8995)
Victor Stinner committed
August 28, 2018
V
bpo-34403: On HP-UX, force ASCII for C locale (GH-8969)
Victor Stinner committed
February 6, 2018
A
bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560)
Alexey Izbyshev committed
January 15, 2018
V
bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174)
Victor Stinner committed
V
bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)
Victor Stinner committed
January 10, 2018
V
bpo-29240: readline now ignores the UTF-8 Mode (#5145)
Victor Stinner committed
December 21, 2017
V
bpo-32030: Add _Py_FindEnvConfigValue() (#4963)
Victor Stinner committed
V
bpo-32030: Add _Py_EncodeLocaleRaw() (#4961)
Victor Stinner committed
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