summaryrefslogtreecommitdiffstats
path: root/Include/cpython/fileobject.h
Commit message (Collapse)AuthorAgeFilesLines
* bpo-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to ↵Serhiy Storchaka2020-10-101-8/+0
| | | | limited API (GH-22621)
* bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for ↵Serhiy Storchaka2020-10-091-0/+2
| | | | "fildes". (GH-22620)
* bpo-39583: Remove superfluous "extern C" bits from Include/cpython/*.h ↵Skip Montanaro2020-06-011-8/+0
| | | | (GH-18413)
* bpo-36842: Implement PEP 578 (GH-12613)Steve Dower2019-05-231-0/+32
Adds sys.audit, sys.addaudithook, io.open_code, and associated C APIs.