summaryrefslogtreecommitdiffstats
path: root/Include/cpython/fileobject.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to limit...Serhiy Storchaka2020-10-101-8/+0
* bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes"...Serhiy Storchaka2020-10-091-0/+2
* bpo-39583: Remove superfluous "extern C" bits from Include/cpython/*.h (GH-18...Skip Montanaro2020-06-011-8/+0
* bpo-36842: Implement PEP 578 (GH-12613)Steve Dower2019-05-231-0/+32