index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
moduerrno.c
Age
Commit message (
Expand
)
Author
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2020-05-28
string compression: save a few bits per string
Jeff Epler
2019-02-21
Add CIRCUITPY macro; rename u* only when CIRCUITPY=1
Dan Halbert
2019-02-21
rename ure, ujson, and uerrno to re, json, and errno
Dan Halbert
2019-02-06
Add human readable text for ENOSPC.
Craig Forbes
2018-11-13
Support OSError attributes
Noralf Trønnes
2018-08-16
Compress all translated strings with Huffman coding.
Scott Shawcroft
2018-08-09
Two fixes and translate more strings.
Scott Shawcroft
2018-07-23
WIP: complete manual inspection of all significant changes
Dan Halbert
2018-06-01
Provide mp_errno_to_str even without uerrno
Matt Wozniski
2018-05-14
Display human readable strings for common OSErrors
Matt Wozniski
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