summaryrefslogtreecommitdiff
path: root/ports/unix/file.c
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2020-08-04various: Use mp_obj_get_type_qstr more widelyJeff Epler
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2019-12-04protocols: Allow them to be (optionally) type-safeJeff Epler
2019-01-18More make_new fixes for unix buildScott Shawcroft
2018-08-16Fix nrf and unixScott Shawcroft
2018-06-06unix: Support MICROPY_VFS_POSIX and enable it in coverage build.Damien George
2018-04-10py/stream: Switch stream close operation from method to ioctl.Damien George
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George