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
/
modsocket.c
Commit message (
Expand
)
Author
Age
*
unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it.
Paul Sokolovsky
2014-05-02
*
Add ARRAY_SIZE macro, and use it where possible.
Damien George
2014-04-26
*
modsocket: Make .send() support arbitrary objects with buffer interface.
Paul Sokolovsky
2014-04-26
*
unix: Workaround MP_OBJ_NEW_SMALL_INT() 64-bit issues.
Paul Sokolovsky
2014-04-22
*
modsocket: Clean up OSError-like exception a bit.
Paul Sokolovsky
2014-04-22
*
unix: OSError's args[0] should be errno numeric value.
Paul Sokolovsky
2014-04-22
*
modsocket: Add setblocking() method.
Paul Sokolovsky
2014-04-20
*
py: Allow to pass buffer protocol flags to get_buffer helper funcs.
Damien George
2014-04-18
*
unix: Update to use new buffer protocol interface with typecode.
Damien George
2014-04-18
*
unix modsocket: Convert to static module structures.
Paul Sokolovsky
2014-04-17
*
py: Add mp_get_buffer(), mp_get_buffer_raise() convenience functions to API.
Paul Sokolovsky
2014-04-09
*
py: Replace stream_p with *stream_p in mp_obj_type_t.
Damien George
2014-04-05
*
py: Change nlr_jump to nlr_raise, to aid in debugging.
Damien George
2014-04-05
*
unix: Rename module sources per latest naming conventions (mod*.c).
Paul Sokolovsky
2014-04-04