index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unix
/
moduselect.c
Age
Commit message (
Expand
)
Author
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-03-05
unix/moduselect: Properly implement ipoll object iteration.
Paul Sokolovsky
2017-02-16
py: Add iter_buf to getiter type method.
Damien George
2017-02-13
unix/moduselect: Implement ipoll() method with no-allocation policy.
Paul Sokolovsky
2016-12-31
unix/moduselect: Fix nanbox build with recent changes.
Paul Sokolovsky
2016-12-31
unix/moduselect: If file object passed to .register(), return it in .poll().
Paul Sokolovsky
2016-11-21
unix: Rename define for unix moduselect to MICROPY_PY_USELECT_POSIX.
Paul Sokolovsky
2016-10-07
unix: Use mp_raise_OSError helper function.
Damien George
2016-09-22
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2016-09-12
unix: Fix build for when MICROPY_PY_SOCKET=0.
Renato Aguiar
2016-08-07
unix/moduselect: Allow poll.register(), etc. accept fd-like objects.
Paul Sokolovsky
2016-01-11
py: Change type signature of builtin funs that take variable or kw args.
Damien George
2016-01-03
py: Change struct and macro for builtin fun so they can be type checked.
Damien George
2015-12-13
unix/moduselect: Make configurable with MICROPY_PY_USELECT.
Paul Sokolovsky
2015-12-11
unix/moduselect: Implement "one-shot" flag for poll.poll().
Paul Sokolovsky
2015-12-05
unix/moduselect: register(): Allow to call with duplicate file descriptor.
Paul Sokolovsky
2015-11-30
unix/moduselect: Support growing of poll array.
Paul Sokolovsky
2015-11-29
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-28
unix/moduselect: Fix bug in poll.poll() scanning loop.
Paul Sokolovsky
2015-11-20
unix/moduselect: Initialise variable so can compile in non-debug mode.
Damien George
2015-11-17
unix: Add "uselect" module, with poll() function.
Paul Sokolovsky