aboutsummaryrefslogtreecommitdiff
path: root/py/moduerrno.c
AgeCommit message (Expand)Author
2022-05-18extmod: Make extmod modules use MP_REGISTER_MODULE.Jim Mussared
2020-04-23all: Format code to add space after C++-style comment start.stijn
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-09-26py: Rename MP_QSTR_NULL to MP_QSTRnull to avoid intern collisions.Josh Lloyd
2017-02-22py/moduerrno: Make list of errno codes configurable.Damien George
2017-02-22py/moduerrno: Make uerrno.errorcode dict configurable.Damien George
2016-09-22all: Remove 'name' member from mp_obj_module_t struct.Damien George
2016-05-28py/moduerrno: Add ECONNREFUSED, one of frequent networking errors.Paul Sokolovsky
2016-05-25py/moduerrno: Add EEXIST, EISDIR.Paul Sokolovsky
2016-05-13py/moduerrno: Add EACCES, pretty common error on Unix.Paul Sokolovsky
2016-05-12py/objexcept: Don't convert errno to str in constructor, do it in print.Damien George
2016-05-12py: Add mp_errno_to_str() and use it to provide nicer OSError msgs.Damien George
2016-05-12py/moduerrno: Add more constants to the errno module.Damien George
2016-05-10py: Add uerrno module, with errno constants and dict.Damien George