summaryrefslogtreecommitdiff
path: root/py/moduerrno.c
AgeCommit message (Expand)Author
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2020-05-28string compression: save a few bits per stringJeff Epler
2019-02-21Add CIRCUITPY macro; rename u* only when CIRCUITPY=1Dan Halbert
2019-02-21rename ure, ujson, and uerrno to re, json, and errnoDan Halbert
2019-02-06Add human readable text for ENOSPC.Craig Forbes
2018-11-13Support OSError attributesNoralf Trønnes
2018-08-16Compress all translated strings with Huffman coding.Scott Shawcroft
2018-08-09Two fixes and translate more strings.Scott Shawcroft
2018-07-23WIP: complete manual inspection of all significant changesDan Halbert
2018-06-01Provide mp_errno_to_str even without uerrnoMatt Wozniski
2018-05-14Display human readable strings for common OSErrorsMatt Wozniski
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