summaryrefslogtreecommitdiff
path: root/py/mperrno.h
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2020-07-06Add license to some obvious files.Diego Elio Pettenò
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-12continued WIP: almost compilingDan Halbert
2018-07-11WIP: after merge; before testingDan Halbert
2018-06-01Provide mp_errno_to_str even without uerrnoMatt Wozniski
2018-05-01py/mperrno: Define MP_EWOULDBLOCK as EWOULDBLOCK, not EAGAIN.Damien George
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
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-20Merge tag 'v1.9.1'2.0.0-alpha.0Scott Shawcroft
2017-06-04extmod/modlwip: Fix error codes for duplicate calls to connect().Paul Sokolovsky
2017-01-12Fixup warnings from merge about undefined macro values, switch toScott Shawcroft
2017-01-10Merge tag 'v1.8.7'Scott Shawcroft
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