index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/upload-artifact-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
moduerrno.c
Age
Commit message (
Expand
)
Author
2020-04-23
all: Format code to add space after C++-style comment start.
stijn
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2019-09-26
py: Rename MP_QSTR_NULL to MP_QSTRnull to avoid intern collisions.
Josh Lloyd
2017-02-22
py/moduerrno: Make list of errno codes configurable.
Damien George
2017-02-22
py/moduerrno: Make uerrno.errorcode dict configurable.
Damien George
2016-09-22
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2016-05-28
py/moduerrno: Add ECONNREFUSED, one of frequent networking errors.
Paul Sokolovsky
2016-05-25
py/moduerrno: Add EEXIST, EISDIR.
Paul Sokolovsky
2016-05-13
py/moduerrno: Add EACCES, pretty common error on Unix.
Paul Sokolovsky
2016-05-12
py/objexcept: Don't convert errno to str in constructor, do it in print.
Damien George
2016-05-12
py: Add mp_errno_to_str() and use it to provide nicer OSError msgs.
Damien George
2016-05-12
py/moduerrno: Add more constants to the errno module.
Damien George
2016-05-10
py: Add uerrno module, with errno constants and dict.
Damien George