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
/
unix
/
modffi.c
Age
Commit message (
Expand
)
Author
2014-04-22
unix: OSError's args[0] should be errno numeric value.
Paul Sokolovsky
2014-04-22
modffi: Don't use OSError for clearly unrelated errors.
Paul Sokolovsky
2014-04-22
modffi: Describe typecodes where they differ from used by struct module.
Paul Sokolovsky
2014-04-19
modffi: Update for MP_OBJ_STOP_ITERATION refactor.
Paul Sokolovsky
2014-04-19
modffi: Mark 'p' type spec deprecated, replace with 'P'.
Paul Sokolovsky
2014-04-18
unix: Update to use new buffer protocol interface with typecode.
Damien George
2014-04-18
unix modffi: Convert to static module structures.
Paul Sokolovsky
2014-04-17
modffi: Support float types.
Paul Sokolovsky
2014-04-11
modffi: Update for latest binary API refactors.
Paul Sokolovsky
2014-04-08
unix modffi: Support any object implementing buffer protocol as a native arg.
Paul Sokolovsky
2014-04-05
py: Change nlr_jump to nlr_raise, to aid in debugging.
Damien George
2014-04-04
unix: Rename module sources per latest naming conventions (mod*.c).
Paul Sokolovsky
[prev]