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
/
mperrno.h
Age
Commit message (
Expand
)
Author
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-07-24
py/mperrno: Allow mperrno.h to be correctly included before other hdrs.
Damien George
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2017-06-20
Merge tag 'v1.9.1'
2.0.0-alpha.0
Scott Shawcroft
2017-06-04
extmod/modlwip: Fix error codes for duplicate calls to connect().
Paul Sokolovsky
2017-01-12
Fixup warnings from merge about undefined macro values, switch to
Scott Shawcroft
2017-01-10
Merge tag 'v1.8.7'
Scott Shawcroft
2016-05-28
py/moduerrno: Add ECONNREFUSED, one of frequent networking errors.
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/mperrno: Add some more MP_Exxx constants, related to networking.
Damien George
2016-05-10
py/mperrno: Add EAFNOSUPPORT definition.
Damien George
2016-05-10
py: Add mperrno.h file with uPy defined errno constants.
Damien George