aboutsummaryrefslogtreecommitdiff
path: root/py/reader.c
AgeCommit message (Expand)Author
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-01-26py: Release GIL during syscalls in reader and writer code.David Lechner
2018-06-06py/reader: Allow MICROPY_VFS_POSIX to work with MICROPY_READER_POSIX.Damien George
2017-07-24all: Don't include system errno.h when it's not needed.Damien George
2017-03-14py: Allow lexer to raise exceptions during construction.Damien George
2016-11-16py/lexer: Rewrite mp_lexer_new_from_fd in terms of mp_reader.Damien George
2016-11-16py: Factor out persistent-code reader into separate files.Damien George