summaryrefslogtreecommitdiffstatshomepage
path: root/py/moduerrno.c
Commit message (Expand)AuthorAge
* py/moduerrno: Add EEXIST, EISDIR.Paul Sokolovsky2016-05-25
* py/moduerrno: Add EACCES, pretty common error on Unix.Paul Sokolovsky2016-05-13
* py/objexcept: Don't convert errno to str in constructor, do it in print.Damien George2016-05-12
* py: Add mp_errno_to_str() and use it to provide nicer OSError msgs.Damien George2016-05-12
* py/moduerrno: Add more constants to the errno module.Damien George2016-05-12
* py: Add uerrno module, with errno constants and dict.Damien George2016-05-10