COMMITS
/ Include/internal/pycore_fileutils.h March 19, 2025
V
gh-131238: Use pycore_interp_structs.h header (#131481)
Victor Stinner committed
March 17, 2025
M
GH-131238: Core header refactor (GH-131250)
Mark Shannon committed
April 30, 2024
V
gh-118422: Fix run_fileexflags() test (#118429)
Victor Stinner committed
April 25, 2024
N
gh-102511: Speed up os.path.splitroot() with native helpers (GH-118089)
Nice Zombies committed
December 1, 2023
V
gh-112567: Add _Py_GetTicksPerSecond() function (#112587)
Victor Stinner committed
September 23, 2023
S
gh-109611: Add convenient C API function _PyFile_Flush() (GH-109612)
Serhiy Storchaka committed
August 29, 2023
V
gh-106320: Fix test_peg_generator: _Py_UniversalNewlineFgetsWithSize() (#108609)
Victor Stinner committed
V
gh-106320: Remove private _Py_UniversalNewlineFgetsWithSize() (#108602)
Victor Stinner committed
August 26, 2023
V
gh-106320: Remove private _PyLong_FileDescriptor_Converter() (#108503)
Victor Stinner committed
August 24, 2023
V
gh-107211: No longer export internal functions (5) (#108423)
Victor Stinner committed
August 21, 2023
V
gh-108216: Cleanup #include in internal header files (#108228)
Victor Stinner committed
V
gh-108220: Internal header files require Py_BUILD_CORE to be defined (#108221)
Victor Stinner committed
August 16, 2023
V
gh-107211: Fix select extension build on Solaris (#108012)
Victor Stinner committed
August 15, 2023
F
gh-106242: Fix path truncation in os.path.normpath (GH-106816)
Finn Womack committed
July 25, 2023
V
gh-107211: No longer export internal functions (1) (#107213)
Victor Stinner committed
July 23, 2023
V
gh-106320: Remove _PyIsSelectable_fd() C API (#107142)
Victor Stinner committed
March 16, 2023
March 9, 2023
M
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann committed
February 16, 2023
R
gh-101881: Support (non-)blocking read/write functions on Windows pipes (GH-101882)
Rayyan Ansari committed
November 16, 2022
E
gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)
Eric Snow committed
January 13, 2022
N
January 11, 2022
V
bpo-46303: Move fileutils.h private functions to internal C API (GH-30484)
Victor Stinner committed
December 3, 2021
S
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower committed
October 22, 2021
E
bpo-45506: Normalize _PyPathConfig.stdlib_dir when calculated. (#29040)
Eric Snow committed
October 16, 2021
October 13, 2021
V
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Victor Stinner committed
V
bpo-45434: Move _Py_BEGIN_SUPPRESS_IPH to pycore_fileutils.h (GH-28922)
Victor Stinner committed
September 27, 2021
E
bpo-45211: Move helpers from getpath.c to internal API. (gh-28550)
Eric Snow committed
April 30, 2021
J
bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096)
Jakub Kulík committed
November 1, 2020
V
bpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086)
Victor Stinner committed
V
bpo-42236: Enhance _locale._get_locale_encoding() (GH-23083)
Victor Stinner committed
October 31, 2020
V
bpo-42208: Add _Py_GetLocaleEncoding() (GH-23050)
Victor Stinner committed
October 13, 2020
K
bpo-40422: Move _Py_closerange to fileutils.c (GH-22680)
Kyle Evans committed
March 19, 2019
V
bpo-36301: Error if decoding pybuilddir.txt fails (GH-12422)
Victor Stinner committed
March 1, 2019
V
bpo-36142: Add preconfig.c (GH-12128)
Victor Stinner committed
November 23, 2018
V
bpo-34523: Fix C locale coercion on FreeBSD CURRENT (GH-10672)
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