aboutsummaryrefslogtreecommitdiff
path: root/py/mperrno.h
AgeCommit message (Expand)Author
2021-06-24py/mperrno: Add MP_ECANCELED error code.David Lechner
2018-05-01py/mperrno: Define MP_EWOULDBLOCK as EWOULDBLOCK, not EAGAIN.Damien George
2017-07-24py/mperrno: Allow mperrno.h to be correctly included before other hdrs.Damien George
2017-07-18all: Unify header guard usage.Alexander Steffen
2017-06-04extmod/modlwip: Fix error codes for duplicate calls to connect().Paul Sokolovsky
2016-05-28py/moduerrno: Add ECONNREFUSED, one of frequent networking errors.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/mperrno: Add some more MP_Exxx constants, related to networking.Damien George
2016-05-10py/mperrno: Add EAFNOSUPPORT definition.Damien George
2016-05-10py: Add mperrno.h file with uPy defined errno constants.Damien George