index
:
micropython
docs/library/bluetooth
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
unix
/
moduselect.c
Commit message (
Expand
)
Author
Age
*
py: Change type signature of builtin funs that take variable or kw args.
Damien George
2016-01-11
*
py: Change struct and macro for builtin fun so they can be type checked.
Damien George
2016-01-03
*
unix/moduselect: Make configurable with MICROPY_PY_USELECT.
Paul Sokolovsky
2015-12-13
*
unix/moduselect: Implement "one-shot" flag for poll.poll().
Paul Sokolovsky
2015-12-11
*
unix/moduselect: register(): Allow to call with duplicate file descriptor.
Paul Sokolovsky
2015-12-05
*
unix/moduselect: Support growing of poll array.
Paul Sokolovsky
2015-11-30
*
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Damien George
2015-11-29
*
py: Add MP_ROM_* macros and mp_rom_* types and use them.
Damien George
2015-11-29
*
unix/moduselect: poll.register(): Reuse freed entries in poll array.
Paul Sokolovsky
2015-11-29
*
unix/moduselect: Fix bug in poll.poll() scanning loop.
Paul Sokolovsky
2015-11-28
*
unix/moduselect: Initialise variable so can compile in non-debug mode.
Damien George
2015-11-20
*
unix: Add "uselect" module, with poll() function.
Paul Sokolovsky
2015-11-17