summaryrefslogtreecommitdiffstats
path: root/Include/cpython/fileutils.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-46303: Move fileutils.h private functions to internal C API (GH-30484)Victor Stinner2022-01-111-159/+1
* bpo-45582: Port getpath[p].c to Python (GH-29041)Steve Dower2021-12-031-6/+0
* bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1...Segev Finer2021-04-231-1/+9
* bpo-43795: PEP-652: Clean up the stable ABI/limited API (GH-25482)Petr Viktorin2021-04-231-0/+3
* bpo-32381: Remove unused _Py_fopen() function (GH-23711)Victor Stinner2020-12-091-4/+0
* bpo-35134: Add Include/cpython/fileutils.h header file (GH-18493)Victor Stinner2020-02-121-0/+165